/* /Components/Layout/AdminLayout.razor.rz.scp.css */
.admin-shell[b-4ur8hwlhc7] {
    display: grid;
    grid-template-columns: 15rem 1fr;
    gap: 2.5rem;
    max-width: 1180px;
    margin: 0 auto;
    padding: 2rem;
}

.admin-sidebar[b-4ur8hwlhc7] {
    position: sticky;
    top: 5rem;
    align-self: start;
    background: #f7f3ee;
    border: 1px solid #ded4c9;
    border-radius: .75rem;
    padding: 1.1rem .9rem;
}

/* Wide admin tables must scroll inside the body, not stretch the grid column. */
.admin-body[b-4ur8hwlhc7] {
    min-width: 0;
}

.admin-nav-toggle[b-4ur8hwlhc7],
.admin-nav-toggle-label[b-4ur8hwlhc7] {
    display: none;
}

[b-4ur8hwlhc7] .admin-nav-group {
    margin: 1.1rem 0 .35rem;
    font-size: .66rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-weight: 700;
    color: #b8893b;
}

[b-4ur8hwlhc7] .admin-nav-group:first-child {
    margin-top: 0;
}

[b-4ur8hwlhc7] .admin-nav-link {
    display: block;
    padding: .5rem .7rem;
    border-left: 3px solid transparent;
    border-radius: .3rem;
    color: #3b322d;
    text-decoration: none;
    font-size: .95rem;
    transition: background .15s ease;
}

[b-4ur8hwlhc7] .admin-nav-link:hover {
    background: #efe7dd;
}

[b-4ur8hwlhc7] .admin-nav-link.active {
    border-left-color: #6d1b2c;
    font-weight: 700;
    color: #1c1614;
    background: #efe7dd;
}

@media (max-width: 900px) {
    .admin-shell[b-4ur8hwlhc7] {
        grid-template-columns: 1fr;
        gap: 1rem;
        padding: 1.25rem;
    }

    .admin-nav-toggle-label[b-4ur8hwlhc7] {
        display: inline-block;
        padding: .55rem 1.1rem;
        border: 1px solid #ded4c9;
        border-radius: 999px;
        background: #fff;
        font-weight: 600;
        font-size: .9rem;
        cursor: pointer;
        width: max-content;
    }

    .admin-sidebar[b-4ur8hwlhc7] {
        display: none;
        position: static;
    }

    .admin-nav-toggle:checked ~ .admin-sidebar[b-4ur8hwlhc7] {
        display: block;
    }
}

/* The site-wide admin page styles carry their own outer margins for the old
   full-width layout. Inside the console shell the grid already provides them. */
[b-4ur8hwlhc7] .admin-heading {
    padding: 0 0 1rem;
}

[b-4ur8hwlhc7] .admin-panel {
    margin: 0 0 1.5rem;
}

/* Data tables fit their panel rather than widening the grid; long values wrap. */
[b-4ur8hwlhc7] .admin-panel table {
    width: 100%;
    max-width: 100%;
    table-layout: fixed;
}

[b-4ur8hwlhc7] .admin-panel table td,
[b-4ur8hwlhc7] .admin-panel table th {
    overflow-wrap: anywhere;
}
/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-s00jeibehg] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-s00jeibehg] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.content[b-s00jeibehg] {
    flex: 1;
}

/* ---------------- Footer ---------------- */
.site-footer[b-s00jeibehg] {
    background: #1c1614;
    color: #cfc5bd;
    margin-top: 0;
}

.footer-inner[b-s00jeibehg] {
    max-width: 1180px;
    margin: 0 auto;
    padding: 4rem 2rem 3rem;
    display: grid;
    grid-template-columns: 1.4fr 1fr;
    gap: 2.5rem 3rem;
    align-items: start;
}

.footer-mark[b-s00jeibehg] {
    display: block;
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.6rem;
    color: #f7f3ee;
    letter-spacing: .02em;
}

