/* ============================================
   COMPONENT: HEADER
   ============================================ */

/* Remove underline from Access Vault link */
.btv-header-btn,
.btv-header-btn:link,
.btv-header-btn:visited,
.btv-header-btn:hover,
.btv-header-btn:active,
.btv-header-btn:focus {
    text-decoration: none !important;
}

/* Sticky Header Transparency */
.ct-header-sticky {
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    background: rgba(0,0,0,0.55) !important;
    backdrop-filter: blur(6px);
}

/* Header Row Tightening */
.ct-header-row {
    padding-top: 8px !important;
    padding-bottom: 8px !important;
}

/* Menu Hover Style */
.ct-header-menu a:hover {
    color: var(--btv-purple) !important;
    text-shadow: 0 0 4px rgba(138, 43, 226, 0.6);
}
.ct-header-menu a {
    padding-left: 12px !important;
    padding-right: 12px !important;
    letter-spacing: 0.08em !important;
}
