.hours>a{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:18px;border-top:1px solid var(--line);padding:20px 0}.hours>a b{text-align:right;white-space:nowrap}.hours>a:hover span{text-decoration:underline;text-underline-offset:3px}@media(max-width:430px){.hours>a{grid-template-columns:1fr;gap:7px}.hours>a b{text-align:left}}
