/* CSS for the About Us page */
/* Add any page-specific styles here, especially if a minimum scrollable height is desired. */
/* For example: */
/* #smooth-content > .wp-block-group { min-height: 200vh; } */

body {
  background-color: #000000 !important; /* Added !important for higher specificity if needed */
  color: #ffffff !important; /* Default text color for the page, added !important */
}

.maeveport-featured-insights-section {
  background-color: #000000 !important;
}

.maeveport-featured-insights-section-title,
.maeveport-featured-insights-title {
  color: #ffffff !important;
}

/* Ensure smooth content also has a transparent background if body color is to show through, 
   or set it to black as well if it has its own background. 
   For now, assuming body background is sufficient. */
