/* ==========================================================
   Top utility strip only
   Navbar styles live in navbar.css
========================================================== */

.top-strip {
    background: #0b1f3a;
    color: #ffffff;
    font-size: 0.9rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.top-strip a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.2s ease;
}

.top-strip a:hover,
.top-strip a:focus {
    color: #19c2de;
}

.top-strip i {
    color: #19c2de;
}
