/* Give the live player and read-only chat more room on wide screens.
   Presentation-only: do not alter page copy, metadata, routes, or stream behavior. */
@media (min-width: 1201px) {
  .page-live .player-section > .wrap {
    max-width: 1440px;
  }
}

@media (min-width: 1440px) {
  .page-live .player-layout {
    grid-template-columns: minmax(0, 1fr) 360px;
  }

  .page-live .chat-message {
    padding-top: 8px;
    padding-bottom: 9px;
  }

  .page-live .chat-text,
  .page-live .chat-user {
    font-size: 14px;
  }
}
