@media (min-width: 1323px) and (max-width: 1403px) and (min-height: 785px) and (max-height: 832px) {
  /* Schedule tweaks for 1365x800-range screens. */
  .top-ad-slot {
    min-height: 160px;
  }

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

  #scheduleWeekendToggleBtn {
    display: inline-flex;
  }
}
