/* _content/Kurzola.Shared/Components/MarketplaceCoursePageView.razor.rz.scp.css */
.mp-course-page[b-7pdauvxg14] {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.mp-course-inner[b-7pdauvxg14] {
    padding: 1.5rem;
}

.mp-cover[b-7pdauvxg14] {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0.75rem;
}

.mp-cover-std[b-7pdauvxg14] {
    width: 100%;
    height: 200px;
    margin-bottom: 1.25rem;
}

.mp-cover-hero[b-7pdauvxg14] {
    width: calc(100% + 3rem);
    height: 240px;
    margin: -1.5rem -1.5rem 1.25rem;
    border-radius: 0;
}

.mp-hero .mp-cover-hero[b-7pdauvxg14] {
    margin-bottom: 0;
}

.mp-hero-content[b-7pdauvxg14] {
    padding-top: 0.25rem;
}

.mp-cover-wide[b-7pdauvxg14] {
    width: 100%;
    height: 100%;
    min-height: 220px;
    border-radius: 0.75rem;
}

.mp-cover-sml[b-7pdauvxg14] {
    width: 112px;
    height: 112px;
    flex-shrink: 0;
}

.mp-split[b-7pdauvxg14] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.2fr);
    gap: 1.5rem;
    align-items: start;
}

