/* ===============================
   TOP ADMIN / USER BAR
   (Always white, black text/icons)
================================ */
@font-face {
  font-family: "DM Sans";
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/dmsans/v17/rP2Hp2ywxg089UriCZOIHTWCBl0-8Q.woff2)
    format("woff2");
  unicode-range:
    U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC,
    U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212,
    U+2215, U+FEFF, U+FFFD;
}

.account-masthead {
    background: #f2f6ff !important;
    border-bottom: 1px solid #e5e7eb;
    font-family: "DM Sans", sans-serif, system-ui, Helvetica, Arial, sans-serif;
}

.account-masthead a,
.account-masthead .username,
.account-masthead .nav > li > a {
    color: #1f2937 !important; /* black text */
}

.account-masthead a:hover,
.account-masthead .nav > li > a:hover {
    color: #1f2937 !important; /* black on hover */
    background: #f2f6ff !important; /* white background on hover */
}

/* icons stay black always */
.account-masthead i,
.account-masthead i:hover {
    color: #1f2937 !important;
}

/* ===============================
   MAIN HEADER BAR
   (Always white, black text/icons)
================================ */
.masthead {
    background: #ffffff !important;
    border-bottom: 1px solid #e5e7eb;
}

/* Logo + navigation text */
.masthead a,
.masthead .nav > li > a {
    color: #1f2937 !important; /* black text */
    text-decoration: none;
    background-color: #ffffff; /* keep white background */
}

/* Active / hover links */
.masthead .nav > li > a:hover,
.masthead .nav > .active > a {
    color: #1f2937 !important; /* black text */
    background: #f2f6ff !important; /* prevent blue hover background */
}

/* Logo styling */
.masthead .logo {
    display: flex;
    align-items: center;
    gap: 8px;
}

.masthead .custom-logo-text {
    font-weight: 600;
    font-size: 18px;
    color: #1f2937 !important; /* dark text */
}

/* ===============================
   ICONS
   Always black
================================ */
.masthead i,
.masthead i:hover,
.masthead .nav > li > a i,
.masthead .nav > li > a i:hover {
    color: #1f2937 !important;
}

/* ===============================
   Remove CKAN default hover shadow/blue
================================ */
.masthead .nav > li:hover,
.masthead .nav > li.active {
    background: #f2f6ff !important;
}

.masthead .nav > li > a:focus,
.masthead .nav > li > a:active {
    background: #f2f6ff !important;
}

.masthead .nav > li > a:hover,
.masthead .nav > .active > a {
    color: #1f2937 !important; /* black text */
    background: #f2f6ff !important; /* prevent blue hover background */
}

.masthead .main-navbar ul li:hover a, .masthead .main-navbar ul li:focus a, .masthead .main-navbar ul li.active a {
    border-radius: 0.3rem;
    background-color: #f2f6ff !important;
}