.footer-mark em[b-s00jeibehg] {
    font-style: normal;
    color: #b8893b;
    font-size: .75em;
    letter-spacing: .18em;
    margin-left: .35rem;
}

.footer-brand p[b-s00jeibehg] {
    margin: .9rem 0 0;
    max-width: 46ch;
    font-size: .92rem;
    line-height: 1.7;
    color: #a89c93;
}

.footer-links[b-s00jeibehg] {
    display: flex;
    flex-wrap: wrap;
    gap: 1.4rem;
    justify-content: flex-end;
}

.footer-links a[b-s00jeibehg] {
    color: #cfc5bd;
    text-decoration: none;
    font-size: .78rem;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.footer-links a:hover[b-s00jeibehg] {
    color: #b8893b;
}

.footer-social[b-s00jeibehg] {
    grid-column: 2 / 3;
    justify-self: end;
    margin-top: -1rem;
}

.footer-legal[b-s00jeibehg] {
    grid-column: 1 / -1;
    margin: 1.5rem 0 0;
    padding-top: 1.5rem;
    border-top: 1px solid #33291f;
    font-size: .74rem;
    letter-spacing: .14em;
    text-transform: uppercase;
    color: #85786f;
}

@media (max-width: 900px) {
    .footer-inner[b-s00jeibehg] {
        grid-template-columns: 1fr;
        padding: 3rem 1.5rem 2.5rem;
    }

    .footer-links[b-s00jeibehg] {
        justify-content: flex-start;
    }

    .footer-social[b-s00jeibehg] {
        grid-column: 1 / -1;
        justify-self: start;
        margin-top: 0;
    }
}

/* ---------------- Blazor error UI ---------------- */
#blazor-error-ui[b-s00jeibehg] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-s00jeibehg] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.site-header[b-2adx77sf2k] {
    position: sticky;
    top: 0;
    z-index: 100;
    background: rgba(247, 243, 238, .94);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid #ded4c9;
}

.header-inner[b-2adx77sf2k] {
    max-width: 1440px;
    margin: 0 auto;
    padding: 1rem 1.75rem;
    column-gap: 1.5rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.5rem;
}

/* Admin and account links get their own row beneath the main nav so they never
   compete with it for width. */
.account-nav[b-2adx77sf2k] {
    flex: 0 0 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 1.15rem;
    padding-top: .6rem;
    border-top: 1px solid #ded4c9;
}

.brand[b-2adx77sf2k] {
    display: flex;
    align-items: center;
    gap: .7rem;
    text-decoration: none;
    color: #1c1614;
}

.brand-logo[b-2adx77sf2k] {
    width: 40px;
    height: 40px;
    flex: 0 0 auto;
    display: block;
}

.brand-text[b-2adx77sf2k] {
    display: flex;
    align-items: baseline;
    gap: .5rem;
    white-space: nowrap;
}

@media (max-width: 600px) {
    .brand-logo[b-2adx77sf2k] { width: 32px; height: 32px; }
    .brand-text[b-2adx77sf2k] { gap: .35rem; }
}

.brand-name[b-2adx77sf2k] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.35rem;
    font-weight: 700;
    letter-spacing: .01em;
}

.brand-mark[b-2adx77sf2k] {
    font-size: .66rem;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: #b8893b;
    font-weight: 700;
}

.site-nav[b-2adx77sf2k] {
    display: flex;
    align-items: center;
    gap: 1.15rem;
}

.site-nav[b-2adx77sf2k]  .nav-link,
.account-nav[b-2adx77sf2k]  .nav-link {
    color: #1c1614;
    text-decoration: none;
    font-size: .75rem;
    font-weight: 600;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
    padding: .35rem 0;
    border-bottom: 1px solid transparent;
    background: none;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    cursor: pointer;
}

.site-nav[b-2adx77sf2k]  .nav-link:hover,
.account-nav[b-2adx77sf2k]  .nav-link:hover {
    color: #6d1b2c;
    border-bottom-color: #b8893b;
}