.mp-compact-top[b-7pdauvxg14] {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.mp-compact-head[b-7pdauvxg14] {
    flex: 1;
    min-width: 0;
}

.mp-type-badge[b-7pdauvxg14] {
    display: inline-block;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
    color: var(--course-accent);
    background: color-mix(in srgb, var(--course-accent) 12%, #fff);
    padding: 0.2rem 0.55rem;
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
}

.mp-title[b-7pdauvxg14] {
    font-size: 1.65rem;
    font-weight: 800;
    line-height: 1.2;
    margin: 0 0 0.75rem;
    color: #111827;
}

.mp-title-sm[b-7pdauvxg14] {
    font-size: 1.15rem;
    margin-bottom: 0.5rem;
}

.mp-lector[b-7pdauvxg14] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.mp-lector-photo[b-7pdauvxg14],
.mp-lector-initial[b-7pdauvxg14] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    object-fit: cover;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 700;
}

.mp-lector-name[b-7pdauvxg14] {
    font-size: 0.875rem;
    color: #6b7280;
}

.mp-rating[b-7pdauvxg14] {
    font-size: 0.85rem;
    color: #9ca3af;
    margin-bottom: 0.5rem;
}

.mp-price[b-7pdauvxg14] {
    font-size: 1.35rem;
    font-weight: 800;
    margin-bottom: 1rem;
}

.mp-price-box[b-7pdauvxg14] {
    border: 1px solid var(--kurzola-border, #0a0a0a);
    border-radius: 0.65rem;
    background: var(--kurzola-bg, #fff);
    overflow: hidden;
    margin-bottom: 1rem;
}

.mp-price-row[b-7pdauvxg14] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.4rem 0.85rem;
    border-bottom: 1px solid #e5e7eb;
    font-size: 0.85rem;
}

.mp-price-row:last-child[b-7pdauvxg14] {
    border-bottom: none;
}

.mp-price-row-label[b-7pdauvxg14] {
    color: var(--kurzola-text-muted, #6b7280);
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
}

.mp-price-row-value[b-7pdauvxg14] {
    font-weight: 700;
    color: var(--kurzola-text, #0a0a0a);
}

.mp-price-was-value[b-7pdauvxg14] {
    text-decoration: line-through;
    color: var(--kurzola-text-muted, #6b7280);
    font-weight: 500;
}

.mp-price-row-now[b-7pdauvxg14] {
    background: color-mix(in srgb, var(--course-accent) 10%, #fff);
}

.mp-price-row-now .mp-price-row-value[b-7pdauvxg14] {
    color: var(--course-accent);
    font-size: 1.05rem;
}

.mp-price-info[b-7pdauvxg14] {
    cursor: help;
    font-size: 0.7rem;
}

.mp-desc[b-7pdauvxg14] {
    background: #f9fafb;
    border: 1px solid #f3f4f6;
    border-radius: 0.75rem;
    padding: 1rem 1.15rem;
    margin-bottom: 1rem;
}

.mp-desc-title[b-7pdauvxg14] {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #6b7280;
    margin: 0 0 0.5rem;
}

.mp-desc-text[b-7pdauvxg14] {
    font-size: 0.925rem;
    line-height: 1.6;
    color: #374151;
    margin: 0;
    white-space: pre-wrap;
}

.mp-actions[b-7pdauvxg14] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
}

.mp-reviews-preview[b-7pdauvxg14] {
    font-size: 0.85rem;
    padding: 0.65rem 0.85rem;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
}

@media (max-width: 768px) {
    .mp-split[b-7pdauvxg14] {
        grid-template-columns: 1fr;
    }

    .mp-cover-wide[b-7pdauvxg14] {
        min-height: 160px;
    }
}
/* _content/Kurzola.Shared/Components/PaymentSecurityNotice.razor.rz.scp.css */
.payment-security-notice[b-hhf14wsg3d] {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    margin: 0.75rem 0 1rem;
    font-size: 0.875rem;
    line-height: 1.45;
    color: var(--kurzola-text-muted);
}

.payment-security-notice__icon[b-hhf14wsg3d] {
    flex-shrink: 0;
    width: 1.125rem;
    height: 1.125rem;
    margin-top: 0.15rem;
    color: #c9a227;
}

.payment-security-notice__text strong[b-hhf14wsg3d] {
    color: var(--kurzola-text);
    font-weight: 600;
}
/* _content/Kurzola.Shared/Layout/LanguageSwitcher.razor.rz.scp.css */
.lang-flag-btn[b-dyzn0gdc16] {
    display: inline-flex;
    align-items: center;
    border: none;
    background: none;
    border-radius: 3px;
    padding: 0;
    cursor: pointer;
    line-height: 0;
    opacity: 0.85;
    transition: opacity 0.2s, transform 0.2s;
}

.lang-flag-btn:hover[b-dyzn0gdc16] {
    opacity: 1;
    transform: scale(1.1);
}

.lang-flag-img[b-dyzn0gdc16] {
    width: 28px;
    height: 19px;
    display: block;
    border-radius: 2px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
    object-fit: cover;
}
/* _content/Kurzola.Shared/Layout/MainLayout.razor.rz.scp.css */
.page[b-y4jtax2b6l] {
    position: relative;
    display: flex;
    flex-direction: row;
    min-height: 100vh;
    background: var(--kurzola-bg, #fff);
}

.main-area[b-y4jtax2b6l] {
    flex: 1;
    width: 100%;
    min-width: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #fff;
}

main[b-y4jtax2b6l] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.sidebar[b-y4jtax2b6l] {
    background: linear-gradient(180deg, #0a0a0a 0%, #1a1a1a 100%);
    color: #fff;
    height: 100vh;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    min-height: 0;
}

.sidebar[b-y4jtax2b6l]  .nav-menu-shell {
    flex: 1;
    min-height: 0;
}

.sidebar-shell[b-y4jtax2b6l] {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    position: fixed;
    right: 0;
    top: 0;
    height: 100vh;
    height: 100dvh;
    z-index: 1030;
    pointer-events: none;
}

.sidebar-shell .sidebar-tab[b-y4jtax2b6l],
.sidebar-shell .sidebar[b-y4jtax2b6l],
.sidebar-backdrop[b-y4jtax2b6l] {
    pointer-events: auto;
}

.sidebar-shell.closed .sidebar[b-y4jtax2b6l] {
    width: 280px;
    min-width: 280px;
    transform: translateX(100%);
    border: none;
}

.sidebar-shell.open .sidebar[b-y4jtax2b6l] {
    width: 280px;
    min-width: 280px;
    transform: translateX(0);
    box-shadow: -8px 0 32px rgba(0, 0, 0, 0.15);
}

.sidebar[b-y4jtax2b6l] {
    transition: transform 0.22s ease;
}

.sidebar-tab[b-y4jtax2b6l] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    width: 2rem;
    padding: 0.75rem 0.25rem;
    border: none;
    border-radius: 0.5rem 0 0 0.5rem;
    background: linear-gradient(180deg, #1a1a1a 0%, #0a0a0a 100%);
    color: #fff;
    cursor: pointer;
    box-shadow: -2px 0 8px rgba(0, 0, 0, 0.35);
    flex-shrink: 0;
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1046;
    min-height: 5.5rem;
}

.sidebar-shell.open .sidebar-tab[b-y4jtax2b6l] {
    right: 280px;
}

.sidebar-tab:hover[b-y4jtax2b6l] {
    filter: brightness(1.08);
}

.sidebar-tab-text[b-y4jtax2b6l] {
    writing-mode: vertical-rl;
    text-orientation: mixed;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.sidebar-tab .bi[b-y4jtax2b6l] {
    font-size: 1rem;
}

.sidebar-backdrop[b-y4jtax2b6l] {
    position: fixed;
    inset: 0;
    z-index: 1025;
    border: none;
    background: rgba(15, 23, 42, 0.35);
    cursor: pointer;
}

.app-top-row[b-y4jtax2b6l] {
    position: relative;
    background-color: #ffffff;
    border-bottom: 1px solid rgba(10, 10, 10, 0.12);
    height: 3.5rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    padding-left: 1rem;
    padding-right: 0.35rem;
}

.app-top-right[b-y4jtax2b6l] {
    position: absolute;
    right: 0.35rem;
    top: 50%;
    transform: translateY(-50%);
    z-index: 100;
    pointer-events: auto;
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.content[b-y4jtax2b6l] {
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    flex: 1;
    width: 100%;
    background: #fff;
}

.content-inner[b-y4jtax2b6l] {
    width: 100%;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

#blazor-error-ui[b-y4jtax2b6l] {
    background: #fef3c7;
    border-top: 1px solid #f59e0b;
    bottom: 0;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    font-size: 0.875rem;
}

#blazor-error-ui .dismiss[b-y4jtax2b6l] {
    cursor: pointer;
    float: right;
    font-weight: bold;
    background: none;
    border: none;
    padding: 0;
    font-size: inherit;
    color: inherit;
}

@media (prefers-reduced-motion: reduce) {
    .sidebar[b-y4jtax2b6l] {
        transition: none;
    }
}

@media (max-width: 991.98px) {
    .sidebar-shell.closed .sidebar[b-y4jtax2b6l] {
        transform: translateX(100%);
        width: min(88vw, 300px);
        min-width: min(88vw, 300px);
    }

    .sidebar-shell.open .sidebar[b-y4jtax2b6l] {
        transform: translateX(0);
        width: min(88vw, 300px);
        min-width: min(88vw, 300px);
        box-shadow: -8px 0 32px rgba(0, 0, 0, 0.2);
    }

    .sidebar[b-y4jtax2b6l] {
        overflow: hidden;
    }

    .sidebar[b-y4jtax2b6l]  .nav-menu-shell {
        display: flex !important;
        flex-direction: column;
        height: 100%;
        min-height: 0;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    .sidebar[b-y4jtax2b6l]  .nav-mobile-bar {
        display: none !important;
    }

    .sidebar-tab[b-y4jtax2b6l] {
        width: 2.75rem;
        min-height: 4.5rem;
    }

    .sidebar-shell.open .sidebar-tab[b-y4jtax2b6l] {
        right: min(88vw, 300px);
    }

    .sidebar-backdrop[b-y4jtax2b6l] {
        z-index: 1040;
    }

    .content[b-y4jtax2b6l] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }

    .app-top-row[b-y4jtax2b6l] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .app-top-right[b-y4jtax2b6l] {
        right: max(0.65rem, env(safe-area-inset-right, 0.65rem));
        z-index: 50;
    }
}

@media (min-width: 992px) {
    .content[b-y4jtax2b6l] {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }

    .app-top-row[b-y4jtax2b6l] {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .app-top-right[b-y4jtax2b6l] {
        right: calc(2rem + max(0px, (100% - 4rem - 1200px) / 2));
    }
}
/* _content/Kurzola.Shared/Layout/NavMenu.razor.rz.scp.css */
.nav-menu-shell[b-o91keses2f] {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
}

.nav-mobile-bar[b-o91keses2f] {
    background: rgba(255, 255, 255, 0.06);
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
}

.nav-mobile-bar .btn[b-o91keses2f] {
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
}

.nav-mobile-bar .btn:hover[b-o91keses2f],
.nav-mobile-bar .btn:focus[b-o91keses2f],
.nav-mobile-bar .btn:active[b-o91keses2f] {
    color: #fff;
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.5);
}

.nav-account-row[b-o91keses2f] {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 0.5rem;
    padding: 0.85rem 1.2rem 0.35rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    margin-bottom: 0.15rem;
}

.nav-account-row .nav-role[b-o91keses2f] {
    color: rgba(255, 255, 255, 0.55);
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    flex-shrink: 0;
}

.nav-account-row[b-o91keses2f]  a.nav-user-name {
    color: #fff;
    font-size: 0.88rem;
    font-weight: 600;
    letter-spacing: -0.01em;
    text-decoration: none;
    padding: 0;
    margin-left: auto;
    text-align: right;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.nav-account-row[b-o91keses2f]  a.nav-user-name:hover,
.nav-account-row[b-o91keses2f]  a.nav-user-name.active {
    color: #fff;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.nav-footer[b-o91keses2f] {
    /* Shares the space left below the account row with .nav-scrollable at roughly a 1:2 ratio
       (below), instead of being packed tight against the bottom – so the help/support links start
       around the beginning of the sidebar's bottom third rather than right above the logout line. */
    flex: 1 1 0%;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
}

.nav-footer-links[b-o91keses2f] {
    padding: 0.35rem 0 0.5rem;
}

.nav-footer-settings[b-o91keses2f] {
    /* Absorbs all the leftover space in .nav-footer above it, pushing itself (and .nav-footer-logout
       right after it) down to sit flush against the bottom, visually separated from the help/support
       links above. */
    margin-top: auto;
}

.nav-footer-logout[b-o91keses2f] {
    padding: 0.85rem 1.2rem 1.25rem;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.nav-logout[b-o91keses2f] {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.8rem;
    font-weight: 500;
    padding: 0.4rem 0;
    text-decoration: none;
}

.nav-logout:hover[b-o91keses2f] {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.08);
    border-radius: 6px;
}

.nav-item[b-o91keses2f] {
    font-size: 0.92rem;
}

.nav-item[b-o91keses2f]  .nav-link {
    color: #fff !important;
    background: none;
    border: none;
    border-radius: 6px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    width: 100%;
    transition: background 0.15s;
    font-weight: 500;
}

.nav-item[b-o91keses2f]  a.active {
    background: rgba(255, 255, 255, 0.14);
    color: #fff !important;
    font-weight: 700;
}

.nav-item[b-o91keses2f]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

.nav-item[b-o91keses2f]  .nav-link .bi {
    color: #fff;
}

.nav-scrollable[b-o91keses2f] {
    flex: 2 1 0%;
    min-height: 0;
    overflow-y: auto;
    display: block;
}

@media (max-width: 991.98px) {
    .nav-menu-shell[b-o91keses2f] {
        display: none;
    }

    .nav-menu-shell.open[b-o91keses2f] {
        display: flex;
    }
}

@media (min-width: 992px) {
    .nav-mobile-bar[b-o91keses2f] {
        display: none;
    }

    .nav-menu-shell[b-o91keses2f] {
        display: flex !important;
    }
}
/* _content/Kurzola.Shared/Pages/Student/CourseLearn.razor.rz.scp.css */
.course-timeline[b-3p9ha2okb8] {
    position: relative;
    height: 24px;
    margin-top: 0.5rem;
}

.course-timeline-track[b-3p9ha2okb8] {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    background: #e5e7eb;
    border-radius: 2px;
    transform: translateY(-50%);
}

.course-timeline-marker[b-3p9ha2okb8] {
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #fff;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.2);
    padding: 0;
    cursor: pointer;
}

.course-timeline-marker--chapter[b-3p9ha2okb8] {
    width: 3px;
    height: 16px;
    border-radius: 1px;
    background: #6b7280;
    border: none;
    box-shadow: none;
}

.notebook-add-form[b-3p9ha2okb8] {
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    padding: 0.75rem;
    margin-top: 0.5rem;
}

.notebook-bookmark-row[b-3p9ha2okb8] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.4rem 0;
    border-bottom: 1px solid #f0f0f0;
    cursor: pointer;
}

.notebook-bookmark-dot[b-3p9ha2okb8] {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    flex-shrink: 0;
}

.notebook-bookmark-detail[b-3p9ha2okb8] {
    border-left: 4px solid #6b7280;
    padding: 0.5rem 0.75rem;
    margin: 0.25rem 0 0.5rem;
    background: #f9fafb;
    font-size: 0.875rem;
    white-space: pre-wrap;
}
/* _content/Kurzola.Shared/Pages/Tokens/TokensPage.razor.rz.scp.css */
.token-package-card[b-uin856c0nw] {
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    background: var(--kurzola-bg, #fff);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
    transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.token-package-card.is-selected[b-uin856c0nw] {
    border-color: var(--kurzola-border, #0a0a0a);
    box-shadow: 0 0 0 1px var(--kurzola-border, #0a0a0a);
}

.token-package-bonus[b-uin856c0nw] {
    color: #16a34a;
    font-size: 0.85rem;
    font-weight: 600;
}

.token-package-btn[b-uin856c0nw] {
    border: 1px solid var(--kurzola-border, #0a0a0a);
    background: #fff;
    color: var(--kurzola-text, #0a0a0a);
    border-radius: 0.5rem;
    padding: 0.35rem 0.9rem;
    font-size: 0.85rem;
    font-weight: 600;
}

.token-package-btn:hover:not(:disabled)[b-uin856c0nw] {
    background: #f3f4f6;
}

.token-package-card.is-selected .token-package-btn[b-uin856c0nw] {
    background: var(--kurzola-text, #0a0a0a);
    color: #fff;
    border-color: var(--kurzola-text, #0a0a0a);
}

.token-package-btn:disabled[b-uin856c0nw] {
    opacity: 0.6;
}

.token-checkout[b-uin856c0nw] {
    border: 1px solid var(--kurzola-border, #0a0a0a);
    border-radius: 0.75rem;
    background: var(--kurzola-bg, #fff);
    overflow: hidden;
}

.token-checkout-summary[b-uin856c0nw] {
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #e5e7eb;
}

.token-checkout-summary-row[b-uin856c0nw] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

.token-checkout-icon[b-uin856c0nw] {
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 0.65rem;
    background: color-mix(in srgb, var(--kurzola-text, #0a0a0a) 6%, #fff);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.token-checkout-icon .material-icons[b-uin856c0nw] {
    font-size: 1.5rem;
    color: var(--kurzola-text, #0a0a0a);
}

.token-checkout-summary-text[b-uin856c0nw] {
    min-width: 0;
}

.token-checkout-summary-title[b-uin856c0nw] {
    font-weight: 700;
    color: var(--kurzola-text, #0a0a0a);
}

.token-checkout-summary-bonus[b-uin856c0nw] {
    font-size: 0.8rem;
    color: #16a34a;
    font-weight: 600;
}

.token-checkout-summary-price[b-uin856c0nw] {
    margin-left: auto;
    font-weight: 800;
    font-size: 1.15rem;
    color: var(--kurzola-text, #0a0a0a);
    white-space: nowrap;
}

.token-checkout-payment[b-uin856c0nw] {
    padding: 1.1rem 1.25rem 1.25rem;
}

.token-checkout-payment-label[b-uin856c0nw] {
    font-size: 0.7rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: var(--kurzola-text-muted, #6b7280);
    margin-bottom: 0.65rem;
}

.token-checkout-card-element[b-uin856c0nw] {
    border: 1px solid var(--kurzola-border, #0a0a0a);
    border-radius: 0.6rem;
    padding: 0.75rem;
    background: var(--kurzola-bg, #fff);
    margin-bottom: 0.75rem;
}

.token-checkout-pay-btn[b-uin856c0nw] {
    width: 100%;
    border-radius: 0.6rem;
    padding: 0.65rem;
    font-weight: 700;
    background: var(--kurzola-text, #0a0a0a);
    color: #fff;
    border: none;
}

.token-checkout-pay-btn:hover:not(:disabled)[b-uin856c0nw] {
    filter: brightness(1.15);
}

.token-checkout-pay-btn:disabled[b-uin856c0nw] {
    background: #9ca3af;
    opacity: 1;
}
