/**
 * Announcements Hero Color
 * Generated at: 1776442260
 */

:root {
    --announcements-color: #1d81cd;
}

/* Target the announcements hero section specifically */
#announcements-hero-section {
    background-color: #1d81cd !important;
    background-image: none !important;
}

/* Target the hero section on the announcements page */
body.announcements-page .hero-section {
    background-color: #1d81cd !important;
    background-image: none !important;
}

/* Remove all ::before pseudo-elements */
.hero-section::before,
#announcements-hero-section::before,
body.announcements-page .hero-section::before {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
}

/* Force white text in hero sections */
#announcements-hero-section h1, 
#announcements-hero-section h2, 
#announcements-hero-section h3, 
#announcements-hero-section h4, 
#announcements-hero-section h5, 
#announcements-hero-section h6, 
#announcements-hero-section p, 
#announcements-hero-section div {
    color: white !important;
}

/* Override any other styles that might be affecting the hero section */
.hero-section[id="announcements-hero-section"] {
    background-color: #1d81cd !important;
}

/* Target by attribute */
[id="announcements-hero-section"] {
    background-color: #1d81cd !important;
}