/**
 * Weather Header Block - Frontend Styles
 */


.weather-header-block.is-dark {
  /* Dark mode styles are mainly handled by the component's CSS */
}

.weather-header-block.is-light .weather-header-container {
  color: #000;
}

.weather-header-block.is-light .weather-header-icon {
  color: #000;
} 