/* Keep the first gallery card fully visible while preserving the full-bleed rail. */
.gallery {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: max(22px, calc((100vw - var(--max)) / 2 + 22px));
  padding-right: max(22px, calc((100vw - var(--max)) / 2 + 22px));
  scroll-padding-inline: max(22px, calc((100vw - var(--max)) / 2 + 22px));
}

.play-button:disabled {
  cursor: default;
}

footer p a {
  color: var(--text);
  text-decoration: underline;
  text-decoration-color: var(--orange);
  text-underline-offset: 3px;
}