.site-nav[b-2adx77sf2k]  .nav-link.active,
.account-nav[b-2adx77sf2k]  .nav-link.active {
    color: #6d1b2c;
    border-bottom-color: #6d1b2c;
}

.account-nav[b-2adx77sf2k]  .nav-link-admin {
    font-size: .68rem;
    color: #5b524d;
    letter-spacing: .12em;
}

.site-nav[b-2adx77sf2k]  .nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    text-decoration: none;
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    white-space: nowrap;
    color: #f7f3ee;
    background: #6d1b2c;
    border: 2px solid #6d1b2c;
    border-radius: 999px;
    padding: .5rem 1.05rem;
    transition: background .2s ease;
}

.site-nav[b-2adx77sf2k]  .nav-cta:hover,
.site-nav[b-2adx77sf2k]  .nav-cta.active {
    background: #4a1220;
    border-color: #4a1220;
    color: #fff;
}

.site-nav[b-2adx77sf2k]  .nav-cta:focus-visible {
    outline: 3px solid #b8893b;
    outline-offset: 3px;
}

/* outline pill — sits beside the solid contact pill without competing with it */
.site-nav[b-2adx77sf2k]  .nav-cta-alt {
    color: #6d1b2c;
    background: transparent;
    border-color: #6d1b2c;
    margin-right: .1rem;
}

.site-nav[b-2adx77sf2k]  .nav-cta-alt:hover,
.site-nav[b-2adx77sf2k]  .nav-cta-alt.active {
    background: #6d1b2c;
    border-color: #6d1b2c;
    color: #f7f3ee;
}

.nav-divider[b-2adx77sf2k] {
    font-size: .62rem;
    letter-spacing: .2em;
    text-transform: uppercase;
    color: #a89c93;
    border-left: 1px solid #ded4c9;
    padding-left: 1.4rem;
}

.logout-form[b-2adx77sf2k] {
    margin: 0;
}

/* The signed-in account link shows a short name, but cap it anyway so an
   unusually long one can never push Logout past the edge of the viewport. */
.account-nav[b-2adx77sf2k]  .nav-account {
    max-width: 11rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* YouTube is an icon-only link — the mark is recognisable enough to carry it,
   and dropping the word buys back width in a crowded bar. */
.site-nav[b-2adx77sf2k]  .nav-youtube {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #1c1614;
    padding: .35rem;
    line-height: 0;
    transition: color .15s ease;
}

.site-nav[b-2adx77sf2k]  .nav-youtube svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
    display: block;
}

.site-nav[b-2adx77sf2k]  .nav-youtube:hover,
.site-nav[b-2adx77sf2k]  .nav-youtube:focus-visible {
    color: #6d1b2c;
}

.site-nav[b-2adx77sf2k]  .nav-youtube:focus-visible {
    outline: 3px solid #b8893b;
    outline-offset: 2px;
}

/* Between 1100px and 1320px the bar still fits, but only just — shave the
   spacing rather than dropping straight to the hamburger. */
@media (max-width: 1320px) {
    .site-nav[b-2adx77sf2k] {
        gap: .85rem;
    }

    .site-nav[b-2adx77sf2k]  .nav-link {
        font-size: .72rem;
        letter-spacing: .05em;
    }

    .site-nav[b-2adx77sf2k]  .nav-cta {
        padding: .5rem .85rem;
        letter-spacing: .05em;
    }
}

/* -------- mobile -------- */
.nav-toggle[b-2adx77sf2k] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.nav-toggle-label[b-2adx77sf2k] {
    display: none;
    flex-direction: column;
    gap: 5px;
    cursor: pointer;
    padding: .5rem;
    margin: 0;
}

.nav-toggle-label span[b-2adx77sf2k] {
    display: block;
    width: 24px;
    height: 2px;
    background: #1c1614;
}

