/* Announcement banner */
.bd-header-announcement {
    background: white !important;
    color: #02056B !important;
    margin: 0.5rem 0rem !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 10px rgba(2, 5, 107, 0.12) !important;
}
/* Text */
.bd-header-announcement p,
.bd-header-announcement div {
    color: #02056B !important;
}

/* Link */
.bd-header-announcement a {
    color: #02056B !important;
    font-weight: 600;
    text-decoration: underline;
}

/* Hover */
.bd-header-announcement a:hover {
    color: #02056B !important;
}

/* Hide full header (safer selector) */
.bd-header {
    display: none !important;
}