@media (min-width: 1241px) and (max-width: 1322px) and (min-height: 720px) and (max-height: 744px) {
  /* Schedule tweaks for 1280x720-range screens. */
  .top-ad-slot {
    min-height: 160px;
  }

  .schedule-view .schedule-grid {
    grid-template-columns: repeat(7, minmax(0, 1fr)) !important;
    gap: 8px;
  }

  .schedule-view .schedule-day {
    min-width: 0;
  }

  #scheduleWeekendToggleBtn {
    display: none;
  }
}
