/* Archive video player (Blue Billywig VOD embed, responsive 16:9).
   The hero/page styling that used to live here now loads via inc/site-hero.php. */
#awtv-vod-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: #000;
  border-radius: 50px;
  /* Same selected-state outline as the active carousel card (primary @ 50% opacity). */
  outline: 5px solid color-mix(in srgb, var(--e-global-color-primary, #d600a8) 50%, transparent);
  outline-offset: 3px;
}

#awtv-vod-frame {
  width: 100%;
  height: 300px;
  border: 0;
  display: block;
}

@media (max-width: 768px) {
  #awtv-vod-frame {
    height: 320px;
  }
}
