/* _content/billing/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-fqa0fogsaa] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: #1a1a1a;
    color: #eee;
}

main[b-fqa0fogsaa] {
    flex: 1;
}

.sidebar[b-fqa0fogsaa] {
    background-image: linear-gradient(180deg, #1e3a5f 0%, #2a1535 70%);
}

.top-row[b-fqa0fogsaa] {
    background-color: #222;
    border-bottom: 1px solid #444;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fqa0fogsaa]  a, .top-row[b-fqa0fogsaa]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
        color: #5aa6e6;
    }

    .top-row[b-fqa0fogsaa]  a:hover, .top-row[b-fqa0fogsaa]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-fqa0fogsaa]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-fqa0fogsaa] {
        justify-content: space-between;
    }

    .top-row[b-fqa0fogsaa]  a, .top-row[b-fqa0fogsaa]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fqa0fogsaa] {
        flex-direction: row;
    }

    .sidebar[b-fqa0fogsaa] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-fqa0fogsaa] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-fqa0fogsaa]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-fqa0fogsaa], article[b-fqa0fogsaa] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-fqa0fogsaa] {
    color-scheme: dark;
    background: #772222;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.5);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
    color: white;
}

    #blazor-error-ui .dismiss[b-fqa0fogsaa] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: white;
    }
/* _content/billing/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sxm0hwfc8b] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-sxm0hwfc8b] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-sxm0hwfc8b] {
    min-height: 3.5rem;
    background-color: #1e1e2d; /* Darker top bar color */
    border-bottom: 1px solid #2b2b40;
}

.navbar-brand[b-sxm0hwfc8b] {
    font-size: 1.1rem;
    font-weight: 600;
    color: white;
    letter-spacing: 0.5px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

.navbar-dark[b-sxm0hwfc8b] {
    background-color: #1e1e2d;
    color: #ffffff;
}

/* Navigation groups styling */
.nav-group[b-sxm0hwfc8b] {
    margin-bottom: 1rem;
}

.nav-group-title[b-sxm0hwfc8b] {
    color: #6c7293;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 1rem 0 0.5rem 1.5rem;
    font-weight: 600;
}

.nav-item[b-sxm0hwfc8b] {
    font-size: 0.95rem;
    padding-bottom: 0.3rem;
}

.nav-item:first-of-type[b-sxm0hwfc8b] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-sxm0hwfc8b] {
    padding-bottom: 0.5rem;
}

.nav-item[b-sxm0hwfc8b]  .nav-link {
    color: #b5b6c9;
    background: none;
    border: none;
    border-radius: 6px;
    height: 2.8rem;
    display: flex;
    align-items: center;
    line-height: 2.8rem;
    width: 100%;
    padding-left: 1.25rem;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    margin: 0 0.5rem;
}

.nav-item[b-sxm0hwfc8b]  a.active {
    background-color: rgba(78, 98, 221, 0.15);
    color: #5d74f1;
    font-weight: 600;
    box-shadow: 0 0 0 1px rgba(78, 98, 221, 0.1);
}

.nav-item[b-sxm0hwfc8b]  .nav-link:hover {
    background-color: rgba(255,255,255,0.08);
    color: #ffffff;
    transform: translateX(2px);
}

.nav-item[b-sxm0hwfc8b]  .nav-link:active {
    transform: translateX(0);
    transition: transform 0.1s;
}

/* Bootstrap Icons */
.nav-item[b-sxm0hwfc8b]  i.bi {
    font-size: 1.1rem;
    margin-right: 0.75rem;
    width: 1.25rem;
    text-align: center;
}

.nav-scrollable[b-sxm0hwfc8b] {
    display: block;
    background-color: #1e1e2d;
}

.nav-scrollable.collapse[b-sxm0hwfc8b] {
    display: none;
}

/* Mobile backdrop - hidden on desktop */
.mobile-nav-backdrop[b-sxm0hwfc8b] {
    display: none;
}

