/* v172 · live, responsive recreation of the supplied three-band schedule reference */
@media (max-width:900px){
  .mobile-home-editorial .me-times article{
    display:grid!important;
    grid-template-columns:clamp(86px,22vw,142px) minmax(0,1fr)!important;
    height:clamp(112px,29.7vw,177px)!important;
    min-height:clamp(112px,29.7vw,177px)!important;
    padding:12px clamp(18px,8vw,54px)!important;
  }
  .mobile-home-editorial .me-times article>.me-time-glyph{
    grid-column:1!important;
    grid-row:1!important;
    align-self:center!important;
    justify-self:center!important;
  }
  .mobile-home-editorial .me-times article>div{
    grid-column:2!important;
    grid-row:1!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr)!important;
    grid-template-rows:auto auto auto!important;
    align-content:center!important;
    justify-items:start!important;
    width:100%!important;
    min-width:0!important;
  }
  .mobile-home-editorial .me-times article>div small,
  .mobile-home-editorial .me-times article>div strong,
  .mobile-home-editorial .me-times article>div span{grid-column:1!important;grid-row:auto!important}
  .mobile-home-editorial .me-times article.sunday{background:linear-gradient(110deg,#0d665b 0%,#277e72 100%)!important}
  .mobile-home-editorial .me-times article.wednesday{background:linear-gradient(110deg,#4c947f 0%,#70b59a 100%)!important}
  .mobile-home-editorial .me-times article.dawn{background:linear-gradient(110deg,#76b39b 0%,#a5d3b5 100%)!important}
  .mobile-home-editorial .me-time-glyph,.mobile-home-editorial .me-time-glyph svg{width:clamp(58px,14vw,90px)!important;height:clamp(58px,14vw,90px)!important}
  .mobile-home-editorial .me-times article small{margin-bottom:clamp(3px,.7vw,6px)!important;font-size:clamp(14px,3.2vw,22px)!important;letter-spacing:.10em!important}
  .mobile-home-editorial .me-times article strong{margin-bottom:clamp(5px,1vw,9px)!important;font-family:inherit!important;font-size:clamp(34px,7.5vw,59px)!important;letter-spacing:-.045em!important}
  .mobile-home-editorial .me-times article span:not(.me-time-glyph){font-size:clamp(14px,3.3vw,23px)!important;letter-spacing:-.045em!important}
}
