/* /Layout/MainLayout.razor.rz.scp.css */
.gc-main[b-51gzydvo0z] {
    min-height: calc(100vh - 72px - 70px);
}

.gc-footer[b-51gzydvo0z] {
    background-color: #3a3a3a;
}

.gc-footer .text-muted[b-51gzydvo0z] {
    color: #999 !important;
}

/* Language switcher in footer */
.gc-footer-langs[b-51gzydvo0z] {
    display: flex;
    justify-content: center;
    gap: 0;
    flex-wrap: wrap;
}

.gc-footer-lang-btn[b-51gzydvo0z] {
    background: none;
    border: none;
    border-left: 1px solid #666;
    color: #bbb;
    font-size: 0.82rem;
    padding: 0.1rem 0.7rem;
    cursor: pointer;
    transition: color 0.15s;
    line-height: 1.4;
}

.gc-footer-lang-btn:first-child[b-51gzydvo0z] {
    border-left: none;
}

.gc-footer-lang-btn:hover[b-51gzydvo0z] {
    color: #fff;
}

.gc-footer-lang-btn.active[b-51gzydvo0z] {
    color: #cc0000;
    font-weight: 600;
}
/* /Layout/NavMenu.razor.rz.scp.css */
/* ── Sticky top navbar ── */
.gc-navbar[b-c7ffj7fdwb] {
    border-bottom: 1px solid #e0e0e0;
    padding: 0.4rem 0;
    position: sticky;
    top: 0;
    z-index: 200;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.06);
}

/* ── Logo ── */
.gc-logo[b-c7ffj7fdwb] {
    text-decoration: none;
    padding: 0.1rem 0;
    display: inline-flex;
    align-items: center;
}

.gc-logo-img[b-c7ffj7fdwb] {
    height: 52px;
    width: auto;
}

/* ── Nav links ── */
.gc-nav-link[b-c7ffj7fdwb] {
    font-size: 0.78rem !important;
    letter-spacing: 0.1em;
    color: #666 !important;
    padding: 0.5rem 0.8rem !important;
    font-weight: 400;
    transition: color 0.15s ease;
}

.gc-nav-link:hover[b-c7ffj7fdwb] {
    color: #222 !important;
}

[b-c7ffj7fdwb] .gc-nav-link.active,
.gc-nav-link-active[b-c7ffj7fdwb] {
    color: #222 !important;
    font-weight: 600;
}

.gc-caret[b-c7ffj7fdwb] {
    font-size: 0.55rem;
    vertical-align: middle;
    margin-left: 0.15rem;
    opacity: 0.6;
}

/* ── Dropdown ── */
.gc-dropdown-menu[b-c7ffj7fdwb] {
    min-width: 230px;
    border: 1px solid #e0e0e0;
    border-radius: 0;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
    padding: 0.4rem 0;
    z-index: 210;
}

.gc-dropdown-menu .dropdown-item[b-c7ffj7fdwb] {
    font-size: 0.88rem;
    padding: 0.5rem 1.25rem;
    color: #444;
}

.gc-dropdown-menu .dropdown-item:hover[b-c7ffj7fdwb] {
    background-color: #f5f5f5;
    color: #111;
}

/* Transparent full-screen backdrop – closes dropdown on outside click */
.gc-dropdown-backdrop[b-c7ffj7fdwb] {
    position: fixed;
    inset: 0;
    z-index: 199;
    background: transparent;
}
