/* Keep one randomly selected person in the approved hero frame and glow. */
.hero:has(.hero-stage[data-hero-avatars]) {
  overflow: clip;
}
.hero .hero-stage .hero-tech[data-hero-avatar] {
  opacity: 0 !important;
  transform: none !important;
  transition: none !important;
  pointer-events: none;
}
html:not([data-hero-avatar-choice]) .hero .hero-stage .hero-tech[data-hero-avatar][data-active="true"],
html[data-hero-avatar-choice="joshua"] .hero .hero-stage .hero-tech[data-hero-avatar="joshua"],
html[data-hero-avatar-choice="solilyanna"] .hero .hero-stage .hero-tech[data-hero-avatar="solilyanna"] {
  opacity: 1 !important;
}
