@media (min-width: 1113px) and (max-width: 1240px) and (min-height: 785px) and (max-height: 832px) {
  /* Schedule tweaks for 1200x800-range screens. */

  .schedule-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
  }

  #scheduleWeekendToggleBtn {
    display: inline-flex;
  }
}