/* Mobile overlay styles */
@media (max-width: 640px) {
    .nav-scrollable[b-sxm0hwfc8b] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        width: 280px;
        height: calc(100vh - 3.5rem);
        background-color: #1e1e2d;
        border-right: 1px solid #2b2b40;
        box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3);
        z-index: 1050;
        overflow-y: auto;
        transform: translateX(0);
        transition: transform 0.3s ease;
    }

    .nav-scrollable.collapse[b-sxm0hwfc8b] {
        transform: translateX(-100%);
    }

    /* Mobile backdrop */
    .mobile-nav-backdrop[b-sxm0hwfc8b] {
        position: fixed;
        top: 3.5rem;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        z-index: 1040;
        display: block;
        opacity: 1;
        transition: opacity 0.3s ease;
    }

    .mobile-nav-backdrop.hidden[b-sxm0hwfc8b] {
        display: none;
        opacity: 0;
    }
}

@media (min-width: 641px) {
    .navbar-toggler[b-sxm0hwfc8b] {
        display: none;
    }

    .nav-scrollable[b-sxm0hwfc8b] {
        /* Never collapse the sidebar for wide screens */
        display: block !important;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
        background-color: #1e1e2d;
        border-right: 1px solid #2b2b40;
    }
}
/* _content/billing/Components/Pages/Admin/AdminConfiguration.razor.rz.scp.css */
.admin-configuration .card[b-di7x6pwsyv] {
    background-color: #2a2a2a;
    border: 1px solid #444;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.admin-configuration .card-header[b-di7x6pwsyv] {
    background-color: #222;
    border-bottom: 1px solid #444;
    font-weight: 500;
}

/* Table styling overrides */
.admin-configuration .table-info[b-di7x6pwsyv] {
    background-color: rgba(23, 162, 184, 0.15) !important;
}

.admin-configuration .table-info td[b-di7x6pwsyv] {
    color: #9ee !important;
}
/* _content/billing/Components/Pages/Admin/AdminDashboard.razor.rz.scp.css */
.admin-dashboard .card[b-0puwos2tlv] {
    background-color: #2a2a2a;
    border: 1px solid #444;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.admin-dashboard .card-header[b-0puwos2tlv] {
    background-color: #222;
    border-bottom: 1px solid #444;
    font-weight: 500;
}

.language-chart[b-0puwos2tlv] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}

.language-item[b-0puwos2tlv] {
    display: flex;
    align-items: center;
    width: 100%;
    gap: 0.75rem;
}

.language-name[b-0puwos2tlv] {
    width: 100px;
    font-weight: 500;
}

.language-bar-container[b-0puwos2tlv] {
    flex-grow: 1;
    height: 1.25rem;
    background-color: #333;
    border-radius: 4px;
    overflow: hidden;
}

