/* Custom color overrides – plain CSS so it works even when Sass doesn’t compile */

/* Spotlight with white text (e.g. video section) */
.ams-spotlight.ams-spotlight--inverse,
.ams-spotlight.ams-spotlight--inverse .ams-heading,
.ams-spotlight.ams-spotlight--inverse .ams-paragraph {
  color: #fff !important;
}

.ams-spotlight.ams-spotlight--inverse a {
  color: #fff !important;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.ams-spotlight.ams-spotlight--inverse a:hover {
  color: rgba(255, 255, 255, 0.85) !important;
}
