/* Course list: shared width, readable type and vertically centred actions. */
@media (min-width: 721px) {
  #cal-view.is-view-list .cal-mobile {
    width: 100%;
    max-width: 1120px;
    margin-inline: auto;
  }
  #cal-list .slotc { padding: 24px 28px; column-gap: 24px; }
  #cal-list .slotc__t { min-width: 88px; padding-right: 18px; }
  #cal-list .slotc__t b { font-size: 24px; }
  #cal-list .slotc__t span { font-size: 18px; }
  #cal-list .slotc__t i { font-size: 13px; }
  #cal-list .slotc__n { font-size: 19px; }
  #cal-list .slotc__sub { font-size: 15px; margin-top: 7px; }
  #cal-list .slotc__meta { font-size: 15px; margin-top: 10px; gap: 5px 10px; }
  #cal-list .slotc__av { margin-top: 14px; }
  #cal-list .slotc__rem { font-size: 14px; }
  #cal-list .slotc__btn { font-size: 15px; min-height: 44px; min-width: 88px; }
}
#cal-list .slotc__a { align-self: center; }
#cal-list .slotc__m { min-width: 0; }
#cal-list .slotc__n { line-height: 1.5; }
#cal-list .slotc__sub,
#cal-list .slotc__meta { line-height: 1.6; }
/* The decorative connector separates start/end; duration stays at the foot. */
#cal-list .slotc__t { align-items: center; gap: 0; }
#cal-list .slotc__t b,
#cal-list .slotc__t span { white-space: nowrap; font-variant-numeric: tabular-nums; }
#cal-list .slotc__t b::after {
  content: "";
  display: block;
  width: 1px;
  height: 14px;
  margin: 8px auto;
  background: var(--ink-dim);
}
#cal-list .slotc__t i { margin-top: auto; padding-top: 18px; white-space: nowrap; }
@media (max-width: 720px) {
  #cal-list .slotc { padding-block: 20px; }
  #cal-list .slotc__t b { font-size: 22px; }
  #cal-list .slotc__t span { font-size: 16px; }
  #cal-list .slotc__t i { font-size: 12px; }
  #cal-list .slotc__n { font-size: 17px; }
  #cal-list .slotc__sub { font-size: 13px; margin-top: 5px; }
  #cal-list .slotc__meta { font-size: 14px; margin-top: 7px; row-gap: 3px; }
  #cal-list .slotc__av { margin-top: 12px; }
  #cal-list .slotc__rem { font-size: 13px; }
}
/* Preserve the age label and readable text on the narrowest phones. */
@media (max-width: 360px) {
  #cal-list .slotc { padding-inline: 12px; column-gap: 8px; }
  #cal-list .slotc__t { padding-right: 8px; }
  #cal-list .slotc__btn { min-width: 64px; padding-inline: 10px; }
}
