/* _content/Temple.Web/Components/Layout/BottomNav.razor.rz.scp.css */
/* Floating bottom bar — pill buttons, not text links */
a.bottom-nav-btn[b-l595ruli7g],
label.bottom-nav-btn[b-l595ruli7g] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    max-width: 84px;
    min-height: 54px;
    padding: 8px 10px;
    margin: 0 2px;
    border: none;
    border-radius: 18px;
    background: transparent;
    color: #6B7280 !important;
    text-decoration: none !important;
    font-size: 11px;
    font-weight: 600;
    gap: 4px;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    box-sizing: border-box;
}

a.bottom-nav-btn:hover[b-l595ruli7g],
a.bottom-nav-btn:focus[b-l595ruli7g],
a.bottom-nav-btn:visited[b-l595ruli7g],
label.bottom-nav-btn:hover[b-l595ruli7g],
label.bottom-nav-btn:focus[b-l595ruli7g] {
    color: #6B7280 !important;
    text-decoration: none !important;
}

a.bottom-nav-btn:active[b-l595ruli7g],
label.bottom-nav-btn:active[b-l595ruli7g] {
    background: #F3F4F6;
    transform: scale(0.96);
}

a.bottom-nav-btn.active[b-l595ruli7g] {
    background: linear-gradient(180deg, #F4D35E 0%, var(--gold) 100%);
    color: #2B2113 !important;
    box-shadow: 0 6px 18px rgba(212, 175, 55, 0.38);
}

a.bottom-nav-btn.active:hover[b-l595ruli7g],
a.bottom-nav-btn.active:visited[b-l595ruli7g],
a.bottom-nav-btn.active:focus[b-l595ruli7g] {
    color: #2B2113 !important;
}

.bottom-nav-icon-wrap[b-l595ruli7g] {
    position: relative;
    display: inline-flex;
    line-height: 1;
    overflow: visible;
}

.bottom-nav-badge[b-l595ruli7g] {
    position: absolute;
    top: -7px;
    right: -11px;
    min-width: 18px;
    height: 18px;
    padding: 0 5px;
    border-radius: 999px;
    background: #c2410c !important;
    color: #fff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    line-height: 18px;
    text-align: center;
    box-shadow: 0 0 0 2px #fff;
    z-index: 2;
    pointer-events: none;
}

.bottom-nav-badge--pulse[b-l595ruli7g] {
    animation: bottom-nav-badge-pulse-b-l595ruli7g 0.65s ease;
}

@keyframes bottom-nav-badge-pulse-b-l595ruli7g {
    0% { transform: scale(0.6); opacity: 0.4; }
    40% { transform: scale(1.25); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}

.bottom-nav-btn.bottom-nav-cart[b-l595ruli7g] {
    overflow: visible;
}

.bottom-nav-btn .nav-icon[b-l595ruli7g] {
    font-size: 22px;
    line-height: 1;
    color: inherit;
    transition: transform 0.2s ease;
}

a.bottom-nav-btn.active .nav-icon[b-l595ruli7g] {
    transform: scale(1.08);
    color: #2B2113;
}

.bottom-nav-btn .nav-label[b-l595ruli7g] {
    font-size: 10px;
    font-weight: 600;
    line-height: 1.1;
    white-space: nowrap;
    text-decoration: none !important;
    color: inherit !important;
}

label.bottom-nav-btn.nav-menu-trigger[b-l595ruli7g] {
    color: #374151 !important;
}

label.bottom-nav-btn.nav-menu-trigger:active[b-l595ruli7g] {
    background: #F3F4F6;
}
/* _content/Temple.Web/Components/Layout/DrawerMenuItem.razor.rz.scp.css */
/* Mobile-first drawer menu — D2KSS teal / navy */
a.drawer-menu-btn[b-650iymz5gr] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    margin-bottom: 8px;
    border-radius: 14px;
    background: #fff;
    color: var(--nav-dropdown-text, var(--d2kss-slate, #2c3e50)) !important;
    text-decoration: none !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.2;
    box-shadow: 0 2px 8px rgba(6, 26, 49, 0.06);
    border: 1px solid rgba(6, 26, 49, 0.08);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
    box-sizing: border-box;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    user-select: none;
}

a.drawer-menu-btn:hover[b-650iymz5gr],
a.drawer-menu-btn:focus[b-650iymz5gr],
a.drawer-menu-btn:visited[b-650iymz5gr] {
    color: var(--nav-dropdown-text, var(--d2kss-slate, #2c3e50)) !important;
    text-decoration: none !important;
}

a.drawer-menu-btn:active[b-650iymz5gr] {
    background: var(--d2kss-surface-soft, #f4f7fa);
    box-shadow: 0 1px 3px rgba(6, 26, 49, 0.06);
    transform: scale(0.99);
}

a.drawer-menu-btn .menu-icon[b-650iymz5gr] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(0, 136, 168, 0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.1rem;
    color: var(--d2kss-teal, #0088a8);
}

a.drawer-menu-btn .menu-label[b-650iymz5gr] {
    flex: 1;
    text-align: left;
    min-width: 0;
    text-decoration: none !important;
    color: inherit !important;
}

a.drawer-menu-btn .menu-chevron[b-650iymz5gr] {
    color: var(--d2kss-slate-muted, #5a6c7d);
    font-size: 0.9rem;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    margin-left: auto;
}

a.drawer-menu-btn .menu-active-dot[b-650iymz5gr] {
    display: none;
}

a.drawer-menu-btn.active[b-650iymz5gr] {
    background: rgba(0, 136, 168, 0.1);
    color: var(--d2kss-teal, #0088a8) !important;
    border-left: 4px solid var(--d2kss-teal, #0088a8);
    box-shadow: none;
    padding-left: 12px;
}

a.drawer-menu-btn.active .menu-icon[b-650iymz5gr] {
    background: rgba(0, 136, 168, 0.14);
    color: var(--d2kss-teal, #0088a8);
}

a.drawer-menu-btn.active .menu-chevron[b-650iymz5gr] {
    color: var(--d2kss-teal, #0088a8);
}

a.drawer-menu-btn.menu-item-admin[b-650iymz5gr] {
    border-left: 3px solid rgba(0, 136, 168, 0.28);
}

a.drawer-menu-btn.menu-item-admin .menu-icon[b-650iymz5gr] {
    background: rgba(0, 136, 168, 0.08);
}

a.drawer-menu-btn.menu-item-admin.active[b-650iymz5gr] {
    border-left: 4px solid var(--d2kss-teal, #0088a8);
    padding-left: 12px;
}

a.drawer-menu-btn .menu-badge[b-650iymz5gr] {
    background: var(--d2kss-teal, #0088a8);
    color: #fff;
    border-radius: 20px;
    min-width: 22px;
    height: 22px;
    padding: 0 7px;
    font-size: 11px;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

a.drawer-menu-btn.menu-item-logout[b-650iymz5gr] {
    border-color: rgba(239, 68, 68, 0.25);
    background: #fff5f5;
}

a.drawer-menu-btn.menu-item-logout:hover[b-650iymz5gr],
a.drawer-menu-btn.menu-item-logout:focus[b-650iymz5gr],
a.drawer-menu-btn.menu-item-logout:visited[b-650iymz5gr] {
    color: #ef4444 !important;
}

a.drawer-menu-btn.menu-item-logout .menu-icon[b-650iymz5gr] {
    background: rgba(239, 68, 68, 0.12);
    color: #ef4444;
}

a.drawer-menu-btn.menu-item-logout .menu-label[b-650iymz5gr] {
    color: #ef4444 !important;
    font-weight: 700;
}

a.drawer-menu-btn.menu-item-logout:active[b-650iymz5gr] {
    background: #fee2e2;
}
/* _content/Temple.Web/Components/Layout/DynamicNavDrawer.razor.rz.scp.css */
/* Mobile drawer — collapsible Administration group */
.drawer-admin-group[b-sn8yv768sj] {
    margin-bottom: 8px;
}

.drawer-admin-toggle[b-sn8yv768sj] {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    margin-bottom: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--d2kss-navy, #0a2540) 0%, var(--d2kss-navy-light, #123a5c) 100%);
    color: #fff !important;
    border: 1px solid rgba(0, 168, 204, 0.35);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 4px 14px rgba(6, 26, 49, 0.2);
    cursor: pointer;
    font-family: inherit;
    text-align: left;
    -webkit-tap-highlight-color: transparent;
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.15s ease;
}

.drawer-admin-toggle:active[b-sn8yv768sj] {
    transform: scale(0.99);
}

.drawer-admin-toggle .menu-icon[b-sn8yv768sj] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.14);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.1rem;
    color: var(--d2kss-teal-glow, #4dd0e1);
}

.drawer-admin-toggle .menu-label[b-sn8yv768sj] {
    flex: 1;
    min-width: 0;
}

.drawer-admin-toggle .menu-chevron[b-sn8yv768sj] {
    color: rgba(255, 255, 255, 0.75);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
}

.drawer-admin-group.is-open .drawer-admin-toggle .menu-chevron[b-sn8yv768sj] {
    transform: rotate(180deg);
}

.drawer-admin-submenu[b-sn8yv768sj] {
    display: none;
    padding: 0.35rem 0 0.15rem 0.35rem;
    margin-top: 0.35rem;
    background: var(--nav-dropdown-bg, #fff);
    border: 1px solid var(--nav-dropdown-border, rgba(6, 26, 49, 0.1));
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(6, 26, 49, 0.08);
}

.drawer-admin-group.is-open .drawer-admin-submenu[b-sn8yv768sj] {
    display: block;
}

.drawer-admin-submenu[b-sn8yv768sj]  a.drawer-menu-btn {
    min-height: 48px;
    margin-bottom: 6px;
    font-size: 14px;
}

.drawer-admin-submenu[b-sn8yv768sj]  a.drawer-menu-btn:last-child {
    margin-bottom: 0;
}
/* _content/Temple.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-utzwabfves] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: radial-gradient(circle at top, #FFF8E8 0%, var(--bg, #FFFDF8) 40%, var(--bg, #FFFDF8) 100%);
}

.temple-header[b-utzwabfves] {
    position: sticky;
    top: 0;
    z-index: 1030;
    flex-shrink: 0;
    overflow: visible;
}

.temple-main[b-utzwabfves] {
    flex: 1;
    background: transparent;
    min-height: calc(100vh - 4rem);
}

.content[b-utzwabfves] {
    padding-top: 0.75rem;
    padding-bottom: 1.5rem;
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 992px) {
    .content[b-utzwabfves] {
        padding-top: 1.25rem;
    }

    .has-bottom-nav .content[b-utzwabfves] {
        padding-bottom: 2rem;
    }
}

@media (max-width: 991.98px) {
    .has-bottom-nav .content[b-utzwabfves] {
        padding-bottom: calc(80px + env(safe-area-inset-bottom, 0px));
    }
}
/* _content/Temple.Web/Components/Layout/NavMenu.razor.rz.scp.css */
/* ═══ Temple Top Navigation — D2KSS navy + teal (d2kss.com) ═══ */

@keyframes d2kss-nav-shine-b-w0m8flqtt9 {
    0%   { background-position: 0% 50%; }
    100% { background-position: 200% 50%; }
}

.temple-nav-shell[b-w0m8flqtt9] {
    position: relative;
}

@media (min-width: 992px) {
    .temple-nav-shell[b-w0m8flqtt9] {
        overflow: visible;
    }
}

.temple-topnav[b-w0m8flqtt9] {
    background:
        radial-gradient(ellipse 80% 60% at 18% 30%, rgba(0, 168, 204, 0.22) 0%, transparent 60%),
        radial-gradient(ellipse 70% 60% at 85% 70%, rgba(0, 136, 168, 0.18) 0%, transparent 60%),
        linear-gradient(120deg, #061a31 0%, #0a2540 35%, #123a5c 65%, #0a2540 100%) !important;
    border-bottom: none !important;
    box-shadow:
        0 4px 18px rgba(10, 37, 64, 0.35),
        inset 0 -1px 0 rgba(0, 168, 204, 0.35),
        inset 0 1px 0 rgba(255, 255, 255, 0.06) !important;
    position: sticky;
    top: 0;
    z-index: 1030;
    overflow-x: hidden;
}

@media (min-width: 992px) {
    .temple-topnav[b-w0m8flqtt9] {
        overflow: visible;
    }
}

.temple-topnav[b-w0m8flqtt9]::before {
    content: '';
    position: absolute;
    inset: 0;
    background: none;
    pointer-events: none;
}

.temple-topnav-gold-bar[b-w0m8flqtt9] {
    height: 3px;
    background: linear-gradient(90deg,
        var(--d2kss-teal, #0088a8) 0%,
        var(--d2kss-teal-light, #00a8cc) 25%,
        #4dd0e1 50%,
        var(--d2kss-teal-light, #00a8cc) 75%,
        var(--d2kss-teal, #0088a8) 100%);
    background-size: 200% 100%;
    animation: d2kss-nav-shine-b-w0m8flqtt9 6s linear infinite;
    box-shadow: 0 1px 8px rgba(0, 168, 204, 0.5);
}

.temple-topnav-bar[b-w0m8flqtt9] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    max-width: 100%;
    margin: 0 auto;
    min-height: 3.75rem;
    position: relative;
    z-index: 1;
    container-type: inline-size;
    container-name: topnav;
}

@media (min-width: 992px) {
    .temple-topnav-bar[b-w0m8flqtt9] {
        overflow: visible;
    }
}

.temple-topnav-brand[b-w0m8flqtt9] {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    text-decoration: none;
    flex: 1 1 auto;
    min-width: 0;
    padding: 0.25rem 0.35rem 0.25rem 0;
    border-radius: 10px;
    transition: background 0.2s ease;
}

.temple-topnav-brand:hover[b-w0m8flqtt9] {
    background: rgba(0, 168, 204, 0.12);
}

.temple-topnav-logo[b-w0m8flqtt9] {
    width: 40px;
    height: 40px;
    object-fit: contain;
    flex-shrink: 0;
    filter: none;
}

.temple-topnav-brand-text[b-w0m8flqtt9] {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    min-width: 0;
}

.temple-topnav-name[b-w0m8flqtt9] {
    font-family: var(--font-sans);
    font-size: 0.9rem;
    font-weight: 700;
    color: #ffffff;
    letter-spacing: 0.01em;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.temple-topnav-welcome[b-w0m8flqtt9] {
    font-size: 0.75rem;
    font-weight: 500;
    color: rgba(255, 255, 255, 0.82);
    margin-top: 0.1rem;
}

.temple-topnav-tagline[b-w0m8flqtt9] {
    font-size: 0.625rem;
    color: #4dd0e1;
    letter-spacing: 0.08em;
    margin-top: 0.1rem;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    opacity: 0.95;
}

.temple-nav-checkbox[b-w0m8flqtt9] {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

/* ─── Mobile: hamburger visible, panel collapsed ─── */
.temple-topnav-toggler[b-w0m8flqtt9] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 2.5rem;
    height: 2.5rem;
    flex-shrink: 0;
    margin-left: auto;
    padding: 0.4rem;
    cursor: pointer;
    border: 1.5px solid rgba(0, 168, 204, 0.45);
    border-radius: var(--temple-radius-sm);
    background: rgba(255, 255, 255, 0.08);
}

.temple-topnav-toggler span[b-w0m8flqtt9] {
    display: block;
    height: 2px;
    background: #ffffff;
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.temple-topnav-panel[b-w0m8flqtt9] {
    display: none;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    flex: 1 1 100%;
    order: 10;
    padding: 0.65rem 0 0.35rem;
    border-top: 1px solid var(--nav-border, #F3E8D0);
    margin-top: 0.25rem;
    gap: 0.65rem;
    max-height: min(70vh, 520px);
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    background: var(--nav-bg, #FFFDF8);
    border-radius: 0 0 var(--temple-radius-sm) var(--temple-radius-sm);
}

.temple-topnav-bar .temple-nav-checkbox:checked ~ .temple-topnav-panel[b-w0m8flqtt9] {
    display: flex;
}

.temple-topnav-links[b-w0m8flqtt9] {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 0.2rem;
    width: 100%;
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    width: 100%;
    padding: 0.65rem 0.875rem;
    font-size: 0.875rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.88);
    text-decoration: none;
    border-radius: 999px;
    white-space: nowrap;
    transition: background 0.15s ease, color 0.15s ease, box-shadow 0.15s ease;
    border: 1px solid transparent;
    box-sizing: border-box;
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-link i {
    font-size: 1rem;
    width: 1.125rem;
    text-align: center;
    flex-shrink: 0;
    color: #4dd0e1;
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-link:hover {
    background: rgba(0, 168, 204, 0.18);
    color: #ffffff;
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-link.active {
    background: linear-gradient(135deg, #0088a8 0%, #00a8cc 100%);
    color: #ffffff;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(0, 168, 204, 0.45);
    border-color: transparent;
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-link.active i {
    color: #ffffff;
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-donate {
    background: linear-gradient(135deg, #e85d04 0%, #f59e0b 100%);
    color: #fff;
    border: none;
    font-weight: 700;
    box-shadow: 0 6px 20px rgba(232, 93, 4, 0.35);
    justify-content: center;
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-donate i {
    color: #fff;
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-donate:hover {
    background: linear-gradient(135deg, #C88719, #FBBF24);
    color: #fff;
    box-shadow: 0 10px 24px rgba(217, 119, 6, 0.32);
    transform: translateY(-1px);
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-cart {
    background: linear-gradient(135deg, #0088a8 0%, #00a8cc 100%);
    color: #fff;
    border: none;
    font-weight: 700;
    box-shadow: 0 4px 14px rgba(0, 168, 204, 0.35);
    justify-content: center;
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-cart i {
    color: #fff;
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-cart:hover {
    background: linear-gradient(135deg, #007a96 0%, #0096b8 100%);
    color: #fff;
    box-shadow: 0 8px 20px rgba(0, 168, 204, 0.4);
    transform: translateY(-1px);
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-cart.active {
    background: linear-gradient(135deg, #006f88 0%, #0088a8 100%);
    color: #fff;
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-cart {
    position: relative;
}

.temple-topnav-links[b-w0m8flqtt9]  .nav-cart-icon-wrap {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    line-height: 1;
}

.temple-topnav-links[b-w0m8flqtt9]  .nav-cart-badge {
    position: absolute;
    top: -0.55rem;
    right: -0.7rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.15rem;
    height: 1.15rem;
    padding: 0 0.3rem;
    border-radius: 999px;
    background: #e85d04;
    color: #fff;
    font-size: 0.65rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 0 0 2px #0a2540;
    z-index: 2;
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-donate.active {
    background: var(--nav-donate-gradient, linear-gradient(135deg, #B45309, #F59E0B));
    color: #fff;
}

.temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown {
    position: relative;
    width: 100%;
}

.temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown-toggle {
    display: flex;
    align-items: center;
    gap: 0.55rem;
    width: 100%;
    padding: 0.72rem 0.85rem;
    font-size: 0.9rem;
    font-weight: 600;
    border-radius: 999px;
    cursor: pointer;
    user-select: none;
    color: rgba(255, 255, 255, 0.88);
    background: transparent;
    border: 1px solid transparent;
    text-align: left;
    font-family: inherit;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown-toggle:hover {
    background: rgba(0, 168, 204, 0.18);
    border-color: rgba(0, 168, 204, 0.3);
    color: #ffffff;
}

.temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown.is-open .temple-nav-dropdown-toggle {
    background: rgba(0, 168, 204, 0.22);
    border-color: rgba(0, 168, 204, 0.35);
    color: #ffffff;
}

.temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown.is-open .temple-nav-chevron {
    transform: rotate(180deg);
}

.temple-topnav-links[b-w0m8flqtt9]  .temple-nav-chevron {
    font-size: 0.65rem !important;
    margin-left: 0.35rem;
    color: rgba(255, 255, 255, 0.65) !important;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-chevron {
        margin-left: auto;
    }
}

.temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown-menu {
    display: none;
    padding: 0.375rem;
    margin: 0.25rem 0 0;
    background: var(--nav-dropdown-bg, #fff);
    border: 1px solid var(--nav-dropdown-border, rgba(6, 26, 49, 0.1));
    border-radius: var(--temple-radius);
    box-shadow: 0 8px 24px rgba(6, 26, 49, 0.15);
}

.temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown.is-open .temple-nav-dropdown-menu {
    display: block;
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-dropdown-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.55rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 500;
    color: var(--nav-dropdown-text, var(--d2kss-slate, #2c3e50));
    text-decoration: none;
    border-radius: var(--temple-radius-sm);
    transition: background 0.15s ease, color 0.15s ease;
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-dropdown-item i {
    font-size: 0.95rem;
    width: 1.125rem;
    text-align: center;
    flex-shrink: 0;
    color: var(--nav-dropdown-icon, var(--d2kss-teal, #0088a8));
    transition: color 0.15s ease;
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-dropdown-item:hover,
.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-dropdown-item.active {
    background: var(--nav-dropdown-hover-bg, rgba(0, 136, 168, 0.1));
    color: var(--nav-dropdown-text-hover, var(--d2kss-teal, #0088a8));
    font-weight: 600;
}

.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-dropdown-item:hover i,
.temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-dropdown-item.active i {
    color: var(--nav-dropdown-text-hover, var(--d2kss-teal, #0088a8));
}

.temple-topnav-user[b-w0m8flqtt9] {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.4rem;
    width: 100%;
    padding-top: 0.65rem;
    border-top: 1px solid var(--nav-border, #F3E8D0);
}

.temple-user-chip[b-w0m8flqtt9] {
    align-items: center;
    gap: 0.45rem;
    padding-right: 0.35rem;
    flex: 1 1 auto;
    min-width: 0;
}

.temple-user-avatar[b-w0m8flqtt9] {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: rgba(0, 168, 204, 0.2);
    border: 2px solid rgba(77, 208, 225, 0.45);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4dd0e1;
    font-size: 1rem;
    flex-shrink: 0;
}

.temple-user-name[b-w0m8flqtt9] {
    font-size: 0.75rem;
    font-weight: 700;
    color: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.temple-user-role[b-w0m8flqtt9] {
    font-size: 0.62rem;
    color: rgba(255, 255, 255, 0.65);
    text-transform: capitalize;
}

.temple-topnav-user[b-w0m8flqtt9]  a.temple-nav-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    flex: 1 1 calc(50% - 0.25rem);
    padding: 0.55rem 0.65rem;
    font-size: 0.82rem;
    font-weight: 600;
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    border-radius: 999px;
    border: 1px solid rgba(0, 168, 204, 0.35);
    background: rgba(255, 255, 255, 0.08);
}

.temple-topnav-user[b-w0m8flqtt9]  a.temple-nav-action:hover {
    background: rgba(0, 168, 204, 0.2);
    color: #fff;
}

.temple-topnav-bar:has(.temple-nav-checkbox:checked) .temple-topnav-toggler span:nth-child(1)[b-w0m8flqtt9] {
    transform: translateY(7px) rotate(45deg);
}

.temple-topnav-bar:has(.temple-nav-checkbox:checked) .temple-topnav-toggler span:nth-child(2)[b-w0m8flqtt9] {
    opacity: 0;
}

.temple-topnav-bar:has(.temple-nav-checkbox:checked) .temple-topnav-toggler span:nth-child(3)[b-w0m8flqtt9] {
    transform: translateY(-7px) rotate(-45deg);
}

/* ─── Desktop: horizontal bar (container + viewport) ─── */
@container topnav (min-width: 992px) {
    .temple-topnav-toggler[b-w0m8flqtt9] {
        display: none;
    }

    .temple-topnav-panel[b-w0m8flqtt9] {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        flex: 0 1 auto;
        width: auto;
        max-width: none;
        order: 0;
        padding: 0;
        margin: 0 0 0 auto;
        border: none;
        background: transparent;
        max-height: none;
        overflow: visible;
        justify-content: flex-end;
        gap: 0.5rem;
    }

    .temple-topnav-brand[b-w0m8flqtt9] {
        flex: 0 1 auto;
        min-width: 0;
    }

    .temple-topnav-logo[b-w0m8flqtt9] {
        width: 46px;
        height: 46px;
    }

    .temple-topnav-name[b-w0m8flqtt9] {
        font-size: 0.92rem;
        max-width: 11rem;
    }

    .temple-topnav-links[b-w0m8flqtt9] {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        flex: 0 1 auto;
        gap: 0.2rem;
        width: auto;
        max-width: none;
        overflow: visible;
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-link {
        display: inline-flex;
        flex: 0 0 auto;
        width: auto;
        padding: 0.45rem 0.75rem;
        font-size: 0.8125rem;
        border-radius: 999px;
        transition: background 0.15s ease, color 0.15s ease;
    }

    .temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-link:hover {
        transform: none;
    }

    .temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-donate,
    .temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-cart {
        justify-content: flex-start;
        padding: 0.45rem 0.9rem;
    }

    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown {
        position: relative;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }

    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown-toggle {
        display: inline-flex;
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        padding: 0.45rem 0.75rem;
        font-size: 0.8125rem;
        border-radius: 999px;
        cursor: pointer;
    }

    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-chevron {
        margin-left: 0.3rem;
    }

    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown-menu {
        position: absolute !important;
        top: calc(100% + 0.4rem);
        left: 0;
        right: auto;
        min-width: 220px;
        width: max-content;
        max-width: min(320px, 90vw);
        margin: 0 !important;
        z-index: 2000;
        padding: 0.4rem;
        border-radius: 0.75rem;
        box-shadow: 0 12px 28px rgba(6, 26, 49, 0.18);
    }

    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown:hover .temple-nav-dropdown-menu,
    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown.is-open .temple-nav-dropdown-menu {
        display: block;
    }

    .temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-dropdown-item {
        padding: 0.6rem 0.75rem;
        border-radius: 0.55rem;
        font-size: 0.85rem;
        white-space: nowrap;
    }

    .temple-topnav-user[b-w0m8flqtt9] {
        width: auto;
        flex: 0 0 auto;
        flex-wrap: nowrap;
        padding: 0 0 0 0.55rem;
        margin-left: 0.15rem;
        border-top: none;
        border-left: 1px solid rgba(255, 255, 255, 0.14);
    }

    .temple-topnav-user[b-w0m8flqtt9]  a.temple-nav-action {
        flex: 0 0 auto;
        padding: 0.4rem 0.6rem;
        font-size: 0.78rem;
        border-radius: 999px;
    }
}

@media (max-width: 991.98px) {
    .temple-topnav-toggler.d-lg-none[b-w0m8flqtt9] {
        display: flex !important;
    }

    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown-menu {
        position: static;
        display: none;
        margin-top: 0.35rem;
        width: 100%;
        background: var(--nav-dropdown-bg, #fff);
        border: 1px solid var(--nav-dropdown-border, rgba(6, 26, 49, 0.1));
        border-radius: 12px;
        box-shadow: 0 4px 16px rgba(6, 26, 49, 0.12);
        padding: 0.35rem;
    }

    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown.is-open .temple-nav-dropdown-menu {
        display: block !important;
    }

    .temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-dropdown-item {
        padding: 0.8rem 0.85rem;
        min-height: 48px;
        font-size: 0.9rem;
        color: var(--nav-dropdown-text, var(--d2kss-slate, #2c3e50));
    }

    .temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-dropdown-item i {
        color: var(--nav-dropdown-icon, var(--d2kss-teal, #0088a8));
    }

    .temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-dropdown-item:hover,
    .temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-dropdown-item.active {
        background: var(--nav-dropdown-hover-bg, rgba(0, 136, 168, 0.1));
        color: var(--nav-dropdown-text-hover, var(--d2kss-teal, #0088a8));
    }

    /* Primary tabs live in floating bottom nav — keep overflow items in hamburger */
    .temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-in-bottom-bar,
    .temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-mobile-menu {
        display: none !important;
    }

    .temple-topnav-user[b-w0m8flqtt9]  a.temple-nav-in-bottom-bar {
        display: none !important;
    }

    .temple-nav-desktop-only[b-w0m8flqtt9] {
        display: none !important;
    }

    .drawer-header[b-w0m8flqtt9],
    .drawer-body[b-w0m8flqtt9],
    .drawer-footer[b-w0m8flqtt9] {
        flex-direction: column;
    }
}

@media (min-width: 992px) {
    .temple-nav-drawer-only[b-w0m8flqtt9],
    .drawer-backdrop[b-w0m8flqtt9],
    .drawer-profile[b-w0m8flqtt9] {
        display: none !important;
    }
}

@media (min-width: 992px) {
    .temple-topnav-bar[b-w0m8flqtt9] {
        flex-wrap: nowrap;
        padding: 0.5rem 1.25rem;
        min-height: 4.5rem;
        gap: 0.75rem;
    }

    .temple-topnav-toggler[b-w0m8flqtt9] {
        display: none;
    }

    .temple-topnav-panel[b-w0m8flqtt9] {
        display: flex !important;
        flex-direction: row;
        align-items: center;
        flex: 0 1 auto;
        width: auto;
        order: 0;
        padding: 0;
        margin: 0 0 0 auto;
        border: none;
        background: transparent;
        max-height: none;
        overflow: visible;
        justify-content: flex-end;
        gap: 0.5rem;
    }

    .temple-topnav-brand[b-w0m8flqtt9] {
        flex: 0 1 auto;
        min-width: 0;
    }

    .temple-topnav-links[b-w0m8flqtt9] {
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: flex-end;
        flex: 0 1 auto;
        width: auto;
        overflow: visible;
        gap: 0.2rem;
        padding: 0;
        border: none;
        border-radius: 0;
        background: transparent;
        box-shadow: none;
    }

    .temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-link {
        flex: 0 0 auto;
        width: auto;
        padding: 0.45rem 0.75rem;
        font-size: 0.8125rem;
        border-radius: 999px;
    }

    .temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-donate,
    .temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-cart {
        padding: 0.45rem 0.9rem;
    }

    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown {
        position: relative;
        flex: 0 0 auto;
        width: auto;
    }

    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown-toggle {
        flex: 0 0 auto;
        width: auto;
        padding: 0.45rem 0.75rem;
        font-size: 0.8125rem;
        border-radius: 999px;
    }

    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-chevron {
        margin-left: 0.3rem;
    }

    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown-menu {
        position: absolute !important;
        top: calc(100% + 0.4rem);
        left: 0;
        right: auto;
        min-width: 220px;
        width: max-content;
        max-width: min(320px, 90vw);
        margin: 0 !important;
        z-index: 2000;
    }

    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown:hover .temple-nav-dropdown-menu,
    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown.is-open .temple-nav-dropdown-menu {
        display: block;
    }

    .temple-topnav-user[b-w0m8flqtt9] {
        width: auto;
        flex: 0 0 auto;
        border-top: none;
        border-left: 1px solid rgba(255, 255, 255, 0.18);
        padding-top: 0;
        padding-left: 0.7rem;
        margin-left: 0.1rem;
        gap: 0.45rem;
    }

    .temple-topnav-user[b-w0m8flqtt9]  a.temple-nav-action {
        flex: 0 0 auto;
    }
}

@media (min-width: 992px) and (max-width: 1499.98px) {
    .temple-topnav-name[b-w0m8flqtt9] {
        max-width: 8.5rem;
        font-size: 0.85rem;
    }

    .temple-topnav-tagline[b-w0m8flqtt9] {
        display: none !important;
    }

    .temple-topnav-links[b-w0m8flqtt9] {
        gap: 0.15rem;
    }

    .temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-link,
    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown-toggle {
        padding: 0.45rem 0.65rem;
        font-size: 0.78rem;
    }

    .temple-topnav-links[b-w0m8flqtt9]  a.temple-nav-link span,
    .temple-topnav-links[b-w0m8flqtt9]  .temple-nav-dropdown-toggle > span {
        display: inline !important;
    }
}

@media (min-width: 1500px) {
    .temple-topnav-name[b-w0m8flqtt9] {
        max-width: 16rem;
        font-size: 1rem;
    }

    .temple-topnav-links[b-w0m8flqtt9] {
        gap: 0.25rem;
    }

    .temple-topnav-panel[b-w0m8flqtt9] {
        gap: 0.65rem;
    }
}

/* Guest Blog accordion in app drawer — match white menu cards */
.drawer-blog-details[b-w0m8flqtt9] {
    margin: 0 0 8px;
}

.drawer-blog-summary[b-w0m8flqtt9] {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 52px;
    padding: 12px 16px;
    border-radius: 14px;
    background: #fff;
    border: 1px solid rgba(6, 26, 49, 0.08);
    box-shadow: 0 2px 8px rgba(6, 26, 49, 0.05);
    color: var(--d2kss-slate, #2c3e50);
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    font-family: inherit;
    -webkit-tap-highlight-color: transparent;
}

.drawer-blog-summary[b-w0m8flqtt9]::-webkit-details-marker,
.drawer-blog-summary[b-w0m8flqtt9]::marker {
    display: none;
    content: "";
}

.drawer-blog-summary .menu-icon[b-w0m8flqtt9] {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: rgba(0, 136, 168, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.1rem;
    color: var(--d2kss-teal, #0088a8);
}

.drawer-blog-summary .menu-label[b-w0m8flqtt9] {
    flex: 1;
    min-width: 0;
    text-align: left;
}

.drawer-blog-summary .menu-chevron[b-w0m8flqtt9] {
    color: var(--d2kss-teal, #0088a8);
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    transition: transform 0.2s ease;
}

.drawer-blog-details[open] > .drawer-blog-summary .menu-chevron[b-w0m8flqtt9] {
    transform: rotate(180deg);
}

.drawer-blog-details:not([open]) > .drawer-blog-submenu[b-w0m8flqtt9] {
    display: none;
}

.drawer-blog-details[open] > .drawer-blog-submenu[b-w0m8flqtt9] {
    display: block;
    padding: 0.35rem 0 0.15rem 0.35rem;
    margin-top: 0.35rem;
    background: #fff;
    border: 1px solid rgba(6, 26, 49, 0.1);
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(6, 26, 49, 0.08);
}

.drawer-blog-submenu[b-w0m8flqtt9]  a.drawer-menu-btn {
    min-height: 48px;
    margin-bottom: 6px;
    font-size: 14px;
}

.drawer-blog-submenu[b-w0m8flqtt9]  a.drawer-menu-btn:last-child {
    margin-bottom: 0;
}

