/* /Views/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* --- Brand link ---------------------------------------------------- */
a.navbar-brand[b-ufttlomc6l] {
    white-space: nowrap;
    text-align: left;
    word-break: normal;
}

/* --- Global link colour and decoration ----------------------------- */
a[b-ufttlomc6l] {
    color: #2563eb;
    text-decoration: none;
}

a:hover[b-ufttlomc6l] {
    color: #1d4ed8;
    text-decoration: underline;
    text-underline-offset: 2px;
}

/* Keep nav links clean (no underline on hover) */
.nav-link:hover[b-ufttlomc6l],
.navbar-brand:hover[b-ufttlomc6l],
.dropdown-item:hover[b-ufttlomc6l] {
    text-decoration: none;
}

/* --- Primary button ------------------------------------------------- */
.btn-primary[b-ufttlomc6l] {
    color: #fff;
    background-color: #2563eb;
    border-color: #1d4ed8;
}

.btn-primary:hover[b-ufttlomc6l] {
    background-color: #1d4ed8;
    border-color: #1e40af;
}

.btn-primary:focus[b-ufttlomc6l] {
    box-shadow: 0 0 0 3px rgba(37, 99, 235, .25);
}

/* --- Nav pills active state ----------------------------------------- */
.nav-pills .nav-link.active[b-ufttlomc6l],
.nav-pills .show > .nav-link[b-ufttlomc6l] {
    color: #fff;
    background-color: #2563eb;
    border-color: #1d4ed8;
}

/* --- Border helpers ------------------------------------------------- */
.border-top[b-ufttlomc6l] {
    border-top: 1px solid #e2e8f0 !important;
}

.border-bottom[b-ufttlomc6l] {
    border-bottom: 1px solid #e2e8f0 !important;
}

/* --- Box shadow helper ---------------------------------------------- */
.box-shadow[b-ufttlomc6l] {
    box-shadow: 0 1px 3px rgba(0, 0, 0, .10), 0 1px 2px rgba(0, 0, 0, .06);
}

/* --- Cookie policy button ------------------------------------------- */
button.accept-policy[b-ufttlomc6l] {
    font-size: 1rem;
    line-height: inherit;
}

/* --- Keyboard focus ring (accessibility) ---------------------------- */
:focus-visible[b-ufttlomc6l] {
    outline: 2px solid #2563eb;
    outline-offset: 2px;
}

/* --- Thin scrollbar (Chromium / WebKit) ----------------------------- */
[b-ufttlomc6l]::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

[b-ufttlomc6l]::-webkit-scrollbar-track {
    background: #f1f5f9;
}

[b-ufttlomc6l]::-webkit-scrollbar-thumb {
    background: #cbd5e1;
    border-radius: 3px;
}

[b-ufttlomc6l]::-webkit-scrollbar-thumb:hover {
    background: #94a3b8;
}

/* --- Fallback footer (legacy class; sh-footer is the active one) ---- */
.footer[b-ufttlomc6l] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
}