@media (max-width: 1100px) {
    .header-inner[b-2adx77sf2k] {
        flex-wrap: wrap;
        padding: .9rem 1.25rem;
    }

    /* In the stacked menu a bare icon among worded links is hard to scan,
       so bring the label back alongside it. */
    .site-nav[b-2adx77sf2k]  .nav-youtube {
        gap: .6rem;
        padding-left: 0;
        font-size: .75rem;
        font-weight: 600;
        letter-spacing: .08em;
        text-transform: uppercase;
        line-height: 1;
    }

    .site-nav[b-2adx77sf2k]  .nav-youtube .visually-hidden {
        position: static;
        width: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        clip: auto;
        clip-path: none;
    }

    .nav-toggle-label[b-2adx77sf2k] {
        display: flex;
    }

    .site-nav[b-2adx77sf2k] {
        display: none;
        width: 100%;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        padding: 1.25rem 0 .5rem;
        border-top: 1px solid #ded4c9;
        margin-top: .9rem;
    }

    .nav-toggle:checked ~ .site-nav[b-2adx77sf2k] {
        display: flex;
    }

    .nav-divider[b-2adx77sf2k] {
        border-left: 0;
        padding-left: 0;
        padding-top: .75rem;
        border-top: 1px solid #ded4c9;
        width: 100%;
    }
}
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-ij7pharrja],
.components-reconnect-repeated-attempt-visible[b-ij7pharrja],
.components-reconnect-failed-visible[b-ij7pharrja],
.components-pause-visible[b-ij7pharrja],
.components-resume-failed-visible[b-ij7pharrja],
.components-rejoining-animation[b-ij7pharrja] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-ij7pharrja],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-ij7pharrja],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-ij7pharrja],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-ij7pharrja],
#components-reconnect-modal.components-reconnect-retrying[b-ij7pharrja],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-ij7pharrja],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-ij7pharrja],
#components-reconnect-modal.components-reconnect-failed[b-ij7pharrja],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-ij7pharrja] {
    display: block;
}


#components-reconnect-modal[b-ij7pharrja] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-ij7pharrja 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-ij7pharrja 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-ij7pharrja 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-ij7pharrja]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-ij7pharrja 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-ij7pharrja {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-ij7pharrja {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-ij7pharrja {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-ij7pharrja] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-ij7pharrja] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-ij7pharrja] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-ij7pharrja] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-ij7pharrja] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-ij7pharrja] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-ij7pharrja] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-ij7pharrja 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-ij7pharrja] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-ij7pharrja {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/Admin/AdminDashboard.razor.rz.scp.css */
.admin-cards[b-4jfm6f1a23] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15rem, 1fr));
    gap: 1rem;
}

.admin-card[b-4jfm6f1a23] {
    display: block;
    padding: 1.1rem 1.2rem;
    border: 1px solid #ded4c9;
    border-radius: .75rem;
    background: #fff;
    text-decoration: none;
    color: #1c1614;
    transition: border-color .15s ease, box-shadow .15s ease;
}

.admin-card:hover[b-4jfm6f1a23] {
    border-color: #b8893b;
    box-shadow: 0 2px 10px rgba(28, 22, 20, .07);
}

.admin-card h2[b-4jfm6f1a23] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 1.15rem;
    margin: 0 0 .35rem;
}

.admin-card p[b-4jfm6f1a23] {
    margin: 0;
    font-size: .88rem;
    color: #6b5e56;
    line-height: 1.5;
}
/* /Components/Pages/Bio.razor.rz.scp.css */
.resume-callout[b-8bfxmsfmjw] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 1.25rem;
    margin-top: 2.5rem;
    padding: 1.5rem 1.75rem;
    background: #f7f3ee;
    border-left: 3px solid #b8893b;
}

.resume-callout-eyebrow[b-8bfxmsfmjw] {
    margin: 0 0 .3rem;
    font-size: .66rem;
    letter-spacing: .22em;
    text-transform: uppercase;
    font-weight: 700;
    color: #b8893b;
}

.resume-callout-text[b-8bfxmsfmjw] {
    margin: 0;
    max-width: 34rem;
    color: #3b322d;
    line-height: 1.6;
}

