.topline{font-size:.875rem;line-height:1.5;padding:10px 0}
.topline .wrap{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:8px 24px}
.opening-hours{display:flex;align-items:baseline;flex-wrap:wrap;gap:3px 14px;min-width:0}
.opening-hours strong{font-weight:700}
.opening-hours span{white-space:nowrap}
@media(max-width:700px){
  .topline{font-size:.875rem;text-align:left}
  .topline .wrap{display:flex}
  .opening-hours{column-gap:12px}
  .opening-hours strong{flex-basis:100%}
}
