/* Widen only the desktop live player; keep the shared site layout unchanged. */
@media (min-width: 721px) {
  .page-live .player-section > .wrap {
    max-width: 1280px;
  }
}