.resume-callout-link[b-8bfxmsfmjw] {
    flex: 0 0 auto;
    display: inline-block;
    padding: .75rem 1.5rem;
    background: #6d1b2c;
    color: #f7f3ee;
    text-decoration: none;
    font-weight: 700;
    font-size: .76rem;
    letter-spacing: .1em;
    text-transform: uppercase;
    white-space: nowrap;
    transition: background .2s ease;
}

.resume-callout-link:hover[b-8bfxmsfmjw],
.resume-callout-link:focus-visible[b-8bfxmsfmjw] {
    background: #4a1220;
    color: #fff;
}

.resume-callout-link:focus-visible[b-8bfxmsfmjw] {
    outline: 3px solid #b8893b;
    outline-offset: 3px;
}

@media (max-width: 600px) {
    .resume-callout[b-8bfxmsfmjw] {
        padding: 1.25rem;
    }

    .resume-callout-link[b-8bfxmsfmjw] {
        width: 100%;
        text-align: center;
    }
}
/* /Components/Pages/Members.razor.rz.scp.css */
.members[b-aokp8ug7e2] {
    max-width: 46rem;
    margin: 0 auto;
    padding: 3rem 1.5rem 4rem;
}

.members .eyebrow[b-aokp8ug7e2] {
    font-size: .68rem;
    letter-spacing: .24em;
    text-transform: uppercase;
    color: #b8893b;
    font-weight: 700;
    margin: 0 0 .4rem;
}

.members h1[b-aokp8ug7e2] {
    font-family: 'Playfair Display', Georgia, serif;
    font-size: 2.4rem;
    color: #1c1614;
    margin: 0 0 1rem;
}

.members-lede[b-aokp8ug7e2] {
    font-size: 1.08rem;
    line-height: 1.7;
    color: #3b322d;
}

.members-benefits[b-aokp8ug7e2] {
    margin: 1.25rem 0 2rem;
    padding-left: 1.2rem;
    color: #3b322d;
    line-height: 1.9;
}

.members-actions[b-aokp8ug7e2] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.75rem;
}

.members-action[b-aokp8ug7e2] {
    display: inline-block;
    font-weight: 600;
    font-size: .92rem;
    padding: .7rem 1.35rem;
    border-radius: 999px;
    border: 1px solid #ded4c9;
    background: #fff;
    color: #1c1614;
    text-decoration: none;
    transition: background .15s ease, border-color .15s ease;
}

.members-action:hover[b-aokp8ug7e2] {
    background: #f7f3ee;
    border-color: #b8893b;
}

.members-action-solid[b-aokp8ug7e2] {
    background: #6d1b2c;
    border-color: #6d1b2c;
    color: #fff;
}

.members-action-solid:hover[b-aokp8ug7e2] {
    background: #571522;
    border-color: #571522;
}

.members-fineprint[b-aokp8ug7e2] {
    margin-top: 2rem;
    font-size: .85rem;
    color: #6b5e56;
}

.members-fineprint a[b-aokp8ug7e2] {
    color: #6d1b2c;
}

@media (max-width: 600px) {
    .members h1[b-aokp8ug7e2] { font-size: 1.9rem; }
}
/* /Components/Shared/MemberNav.razor.rz.scp.css */
.member-nav[b-bd58e1g7hv] {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-bottom: 2rem;
}

[b-bd58e1g7hv] .member-nav-link {
    display: inline-block;
    font-weight: 600;
    font-size: .92rem;
    padding: .7rem 1.35rem;
    border-radius: 999px;
    border: 1px solid #ded4c9;
    background: #fff;
    color: #1c1614;
    text-decoration: none;
    transition: background .15s ease, border-color .15s ease;
}

[b-bd58e1g7hv] .member-nav-link:hover {
    background: #f7f3ee;
    border-color: #b8893b;
}

[b-bd58e1g7hv] .member-nav-link.active {
    background: #6d1b2c;
    border-color: #6d1b2c;
    color: #fff;
}
