/* /Components/LandingPage.razor.rz.scp.css */
.landing[b-o6fwzc9z51] {
    --landing-accent: #f39200;
    --landing-ink: #0b1b33;
    --landing-muted: rgba(11, 27, 51, 0.74);
    --landing-border: rgba(0, 0, 0, 0.08);
    --landing-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);

    display: flex;
    flex-direction: column;
    gap: 2.5rem;
}

.landing-fullbleed[b-o6fwzc9z51] {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

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

.landing-hero[b-o6fwzc9z51] {
    padding: 3.25rem 0 2.75rem;
    color: var(--landing-ink);
    background:
        radial-gradient(1100px 420px at 15% 10%, rgba(243, 146, 0, 0.18), transparent 60%),
        radial-gradient(900px 420px at 85% 0%, rgba(5, 39, 103, 0.12), transparent 60%),
        linear-gradient(180deg, #ffffff, #f6f8fc);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    overflow: hidden;
}

.landing[b-o6fwzc9z51]  .landing-eyebrow {
    color: rgba(0, 0, 0, 0.55);
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.landing[b-o6fwzc9z51]  .landing-title {
    line-height: 1.1;
    letter-spacing: -0.02em;
}

.landing[b-o6fwzc9z51]  .landing-subtitle {
    max-width: 44rem;
    color: var(--landing-muted);
    font-size: 1.05rem;
}

.landing[b-o6fwzc9z51]  .landing-cta {
    flex-wrap: wrap;
}

.landing[b-o6fwzc9z51]  .landing-cta-primary {
    border-radius: 999px;
    box-shadow: 0 10px 24px rgba(11, 27, 51, 0.10);
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}

.landing[b-o6fwzc9z51]  .landing-cta-link {
    border-radius: 999px;
    border-color: transparent !important;
    background: transparent !important;
    color: rgba(11, 27, 51, 0.90) !important;
}

.landing[b-o6fwzc9z51]  .landing-cta-link:hover {
    background: rgba(5, 39, 103, 0.06) !important;
}

.landing[b-o6fwzc9z51]  .landing-cta-link .rz-button-text {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.landing[b-o6fwzc9z51]  .landing-onboarding {
    border: 1px solid rgba(243, 146, 0, 0.22);
    background: rgba(243, 146, 0, 0.06);
    border-radius: 14px;
    max-width: 56rem;
}

.landing[b-o6fwzc9z51]  .landing-onboarding-row {
    flex-wrap: wrap;
}

.landing-onboarding-icon[b-o6fwzc9z51] {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(243, 146, 0, 0.14);
    color: rgba(11, 27, 51, 0.85);
}

.landing[b-o6fwzc9z51]  .landing-onboarding-text {
    flex: 1;
    min-width: 240px;
}

.landing[b-o6fwzc9z51]  .landing-onboarding-title {
    margin: 0;
}

.landing[b-o6fwzc9z51]  .landing-onboarding-subtitle {
    margin: 0;
    color: rgba(0, 0, 0, 0.7);
}

.landing[b-o6fwzc9z51]  .landing-onboarding-subtitle a {
    color: rgba(11, 27, 51, 0.95);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
}

.landing[b-o6fwzc9z51]  .landing-onboarding-cta {
    border-radius: 999px;
    white-space: nowrap;
    border: 1px solid rgba(243, 146, 0, 0.45) !important;
    background: rgba(255, 255, 255, 0.70) !important;
    color: rgba(11, 27, 51, 0.92) !important;
}

.landing[b-o6fwzc9z51]  .landing-onboarding-cta .rz-button-text,
.landing[b-o6fwzc9z51]  .landing-onboarding-cta .rz-button-icon-left,
.landing[b-o6fwzc9z51]  .landing-onboarding-cta .rzi {
    color: inherit !important;
}

.landing[b-o6fwzc9z51]  .landing-onboarding-cta:hover {
    background: rgba(243, 146, 0, 0.12) !important;
}

.landing[b-o6fwzc9z51]  .landing-broker-badges {
    flex-wrap: wrap;
}

.landing-broker-logo-pill[b-o6fwzc9z51] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background: rgba(255, 255, 255, 0.75);
    box-shadow: 0 12px 22px rgba(11, 27, 51, 0.06);
}

.landing-broker-logo[b-o6fwzc9z51] {
    height: 22px;
    width: auto;
    max-width: 175px;
    object-fit: contain;
    display: block;
}

.landing[b-o6fwzc9z51]  .landing-hero-media {
    min-height: 320px;
    border-radius: 14px;
    overflow: hidden;
    background:
        radial-gradient(900px 320px at 10% 15%, rgba(243, 146, 0, 0.35), rgba(0, 0, 0, 0) 55%),
        radial-gradient(900px 320px at 90% 10%, rgba(59, 130, 246, 0.22), rgba(0, 0, 0, 0) 55%),
        url('/pics/landing/mesolive-hero.webp');
    background-size: cover;
    background-position: center;
    box-shadow: var(--landing-shadow);
}

.landing[b-o6fwzc9z51]  .landing-hero-media-column {
    margin-top: 2.45rem;
}

.landing-hero-media-mobile[b-o6fwzc9z51] {
    display: none;
}

.landing[b-o6fwzc9z51]  .landing-hero-media-title,
.landing[b-o6fwzc9z51]  .landing-hero-media-text {
    color: var(--landing-ink);
}

.landing[b-o6fwzc9z51]  .landing-hero-media-caption {
    padding: 0 0.25rem;
}

.landing[b-o6fwzc9z51]  .landing-hero-media-caption-icon {
    color: rgba(5, 39, 103, 0.8);
}

.landing[b-o6fwzc9z51]  .landing-hero-media-text {
    color: var(--landing-muted);
}

.landing-section[b-o6fwzc9z51] {
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
}

.landing[b-o6fwzc9z51]  .landing-section-title {
    margin: 0;
}

.landing[b-o6fwzc9z51]  .landing-section-subtitle {
    margin: 0;
    color: rgba(0, 0, 0, 0.65);
    max-width: 60rem;
}

.landing[b-o6fwzc9z51]  .landing-grid .rz-card {
    height: 100%;
}

.landing[b-o6fwzc9z51]  .landing-card {
    height: 100%;
    border-radius: 14px;
}

.landing-steps[b-o6fwzc9z51] {
    margin-top: 1.25rem;
}

.landing-step[b-o6fwzc9z51] {
    height: 100%;
    border-radius: 14px;
    border: 1px solid var(--landing-border);
    background: #ffffff;
    padding: 1rem 1rem 0.95rem;
    cursor: pointer;
    transition: transform 160ms ease, box-shadow 160ms ease, border-color 160ms ease;
}

.landing-step:hover[b-o6fwzc9z51] {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.10);
    border-color: rgba(243, 146, 0, 0.35);
}

.landing-step-active[b-o6fwzc9z51] {
    border-color: rgba(243, 146, 0, 0.55);
    box-shadow: 0 16px 32px rgba(243, 146, 0, 0.14);
}

.landing[b-o6fwzc9z51]  .landing-step-top {
    color: rgba(0, 0, 0, 0.72);
}

.landing-step-number[b-o6fwzc9z51] {
    width: 36px;
    height: 36px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: rgba(11, 27, 51, 0.92);
    background: linear-gradient(180deg, rgba(243, 146, 0, 0.35), rgba(243, 146, 0, 0.12));
    border: 1px solid rgba(243, 146, 0, 0.28);
}

.landing[b-o6fwzc9z51]  .landing-step-icon {
    font-size: 22px;
}

.landing[b-o6fwzc9z51]  .landing-step-title {
    margin: 0;
}

.landing[b-o6fwzc9z51]  .landing-step-blurb {
    margin: 0;
    color: rgba(0, 0, 0, 0.62);
}

.landing[b-o6fwzc9z51]  .landing-step-detail {
    margin-top: 1.25rem;
    border-radius: 14px;
    border: 1px solid var(--landing-border);
    background: linear-gradient(180deg, rgba(255, 255, 255, 1), rgba(246, 248, 252, 1));
}

.landing[b-o6fwzc9z51]  .landing-step-detail-kicker {
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.55);
}

.landing[b-o6fwzc9z51]  .landing-step-detail-desc {
    color: rgba(0, 0, 0, 0.70);
}

.landing[b-o6fwzc9z51]  .landing-step-detail-cta {
    border-radius: 999px;
}

.landing[b-o6fwzc9z51]  .landing-bullets {
    padding-top: 0.25rem;
}

.landing[b-o6fwzc9z51]  .landing-bullet-icon {
    margin-top: 2px;
    color: rgba(5, 39, 103, 0.75);
}

.landing[b-o6fwzc9z51]  .landing-bullet-text {
    color: rgba(0, 0, 0, 0.78);
}

.landing-trust[b-o6fwzc9z51] {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
    background:
        radial-gradient(1000px 360px at 20% 0%, rgba(243, 146, 0, 0.12), transparent 55%),
        linear-gradient(180deg, #ffffff, #f6f8fc);
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.landing[b-o6fwzc9z51]  .landing-trust-header {
    margin-bottom: 1.25rem;
}

.landing[b-o6fwzc9z51]  .landing-trust-card {
    border: 1px solid var(--landing-border);
}

.landing-trust-icon[b-o6fwzc9z51] {
    width: 42px;
    height: 42px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(5, 39, 103, 0.08);
    color: rgba(5, 39, 103, 0.85);
}

.landing[b-o6fwzc9z51]  .landing-muted {
    color: rgba(0, 0, 0, 0.68);
}

.landing[b-o6fwzc9z51]  .landing-trust-links {
    margin-top: 0.75rem;
    flex-wrap: wrap;
}

.landing[b-o6fwzc9z51]  .landing-link-button:hover {
    background: rgba(5, 39, 103, 0.06) !important;
}

.landing[b-o6fwzc9z51]  .landing-link-button {
    border-radius: 999px;
    border-color: transparent !important;
    background: transparent !important;
}

.landing[b-o6fwzc9z51]  .landing-link-button .rz-button-text {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
}

.landing-footer[b-o6fwzc9z51] {
    padding: 1.5rem 0;
    background: #0b1b33;
    color: rgba(255, 255, 255, 0.9);
}

.landing-footer a[b-o6fwzc9z51] {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
}

.landing-footer a:hover[b-o6fwzc9z51] {
    text-decoration: underline;
}

.landing-footer .landing-footer-copyright[b-o6fwzc9z51] {
    color: #ffffff;
}

.landing-footer .landing-footer-copyright-text[b-o6fwzc9z51] {
    color: #ffffff !important;
}

.landing-footer .landing-footer-copyright a[b-o6fwzc9z51] {
    color: #ffffff;
    text-decoration: none;
}

.landing-footer .landing-footer-copyright a:hover[b-o6fwzc9z51] {
    text-decoration: underline;
}

@media (max-width: 768px) {
    .landing[b-o6fwzc9z51] {
        gap: 2rem;
    }

    .landing-fullbleed[b-o6fwzc9z51] {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .landing-hero[b-o6fwzc9z51] {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    .landing[b-o6fwzc9z51]  .landing-title {
        font-size: clamp(2.25rem, 8vw, 3.15rem);
        line-height: 1.05;
    }

    .landing[b-o6fwzc9z51]  .landing-subtitle {
        font-size: 1rem;
    }

    .landing[b-o6fwzc9z51]  .landing-cta {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .landing[b-o6fwzc9z51]  .landing-cta .rz-button,
    .landing[b-o6fwzc9z51]  .landing-onboarding-cta,
    .landing[b-o6fwzc9z51]  .landing-link-button {
        width: 100% !important;
    }

    .landing[b-o6fwzc9z51]  .landing-cta .rz-button-box,
    .landing[b-o6fwzc9z51]  .landing-onboarding-cta .rz-button-box,
    .landing[b-o6fwzc9z51]  .landing-link-button .rz-button-box {
        justify-content: center !important;
    }

    .landing[b-o6fwzc9z51]  .landing-onboarding-row {
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .landing[b-o6fwzc9z51]  .landing-onboarding-text {
        min-width: 0;
    }

    .landing[b-o6fwzc9z51]  .landing-broker-badges {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 0.45rem;
    }

    .landing-broker-logo-pill[b-o6fwzc9z51] {
        padding: 0.3rem 0.55rem;
    }

    .landing-broker-logo[b-o6fwzc9z51] {
        height: 18px;
        max-width: 136px;
    }

    .landing[b-o6fwzc9z51]  .landing-trust-links {
        display: flex !important;
        flex-direction: column !important;
        align-items: stretch !important;
    }

    .landing[b-o6fwzc9z51]  .landing-hero-media {
        min-height: 240px;
    }

    .landing-hero-media-mobile[b-o6fwzc9z51] {
        display: block;
    }

    .landing[b-o6fwzc9z51]  .landing-footer-row {
        display: flex !important;
        flex-direction: column !important;
        align-items: flex-start !important;
        gap: 0.75rem;
    }

    .landing[b-o6fwzc9z51]  .landing-footer-links {
        display: flex !important;
        width: 100%;
        flex-wrap: wrap !important;
        gap: 0.5rem 0.75rem;
    }

    .landing[b-o6fwzc9z51]  .landing-hero-media-column {
        display: none;
    }
}

@media (max-width: 480px) {
    .landing[b-o6fwzc9z51] {
        gap: 1.75rem;
    }

    .landing-fullbleed[b-o6fwzc9z51] {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }

    .landing-hero[b-o6fwzc9z51] {
        padding-top: 1.5rem;
        padding-bottom: 1.75rem;
    }

    .landing[b-o6fwzc9z51]  .landing-title {
        font-size: clamp(2rem, 12vw, 2.7rem);
    }
}
/* /Components/PositionCalendar.razor.rz.scp.css */
.compact-today-schedule[b-sis0g6ryaa] {
    padding: 0.125rem 0.25rem;
}

.compact-today-schedule p[b-sis0g6ryaa] {
    margin: 0;
    line-height: 1.2;
}

.compact-today-schedule-title[b-sis0g6ryaa] {
    display: -webkit-box;
    overflow: hidden;
    word-break: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-weight: 600;
}

.compact-today-schedule-pnl[b-sis0g6ryaa] {
    margin-top: 0.125rem;
    font-size: 0.85rem;
    white-space: nowrap;
}
/* /Pages/TodayView.razor.rz.scp.css */
.today-view-desktop-shell[b-wskwpcqcwn] {
    height: min(calc(100dvh - 4rem), 72rem);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

.today-view-pane-content[b-wskwpcqcwn] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.today-view-calendar-host[b-wskwpcqcwn] {
    flex: 1;
    min-height: 0;
}

.today-view-mobile-shell[b-wskwpcqcwn] {
    width: calc(100vw - 0.4rem);
    max-width: calc(100vw - 0.4rem);
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: calc(100dvh - 4.1rem);
    min-height: calc(100dvh - 4.1rem);
    margin-left: calc(50% - 50vw + 0.2rem);
    margin-right: calc(50% - 50vw + 0.2rem);
    margin-bottom: -6rem;
}

.today-view-mobile-panel[b-wskwpcqcwn] {
    display: flex;
    flex: 1 1 auto;
    min-height: 0;
}

.today-view-mobile-panel-hidden[b-wskwpcqcwn] {
    display: none;
}

.today-view-mobile-calendar[b-wskwpcqcwn],
.today-view-mobile-chart[b-wskwpcqcwn] {
    display: flex;
    flex: 1 1 auto;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 0.5rem;
    background: #fff;
    min-height: 0;
}

.today-view-chart-container[b-wskwpcqcwn] {
    height: 100%;
    width: 100%;
    flex: 1 1 auto;
    min-height: 0;
    background: #fff;
}

.today-view-account-filter[b-wskwpcqcwn] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: 100%;
}

.today-view-account-filter-label[b-wskwpcqcwn] {
    font-weight: 500;
    white-space: nowrap;
}

[b-wskwpcqcwn] .today-view-account-dropdown {
    width: min(100%, 18rem);
    max-width: 18rem;
}

[b-wskwpcqcwn] .today-view-mobile-toggle {
    display: flex;
    width: 100%;
}

[b-wskwpcqcwn] .today-view-mobile-toggle .rz-button {
    flex: 1 1 0;
    justify-content: center;
}

@media (max-width: 768px) {
    .today-view-account-filter[b-wskwpcqcwn] {
        flex-wrap: wrap;
        align-items: flex-start;
        gap: 0.5rem;
    }

    .today-view-account-filter-label[b-wskwpcqcwn] {
        width: 100%;
    }

    [b-wskwpcqcwn] .today-view-account-dropdown {
        width: 100%;
        max-width: none;
    }
}

@media (max-height: 500px) {
    .today-view-mobile-shell[b-wskwpcqcwn] {
        gap: 0.5rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-0zlepot77x] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-0zlepot77x] {
    flex: 1;
    padding: 3rem 0.2rem 6rem;
}

.sidebar[b-0zlepot77x] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

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

.top-row[b-0zlepot77x]  a, .top-row .btn-link[b-0zlepot77x] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-0zlepot77x] {
        display: none;
    }

    .top-row.auth[b-0zlepot77x] {
        justify-content: space-between;
    }

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

@media (max-width: 768px), (max-width: 950px) and (max-height: 500px) {
    main[b-0zlepot77x] {
        padding: 1rem 0.2rem 4rem;
    }
}

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

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

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

    .top-row[b-0zlepot77x], article[b-0zlepot77x] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar.is-fresh[b-ezcc34z83g] {
    align-items: stretch;
    position: relative;
    min-height: 3.8rem;
    transition: all .3s;
    width: 100%;
    z-index: 99;
    padding-top: unset;
    padding-bottom: unset;
}

.navbar.is-fresh .container[b-ezcc34z83g] {
    min-height: 3rem
}

.navbar.is-fresh.no-shadow[b-ezcc34z83g] {
    box-shadow: none !important
}

.navbar.is-fresh .navbar-burger[b-ezcc34z83g] {
    width: 4rem;
    height: 4rem
}

.navbar.is-fresh .navbar-brand[b-ezcc34z83g] {
    min-height: 3rem;
}

.navbar.is-fresh .navbar-brand img[b-ezcc34z83g] {
    max-height: 36px !important;
    height: 36px
}

.navbar.is-fresh .navbar-brand:hover .navbar-item[b-ezcc34z83g] {
    background: 0 0 !important
}

.navbar.is-fresh .navbar-end[b-ezcc34z83g] {
    align-items: center
}

.navbar.is-fresh .navbar-item[b-ezcc34z83g] {
    color: #999
}

.navbar.is-fresh .navbar-item.is-secondary:hover[b-ezcc34z83g] {
    color: #f39200 !important
}

.navbar.is-fresh .navbar-item.has-dropdown[b-ezcc34z83g] {
    padding: 10px 0
}

.navbar.is-fresh .navbar-item.has-dropdown .navbar-link[b-ezcc34z83g] {
    color: #999
}

.navbar.is-fresh .navbar-item.has-dropdown .navbar-link[b-ezcc34z83g]:after {
    top: 55%;
    height: .5em;
    width: .5em;
    border-width: 2px;
    border-color: #999
}

.navbar.is-fresh .navbar-item.has-dropdown .navbar-dropdown[b-ezcc34z83g] {
    top: 3.4rem;
    min-width: 220px;
    margin-top: 4px;
    border-top-color: #f39200
}

.navbar.is-fresh .navbar-item.has-dropdown .navbar-dropdown .navbar-item[b-ezcc34z83g] {
    padding: 10px 20px
}

.navbar.is-fresh .navbar-item.has-dropdown:hover .navbar-link[b-ezcc34z83g] {
    color: #f39200
}

.navbar.is-fresh .navbar-item.has-dropdown:hover .navbar-link[b-ezcc34z83g]:after {
    border-color: #f39200
}

.navbar.is-fresh .navbar-item .signup[b-ezcc34z83g] {
    display: block;
    line-height: 0;
    font-size: .9rem !important
}

.navbar.is-fresh.is-fixed[b-ezcc34z83g] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-height: 4rem !important;
    background: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, .12)
}

.navbar[b-ezcc34z83g]  .guest-nav {
    flex-wrap: wrap;
    justify-content: flex-end;
    padding-right: 0.75rem;
}

.navbar .guest-login[b-ezcc34z83g] {
    margin-right: 0.75rem;
}

@media (max-width: 768px) {
    .landing-mobile-nav[b-ezcc34z83g] {
        display: none;
    }

    .navbar.is-fresh.is-fixed[b-ezcc34z83g] {
        min-height: auto !important;
    }

    .navbar[b-ezcc34z83g]  .guest-nav {
        display: flex !important;
        width: 100%;
        flex-wrap: wrap !important;
        align-items: stretch !important;
        justify-content: stretch !important;
        gap: 0.5rem !important;
        padding: 0.5rem 0.75rem;
        padding-right: 0.75rem;
    }

    .navbar[b-ezcc34z83g]  .guest-nav .rz-button {
        flex: 1 1 calc(50% - 0.25rem);
        min-width: 0;
        margin: 0 !important;
    }

    .navbar[b-ezcc34z83g]  .guest-nav .rz-button .rz-button-box {
        justify-content: center !important;
    }

    .navbar .guest-login[b-ezcc34z83g] {
        display: none;
    }
}

@media (max-width: 420px) {
    .navbar[b-ezcc34z83g]  .guest-nav .rz-button {
        flex-basis: 100%;
    }
}
