/*
 Theme Name:   MasterStudy Child
 Theme URI:    https://stylemixthemes.com
 Description:  Mein Custom Child-Theme für MasterStudy LMS
 Author:       Dein Name
 Template:     masterstudy
 Version:      1.0.0
*/


/* 1. Entfernt eventuelle vordefinierte Standard-Hintergrundbilder des Themes */
.masterstudy-single-course-details__icon.show-custom-payment-final-svg {
    background-image: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 20px !important;
    height: 20px !important;
}

/* 2. Zwingt das leere HTML-Element dazu, die Grafik als echten Inhalt darzustellen */
.masterstudy-single-course-details__icon.show-custom-payment-final-svg::before {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://w3.org' width='18' height='18' viewBox='0 0 24 24' fill='none' stroke='%23222222' stroke-width='2'%3E%3Crect x='2' y='5' width='20' height='14' rx='2'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E") !important;
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    line-height: 1 !important;
}