@media (min-width: 1366px) and (max-width: 1403px) and (min-height: 745px) and (max-height: 784px) {
  /* Schedule tweaks for 1366x768-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;
  }
}
