a, a.nav-link, a.language-switcher:hover, a.language-switcher:focus {
    color: var(--bs-secondary-color);
}

a:hover, a:focus, .nav-link:hover {
    color: var(--bs-danger);
}

a.nav-link:focus {
    color: var(--bs-secondary-color);
}

a.active, a.nav-link.active {
    color: var(--bs-emphasis-color-rgb);
}

a.not-logged-in {
    /*font-size: 1.3rem;*/
    line-height: 2rem;
}

.mt-0_10 {
    margin-top: 0.10rem !important;
}

/*Test menu tabs*/
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: var(--bs-danger);
    background-color: #FFF;
    border: 1px solid var(--bs-danger);
}

.nav-pills .nav-link:hover {
    color: var(--bs-danger);
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.accordion-button:focus {
    background-color: var(--bs-danger-bg-subtle); /* your color */
    color: var(--bs-danger); /* text color */
    box-shadow: none; /* optional: remove Bootstrap's blue outline */
    border-color: var(--bs-danger); /* optional: match border */
    z-index: 1;
}

.accordion-button:not(.collapsed) {
    color: var(--bs-danger);
    background-color: var(--bs-danger-bg-subtle);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}

@media (min-width: 1200px) {
    .fs-4 {
        font-size: 1.5rem !important;
    }
}

.login_disclaimer {
    font-size: 0.7rem;
}

.circle-icon-container {
    font-size: 1.5rem;
    line-height: 1rem;
}

.avatar-circle {
    display: inline;
    width: 2rem;
    height: 2rem;
    border-radius: 20%; /* Makes the image circular */
    object-fit: cover; /* Ensures the image covers the circle without distortion */
}

.avatar.dropdown-toggle:after {
    content: none;
}

.divider-text {
    position: relative;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

.divider-text span {
    padding: 7px;
    font-size: 12px;
    position: relative;
    z-index: 2;
}

.divider-text:after {
    content: "";
    position: absolute;
    width: 100%;
    border-bottom: 1px solid #ddd;
    top: 55%;
    left: 0;
    z-index: 1;
}

sup {
    top: -1em;
    font-size: .65em;
    padding-left: .1em;
}

.table-responsive {
    scrollbar-gutter: stable;
}

.hover-underline {
    text-decoration: none;
}

.hover-underline:hover {
    text-decoration: underline;
}

.bg-rzs {
    background-image: url("../img/bg_rzs-mQt9eVs.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-rtp {
    background-image: url("../img/bg_rtp-auGpRBO.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-pg {
    background-image: url("../img/bg_pg-DavVLuX.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-pisanie {
    background-image: url("../img/bg_pisanie-tJs727n.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bg-mowienie {
    background-image: url("../img/bg_mowienie-qmLh8kX.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}


.badge-in-progress {
    border: 1px solid var(--bs-warning);
    color: var(--bs-warning);
}

.badge-my-attempts {
    border: 1px solid var(--bs-secondary);
    color: var(--bs-secondary);
}

.badge-premium {
    background: #fff6d6;
    color: #a47d00;
}

.badge-test-unlocked {
    background-color: #079d68 !important;
    color: #FFF !important;
}

.badge-test-release-date {
    background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    color: #1e3a8a;
}

.badge-examiner {
    color: #351b1b;
    font-weight: normal;
    background-color: #f6dada;
}

.examiner-card {
    display: block;
    text-decoration: none;
    color: inherit;

    &:hover {
        border-color: #949393;
        box-shadow:var(--bs-box-shadow-lg);
        color: inherit;
    }
}


#cookie-banner {
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.1);
}

#cookie-preferences .form-switch {
    padding-left: 0;
}

#cookie-preferences .form-switch .form-check-input {
    width: 3rem;
    height: 1.5rem;
    cursor: pointer;
}

#cookie-preferences .form-check .form-check-input {
    margin-left: 0;
    margin-top: 0;
}

.single-pricing {
    background: #fff;
    padding: 40px 20px;
    border-radius: 5px;
    position: relative;
    /*z-index:2;*/
    border: 1px solid #eee;
    box-shadow: 0 10px 40px -10px rgba(0, 64, 128, .09);
    transition: 0.3s;
}

@media only screen and (max-width: 480px) {
    .single-pricing {
        margin-bottom: 30px;
    }
}

.single-pricing:hover {
    box-shadow: 0px 60px 60px rgba(0, 0, 0, 0.1);
    /*z-index:100;*/
    transform: translate(0, -10px);
}

.price-head h2 {
    font-weight: 600;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: 26px;
}

.price-head span {
    display: inline-block;
    background: #ffaa17;
    width: 6px;
    height: 6px;
    border-radius: 30px;
    margin-bottom: 20px;
    margin-top: 15px;
}

.price {
    font-weight: 500;
    font-size: 50px;
    margin-bottom: 0px;
}

.single-pricing {
    overflow: hidden;

    h5 {
        font-size: 14px;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    ul {
        list-style: none;
        margin-bottom: 20px;
        margin-top: 30px;

        li {
            line-height: 35px;
        }
    }

    a {
        padding: 10px 45px;
        border: 2px solid #ffaa17;
        color: #ffaa17;
        text-transform: capitalize;
    }

    a:hover, a:focus {
        background: #ffaa17;
        color: #fff;
        border: 2px solid #ffaa17;
    }
}

.single-pricing-white {
    background: #232434
}

.single-pricing-white ul li {
    color: #fff;
}

.single-pricing-white h2 {
    color: #fff;
}

.single-pricing-white h1,
.single-pricing-white .price {
    color: #fff;
}

.single-pricing-white h5 {
    color: #fff;
}


.header-audio {
    width: 100%;
}

@media (min-width: 992px) {
    .w-900px, .header-audio {
        width: 900px;
    }
}

.progress {
    height: 0.5rem;
}

td.min-width {
    white-space: nowrap;
    width: 1%;
    padding-left: 1rem;
    padding-right: 1rem;
}

.locked-content {
    filter: blur(3px);
    pointer-events: none;
}

.available-with-premium {
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
}

.available-with-premium .btn {
    background-color: rgba(0, 0, 0, 0.7);
}

.category-progress-card {
    min-height: 9.5rem;
}

.tutor-profile .contact-link {
    text-decoration: none;
    color: #495057;
    transition: color 0.15s;
}

.tutor-profile .contact-link:hover {
    color: var(--bs-danger);
}

.tutor-profile .contact-icon {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #e9ecef;
    font-size: 18px;
}

/*Level badges*/
/* Option A - cool pastels (blue/teal/lavender) */
/*.badge-level-b1 {background-color: #a8d8ea;color: #1a5276;}
.badge-level-b2 {background-color: #a8e6cf;color: #1a4731;}
.badge-level-c1 {background-color: #d4b8e0;color: #5b2c6f;}*/

/* Option B - warm pastels (coral/peach/gold) */
/*.badge-level-b1 {background-color: #ffd6a5;color: #7d3c00;}
.badge-level-b2 {background-color: #ffadad;color: #7b0000;}
.badge-level-c1 {background-color: #caffbf;color: #1a4731;}*/

/* Option C - soft neutrals (sage/sky/rose) */
/*.badge-level-b1 { background-color: #b5ead7; color: #2d6a4f; }
.badge-level-b2 { background-color: #c7e0f4; color: #1a3a5c; }
.badge-level-c1 { background-color: #ffc8dd; color: #7b1d3a; }*/

/* Option D - tropical (aquamarine/gold/orchid) */
.badge-level-b1 { background-color: #b8f0e8; color: #1a5c4f; }
.badge-level-b2 { background-color: #f0e0b8; color: #5c3d00; }
.badge-level-c1 { background-color: #e8b8f0; color: #5c1a6b; }

/* Option E - nordic (slate/beige/sage) */
/*.badge-level-b1 { background-color: #c8dce8; color: #2d4a5c; }
.badge-level-b2 { background-color: #e8d4c0; color: #5c3d2d; }
.badge-level-c1 { background-color: #c8e8d4; color: #2d5c3d; }*/

/* Option F - autumn (amber/dusty rose/pale sage) */
/*.badge-level-b1 { background-color: #f5e6c8; color: #7a4f00; }
.badge-level-b2 { background-color: #e8c8c8; color: #7a2020; }
.badge-level-c1 { background-color: #c8e0c8; color: #2d5c2d; }*/

/*Tutor price*/
/* Option A - soft pill (neutral background, rounded) */
/*.tutor-price {
    display: inline-block;
    background-color: #f0f4f8;
    color: #2d3748;
    padding: 0.2rem 0.75rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}*/

/* Option B - outlined chip (thin border, no fill) */
.tutor-price {
    display: inline-block;
    border: 1px solid #cbd5e0;
    background-color: #f0f4f8;
    color: #4a5568;
    padding: 0.2rem 0.6rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.02em;
}
.tutor-price-big {
    font-size: 1.2rem;
}
.tutor-price-disclaimer {
    font-size: 0.75rem;
}

.tutor-avatar {
    object-fit: cover;
}

.tutor-avatar-placeholder-sm {
    width: 120px;
    height: 120px;
}

.tutor-avatar-placeholder-lg {
    width: 200px;
    height: 200px;
}

.tutor-avatar-icon-sm {
    font-size: 3rem;
}

.tutor-avatar-icon-lg {
    font-size: 5rem;
}

/* Option C - accent underline (minimal, text-only with color accent) */
/*.tutor-price {
    display: inline-block;
    color: #2d3748;
    font-size: 0.95rem;
    font-weight: 600;
    border-block-end: 2px solid #a8d8ea;
    padding-block-end: 0.1rem;
}*/

/* Option D - left accent bar (blockquote-style) */
/*.tutor-price {
    display: inline-block;
    border-inline-start: 3px solid #a8d8ea;
    padding-inline-start: 0.5rem;
    color: #2d3748;
    font-size: 0.9rem;
    font-weight: 500;
}*/

/* Option E - gradient pill (soft purple-to-blue) */
/*.tutor-price {
    display: inline-block;
    background: linear-gradient(135deg, #e8f4f8 0%, #f0e8f8 100%);
    color: #3d2d5c;
    padding: 0.25rem 0.85rem;
    border-radius: 2rem;
    font-size: 0.875rem;
    font-weight: 500;
}*/

/* Option F - bold typographic (no decoration, strong weight) */
/*.tutor-price {
    display: inline-block;
    color: #1a1a2e;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    opacity: 0.8;
}*/

/*Language badges*/
/* Option A - soft rounded pill with subtle background */
/*.badge-lang {
    display: inline-block;
    background-color: #f0f4f8;
    color: #2d3748;
    padding: 0.2rem 0.75rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0.15rem;
}*/

/* Option B - outlined ghost pill */
.badge-lang {
    display: inline-block;
    border: 1px solid #a0aec0;
    color: #4a5568;
    padding: 0.2rem 0.7rem;
    border-radius: 0.2rem;
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0.15rem;
}

/* Option C - solid muted with stronger contrast */
/*.badge-lang {
    display: inline-block;
    background-color: #e2e8f0;
    color: #1a202c;
    padding: 0.25rem 0.75rem;
    border-radius: 0.375rem;
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin: 0.15rem;
}*/

/* Option D - warm tinted pill (cream/sand) */
/*.badge-lang {
    display: inline-block;
    background-color: #fdf3e3;
    color: #7a4f00;
    padding: 0.2rem 0.75rem;
    border-radius: 2rem;
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0.15rem;
}*/

/* Option E - flat tag with left-side accent dot */
/*.badge-lang {
    display: inline-block;
    background-color: #f7fafc;
    color: #2d3748;
    padding: 0.2rem 0.65rem 0.2rem 0.5rem;
    border-radius: 0.25rem;
    border-inline-start: 3px solid #a8d8ea;
    font-size: 0.8rem;
    font-weight: 500;
    margin: 0.15rem;
}*/

/* Option F - dark chip (inverted, subtle) */
/*.badge-lang {
    display: inline-block;
    background-color: #2d3748;
    color: #e2e8f0;
    padding: 0.2rem 0.75rem;
    border-radius: 2rem;
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.03em;
    margin: 0.15rem;
}*/
