.program-detail-page .program-gallery{
  margin: 0;
  min-width: 0;
  max-width: 100%;
  display: grid;
  justify-items: start;
  gap: var(--s-1);
}

/* Keep the existing image size; leave room for the controls below it on phones. */
.program-detail-page .program-gallery .media-frame.has-image{
  max-height: none;
}

.program-detail-page .program-gallery-caption{
  max-width: 60ch;
  color: var(--muted);
  font-size: 0.875rem;
  line-height: 1.5;
}

.program-detail-page .program-gallery-full{
  color: var(--text);
  font-size: 0.875rem;
  line-height: 1.5;
  padding-block: 0.3rem;
  text-underline-offset: 0.2em;
}

.program-detail-page .program-gallery-full:hover{
  color: var(--accent);
}

.program-detail-page .program-gallery-full:focus-visible{
  outline: 2px solid var(--accent);
  outline-offset: 4px;
  border-radius: var(--r-1);
}