.language-bar[b-0puwos2tlv] {
    height: 100%;
    background: linear-gradient(90deg, #3498db, #2c5082);
    border-radius: 4px;
}

.language-count[b-0puwos2tlv] {
    width: 80px;
    text-align: right;
    font-size: 0.9rem;
    font-weight: 500;
}

/* Badge styling */
.badge.bg-success[b-0puwos2tlv] {
    background-color: #226644 !important;
}

.badge.bg-danger[b-0puwos2tlv] {
    background-color: #772222 !important;
}

/* Progress bar styling */
.progress[b-0puwos2tlv] {
    background-color: #333;
    border-radius: 4px;
}

.progress-bar.bg-success[b-0puwos2tlv] {
    background: linear-gradient(90deg, #226644, #184f34) !important;
}
/* _content/billing/Components/Pages/Admin/LinkTracking.razor.rz.scp.css */
.referrer-stats[b-awurkd1wic] {
    background-color: #2a2a2a;
    border-radius: var(--bs-card-border-radius);
}

.referrer-stats .list-group-item[b-awurkd1wic] {
    background-color: #2a2a2a;
    border-color: #444;
    color: #eee;
}

.referrer-stats .list-group-item.text-muted[b-awurkd1wic] {
    color: #eee !important;
}

.browser-stats[b-awurkd1wic] {
    background-color: #2a2a2a;
    border-radius: var(--bs-card-border-radius);
}

.browser-stats .text-muted[b-awurkd1wic] {
    color: #eee !important;
}
/* _content/billing/Components/Pages/Landing.razor.rz.scp.css */
/* Navigation */
.landing-nav[b-0nz0316nyb] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2rem;
    background-color: rgba(26, 29, 36, 0.9);
    backdrop-filter: blur(10px);
    box-shadow: 0 1px 2px rgba(0,0,0,0.3);
    z-index: 1000;
}

.landing-nav-logo[b-0nz0316nyb] {
    font-size: 1.5rem;
    font-weight: bold;
    text-decoration: none;
    color: var(--primary);
}

.landing-nav-links[b-0nz0316nyb] {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.landing-nav-link[b-0nz0316nyb] {
    text-decoration: none;
    color: var(--text);
    font-weight: 500;
    transition: color 0.3s;
}

.landing-nav-link:hover[b-0nz0316nyb] {
    color: var(--primary);
}

.landing-nav-link.login-button[b-0nz0316nyb] {
    background-color: var(--primary);
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 4px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 10px rgba(52, 152, 219, 0.3);
    border: none;
}

.landing-nav-link.login-button:hover[b-0nz0316nyb] {
    background-color: #2980b9;
    box-shadow: 0 4px 15px rgba(52, 152, 219, 0.4);
    transform: translateY(-2px);
}

/* Hero Section */
.hero-section[b-0nz0316nyb] {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background: linear-gradient(135deg, #1a1d24 0%, #252a33 100%);
    padding: 2rem;
    position: relative;
    overflow: hidden;
}

.hero-cta-subtext[b-0nz0316nyb] {
    margin-top: 1rem;
    font-size: 1.1rem;
    color: var(--text-secondary);
}

.hero-background[b-0nz0316nyb] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.hero-watermark[b-0nz0316nyb] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    opacity: 0.05;
}

.hero-logo-svg[b-0nz0316nyb] {
    width: 80vh;
    height: 80vh;
    max-width: 800px;
    max-height: 800px;
    fill: #ffffff;
    filter: brightness(0) invert(1); /* Make the SVG white */
}

.hero-content[b-0nz0316nyb] {
    max-width: 800px;
    padding: 2rem;
    position: relative;
    z-index: 2;
}

.hero-logo[b-0nz0316nyb] {
    margin: 0 auto 2rem;
    width: 100px;
    height: 100px;
}

.hero-logo-svg-small[b-0nz0316nyb] {
    width: 100%;
    height: 100%;
    fill: var(--primary);
    filter: invert(48%) sepia(79%) saturate(2476%) hue-rotate(190deg) brightness(118%) contrast(119%); /* Apply primary color */
}

.hero-title[b-0nz0316nyb] {
    font-size: 4rem;
    margin-bottom: 1rem;
    color: var(--text);
}

.hero-subtitle[b-0nz0316nyb] {
    font-size: 1.5rem;
    margin-bottom: 2rem;
    color: var(--text-secondary);
    opacity: 0.8;
}

.hero-buttons[b-0nz0316nyb] {
    display: flex;
    gap: 1rem;
    justify-content: center;
}

.hero-button[b-0nz0316nyb] {
    padding: 0.75rem 2rem;
    font-size: 1.25rem;
}

/* Features Section */
.features-section[b-0nz0316nyb] {
    padding: 5rem 2rem;
    background-color: var(--dark);
}

.container[b-0nz0316nyb] {
    max-width: 1200px;
    margin: 0 auto;
}

.section-title[b-0nz0316nyb] {
    text-align: center;
    font-size: 2.5rem;
    margin-bottom: 3rem;
    color: var(--text);
}

.features-grid[b-0nz0316nyb] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 2rem;
    justify-content: center;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.feature-card[b-0nz0316nyb] {
    background-color: var(--light);
    border-radius: 8px;
    padding: 2rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.05);
    transition: transform 0.3s, box-shadow 0.3s;
    width: 100%;
}

.feature-card:hover[b-0nz0316nyb] {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.feature-icon[b-0nz0316nyb] {
    font-size: 3rem;
    margin-bottom: 1rem;
}

.feature-title[b-0nz0316nyb] {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: var(--text);
}

.feature-description[b-0nz0316nyb] {
    color: var(--text-secondary);
    line-height: 1.6;
}

/* Plans Section */
.plans-section[b-0nz0316nyb] {
    padding: 5rem 2rem;
    background-color: var(--light);
}

.section-subtitle[b-0nz0316nyb] {
    text-align: center;
    font-size: 1.25rem;
    margin-bottom: 3rem;
    color: var(--text-secondary);
}

.plans-grid[b-0nz0316nyb] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .plans-grid[b-0nz0316nyb] {
        grid-template-columns: repeat(4, 1fr);
    }
}

.plan-card[b-0nz0316nyb] {
    background-color: var(--dark);
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    flex-direction: column;
    border: 1px solid var(--border);
    width: 100%;
}

.plan-card:hover[b-0nz0316nyb] {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
}

.plan-card-featured[b-0nz0316nyb] {
    border: 2px solid var(--primary);
    transform: scale(1.05);
}

.plan-card-featured:hover[b-0nz0316nyb] {
    transform: scale(1.05) translateY(-5px);
}

.plan-header[b-0nz0316nyb] {
    background-color: #1e2730;
    color: white;
    padding: 2rem;
    text-align: center;
    border-bottom: 1px solid var(--border);
}

.plan-card-featured .plan-header[b-0nz0316nyb] {
    background-color: var(--primary);
}

.plan-title[b-0nz0316nyb] {
    font-size: 1.75rem;
    margin-bottom: 0.25rem;
}

.plan-price[b-0nz0316nyb] {
    font-size: 1.4rem;
    font-weight: bold;
    color: var(--primary);
    margin-bottom: 1rem;
}

.plan-price small[b-0nz0316nyb] {
    font-size: 0.9rem;
    font-weight: normal;
    opacity: 0.8;
}

.plan-price-inline[b-0nz0316nyb] {
    font-size: 1.2rem;
    font-weight: normal;
    color: var(--primary);
}

.plan-price-inline small[b-0nz0316nyb] {
    font-size: 0.9rem;
    opacity: 0.8;
}

.plan-price[b-0nz0316nyb] {
    font-size: 2.5rem;
    font-weight: bold;
}

.plan-price small[b-0nz0316nyb] {
    font-size: 1rem;
    font-weight: normal;
    opacity: 0.8;
}

.plan-features[b-0nz0316nyb] {
    padding: 2rem;
    flex-grow: 1;
}

.plan-features p[b-0nz0316nyb] {
    margin-bottom: 1.5rem;
    color: var(--text);
}

.plan-features ul[b-0nz0316nyb] {
    padding-left: 1.5rem;
    list-style-type: none;
}

.plan-features li[b-0nz0316nyb] {
    margin-bottom: 0.75rem;
    color: var(--text);
    position: relative;
    padding-left: 1.5rem;
}

.plan-features li[b-0nz0316nyb]::before {
    content: "✓";
    color: var(--primary);
    position: absolute;
    left: 0;
}

.plan-footer[b-0nz0316nyb] {
    padding: 1.5rem 2rem;
    text-align: center;
}

/* Footer */
.landing-footer[b-0nz0316nyb] {
    background-color: var(--dark);
    color: white;
    padding: 3rem 2rem;
}

.landing-footer-content[b-0nz0316nyb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
}

.landing-footer-logo[b-0nz0316nyb] {
    font-size: 1.75rem;
    font-weight: bold;
    color: white;
}

.landing-footer-links[b-0nz0316nyb] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
}

