/* Desktop viewing controls only. Keep the radio page content and metadata unchanged. */
@media (min-width: 721px) {
  .page-live .site-header {
    position: relative;
    transition: transform 180ms ease;
  }

  .page-live .site-header.header-hidden,
  .page-live.live-theater .site-header {
    transform: translateY(-100%);
  }

  .player-head {
    align-items: center;
  }

  .player-actions {
    margin-left: auto;
  }

  .player-mode-button {
    white-space: nowrap;
  }

  .page-live.live-theater {
    overflow: hidden;
  }

  .page-live.live-theater .player-section {
    min-height: 100vh;
    padding-top: 16px;
  }

  .page-live.live-theater .player-layout {
    height: calc(100vh - 128px) !important;
  }

  .page-live.live-theater .chat-panel {
    height: 100% !important;
  }

  .page-live.live-theater .player-stage {
    height: 100%;
    aspect-ratio: auto;
  }

  .page-live.live-theater .cta,
  .page-live.live-theater .site-footer {
    display: none;
  }
}

@media (max-width: 720px) {
  .player-actions {
    display: none;
  }
}
