/* Frontend styles: intentionally minimal for Twenty Twenty-Four (let theme.json do the heavy lifting). */
.otc-rh .otc-rh-status{ margin: 0 0 .75em; }
.otc-rh .otc-rh-title{ margin: 0 0 .5em; }
.otc-rh-table{ width:100%; border-collapse: collapse; }
.otc-rh-table td{ padding:.45em .6em; vertical-align: top; border-bottom: 1px solid rgba(0,0,0,.08); }
.otc-rh-table tr.is-today td{ font-weight: 600; }
.otc-rh-day-label{ width: 32%; }
.otc-rh-sep{ opacity:.65; padding:0 .25em; }
.otc-rh-partname{ font-weight: 600; margin-right:.35em; }
.otc-rh-last{ opacity:.85; }
@media (max-width: 600px){
  .otc-rh-hide-partnames-mobile .otc-rh-partname{ display:none; }
  .otc-rh-day-label{ width:auto; display:block; }
  .otc-rh-table tr, .otc-rh-table td{ display:block; width:100%; }
  .otc-rh-table td{ border-bottom:0; padding:.25em 0; }
  .otc-rh-table tr{ padding:.6em 0; border-bottom: 1px solid rgba(0,0,0,.08); }
}