.footer-link[b-0nz0316nyb] {
    color: var(--primary);
    text-decoration: none;
    transition: color 0.3s;
}

.footer-link:hover[b-0nz0316nyb] {
    color: #3ea1e6;
    text-decoration: underline;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .hero-title[b-0nz0316nyb] {
        font-size: 3rem;
    }

    .section-title[b-0nz0316nyb] {
        font-size: 2rem;
    }

    .landing-nav[b-0nz0316nyb] {
        padding: 0.75rem 1rem;
        flex-direction: column;
        gap: 0.5rem;
        align-items: stretch;
    }

    .landing-nav-links[b-0nz0316nyb] {
        display: flex;
        flex-direction: row;
        gap: 0.5rem;
        width: 100%;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .landing-nav-link[b-0nz0316nyb] {
        text-align: center;
        padding: 0.5rem 0.75rem;
        flex: 1;
        min-width: auto;
    }

    .landing-nav-link.login-button[b-0nz0316nyb] {
        margin-top: 0;
        flex-basis: 100%;
        margin-top: 0.5rem;
    }

    .hero-section[b-0nz0316nyb] {
        padding: 2rem 0;
        margin-top: 90px; /* Account for shorter mobile nav */
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        width: 100vw;
    }

    .hero-content[b-0nz0316nyb] {
        padding: 2rem 1rem;
        width: 100%;
        max-width: none;
    }

    .features-section[b-0nz0316nyb] {
        padding: 3rem 0;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        width: 100vw;
    }

    .plans-section[b-0nz0316nyb] {
        padding: 3rem 0;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        width: 100vw;
    }

    .landing-footer[b-0nz0316nyb] {
        padding: 2rem 0;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
        width: 100vw;
    }

    .container[b-0nz0316nyb] {
        padding: 0 1rem;
        max-width: 1200px;
        width: 100%;
        margin: 0 auto;
    }

    .plan-card-featured[b-0nz0316nyb] {
        transform: scale(1);
    }

    .plan-card-featured:hover[b-0nz0316nyb] {
        transform: translateY(-5px);
    }

    .hero-buttons[b-0nz0316nyb] {
        flex-direction: column;
        gap: 1rem;
    }

    .hero-button[b-0nz0316nyb] {
        width: 100%;
    }

    .features-grid[b-0nz0316nyb] {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .feature-card[b-0nz0316nyb] {
        padding: 1rem;
        display: flex;
        align-items: center;
        gap: 0.75rem;
        text-align: left;
    }

    .feature-icon[b-0nz0316nyb] {
        font-size: 2rem;
        margin-bottom: 0;
        flex-shrink: 0;
    }

    .feature-title[b-0nz0316nyb] {
        font-size: 1.1rem;
        margin-bottom: 0;
    }

    .feature-description[b-0nz0316nyb] {
        display: none;
    }

    /* Plan cards mobile optimization */
    .plan-header[b-0nz0316nyb] {
        padding: 1rem;
    }

    .plan-title[b-0nz0316nyb] {
        font-size: 1.3rem;
        margin-bottom: 0.15rem;
        text-align: center;
    }

    .plan-price[b-0nz0316nyb] {
        font-size: 1.2rem;
        font-weight: bold;
        color: var(--primary);
        text-align: center;
        margin-bottom: 0.5rem;
    }

    .plan-price small[b-0nz0316nyb] {
        font-size: 0.8rem;
        opacity: 0.8;
    }

    .plan-price-inline[b-0nz0316nyb] {
        font-size: 1.1rem;
        font-weight: normal;
        color: var(--primary);
    }

    .plan-price-inline small[b-0nz0316nyb] {
        font-size: 0.8rem;
        opacity: 0.8;
    }

    .plan-features[b-0nz0316nyb] {
        padding: 1rem;
    }

    .plan-features p[b-0nz0316nyb] {
        margin-bottom: 0.75rem;
        font-size: 0.9rem;
    }

    .plan-features ul[b-0nz0316nyb] {
        padding-left: 1rem;
        margin-bottom: 0;
    }

    .plan-features li[b-0nz0316nyb] {
        margin-bottom: 0.4rem;
        font-size: 0.9rem;
    }

    .plan-footer[b-0nz0316nyb] {
        padding: 1rem;
    }
}
