/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://learn.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-oq0ds4qfzv] {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* 🔗 Link Colors */
a[b-oq0ds4qfzv] {
    color: #dfa31f; /* Gold */
}

/* 🔘 Primary Button */
.btn-primary[b-oq0ds4qfzv] {
    color: #fff;
    background-color: #dfa31f; /* Gold */
    border-color: #173252; /* Deep Navy */
}

/* 📌 Active Nav Pills */
.nav-pills .nav-link.active[b-oq0ds4qfzv],
.nav-pills .show > .nav-link[b-oq0ds4qfzv] {
    color: #fff;
    background-color: #dfa31f; /* Gold */
    border-color: #173252; /* Deep Navy */
}

/* 🧱 Borders */
.border-top[b-oq0ds4qfzv] {
    border-top: 1px solid #dee2e6; /* Neutral gray */
}

.border-bottom[b-oq0ds4qfzv] {
    border-bottom: 1px solid #dee2e6; /* Neutral gray */
}

/* 🧍 Shadows */
.box-shadow[b-oq0ds4qfzv] {
    box-shadow: 0 .25rem .75rem rgba(23, 50, 82, .1); /* Navy-tinted shadow */
}

/* 🍪 Cookie Policy Button */
button.accept-policy[b-oq0ds4qfzv] {
    font-size: 1rem;
    line-height: inherit;
    background-color: #dfa31f; /* Gold */
    color: #fff;
    border: none;
}

/* 🦶 Footer */
.footer[b-oq0ds4qfzv] {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px;
    background-color: #173252; /* Navy background */
    color: #fff; /* White text */
}
