/* Video Section - Override blue text to white */
/* Target the video overlay container and all its children */
.video-overlay,
.video-overlay h1,
.video-overlay h2,
.video-overlay h3,
.video-overlay h4,
.video-overlay h5,
.video-overlay p {
    color: #ffffff !important;
}

/* Additional selectors for video sections */
.video-section h1,
.video-section h2,
.video-section h3,
.video-section h4,
.video-section h5,
.video-section p,
section[class*="video"] h1,
section[class*="video"] h2,
section[class*="video"] h3,
section[class*="video"] h4,
section[class*="video"] h5,
section[class*="video"] p {
    color: #ffffff !important;
}

/* Specific override for data-raw-content elements */
[data-raw-content="true"] {
    color: inherit;
}

.video-overlay [data-raw-content="true"],
.video-section [data-raw-content="true"],
section[class*="video"] [data-raw-content="true"] {
    color: #ffffff !important;
}