/* _content/WOWVisualStudioWebServer/Pages/Shared/_Layout.cshtml.rz.scp.css */
/* =====================================================
   Custom Site Styles for WOWVisualStudioWebServer
   ===================================================== */

/* ------------------------------
   Global Link Styles
   ------------------------------ */
a[b-j258uu1eik] {
    color: #0077cc; /* Brand blue */
    text-decoration: none;
}

    a:hover[b-j258uu1eik],
    a:focus[b-j258uu1eik] {
        color: #005fa3;
        text-decoration: underline; /* Accessibility */
    }

/* ------------------------------
   Navbar Brand
   ------------------------------ */
.navbar-brand[b-j258uu1eik] {
    white-space: normal;
    word-break: break-word;
    font-weight: 600;
    color: #1b6ec2 !important; /* Override Bootstrap */
    text-align: center;
}

/* ------------------------------
   Primary Buttons
   ------------------------------ */
.btn-primary[b-j258uu1eik] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

    .btn-primary:hover[b-j258uu1eik],
    .btn-primary:focus[b-j258uu1eik] {
        background-color: #155a9e;
        border-color: #124b82;
        color: #fff;
    }

/* ------------------------------
   Nav Pills Active State
   ------------------------------ */
.nav-pills .nav-link.active[b-j258uu1eik],
.nav-pills .show > .nav-link[b-j258uu1eik] {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* ------------------------------
   Utility Styles
   ------------------------------ */
.border-top[b-j258uu1eik] {
    border-top: 1px solid #e5e5e5;
}

.border-bottom[b-j258uu1eik] {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-j258uu1eik] {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

/* ------------------------------
   Cookie / Policy Button
   ------------------------------ */
button.accept-policy[b-j258uu1eik] {
    font-size: 1rem;
    line-height: inherit;
    padding: 0.5rem 1rem;
}

/* ------------------------------
   Footer (Sticky, not overlapping)
   ------------------------------ */
.footer[b-j258uu1eik] {
    background-color: #f8f9fa;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    padding: 10px 20px;
    font-size: 0.9rem;
    color: #6c757d;
}

html[b-j258uu1eik], body[b-j258uu1eik] {
    height: 100%;
}

body[b-j258uu1eik] {
    display: flex;
    flex-direction: column;
}

main[b-j258uu1eik] {
    flex: 1; /* Push footer down */
}

/* ------------------------------
   Navbar with Vertical Separators
   ------------------------------ */
@media (min-width: 576px) {
    .navbar-nav[b-j258uu1eik] {
        flex-direction: row !important;
    }

        .navbar-nav .nav-item[b-j258uu1eik] {
            display: flex;
            align-items: center;
            padding: 0 0.5rem;
            border-left: 1px solid #ccc;
        }

            .navbar-nav .nav-item:first-child[b-j258uu1eik] {
                border-left: none; /* No separator before first */
            }

        .navbar-nav .nav-link[b-j258uu1eik] {
            padding: 0 0.25rem;
        }
}
