/* overrides.css (v2) — PUBLIC pages only, scoped by .auto-theme-enabled on <html> */

/* Clear icons + spacing */
.auto-theme-enabled .news-slider-section h2,
.auto-theme-enabled .programs-section h2 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  line-height: 1.2 !important;
  margin: 0 0 12px 0 !important;
  padding-left: 6px !important;
}

/* reset pseudo-elements */
.auto-theme-enabled .news-slider-section h2::before,
.auto-theme-enabled .programs-section h2::before {
  content: "" !important;
  display: inline-block !important;
  width: 1.2em !important;
  height: 1.2em !important;
  margin-right: 4px !important;
  background: none !important;
  background-image: none !important;
  background-color: transparent !important;
  -webkit-mask-image: none !important;
          mask-image: none !important;
  box-shadow: none !important;
  filter: none !important;
  border-radius: 0 !important;
  opacity: 1 !important;
}

/* Icons: news (megaphone), programs (play-circle) — transparent SVGs */
.auto-theme-enabled body.dark-mode .news-slider-section h2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3 10a2 2 0 0 0-2 2v2a4 4 0 0 0 4 4h1l3 4h2l-1-4h2l8 2V6l-8 2H3z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important; background-position: center !important; background-size: contain !important;
}
.auto-theme-enabled body:not(.dark-mode) .news-slider-section h2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23111' d='M3 10a2 2 0 0 0-2 2v2a4 4 0 0 0 4 4h1l3 4h2l-1-4h2l8 2V6l-8 2H3z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important; background-position: center !important; background-size: contain !important;
}
.auto-theme-enabled body.dark-mode .programs-section h2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-2 5.5v8l7-4-7-4z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important; background-position: center !important; background-size: contain !important;
}
.auto-theme-enabled body:not(.dark-mode) .programs-section h2::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23111' d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-2 5.5v8l7-4-7-4z'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important; background-position: center !important; background-size: contain !important;
}

/* Mobile spacing tweaks */
@media (max-width: 768px) {
  .auto-theme-enabled .news-slider-section { margin-top: -8px !important; }
  .auto-theme-enabled .programs-section { margin-top: -36px !important; }
  .auto-theme-enabled .news-slider-section h2,
  .auto-theme-enabled .programs-section h2 { font-size: 1.15rem !important; }
}