.gastrovo-opening-hours__list { margin: 0; }
.gastrovo-opening-hours__day { display: grid; grid-template-columns: minmax(8rem, 1fr) 2fr; gap: 1rem; padding: .65rem 0; border-bottom: 1px solid #ddd; }
.gastrovo-opening-hours__day:last-child { border-bottom: 0; }
.gastrovo-opening-hours__weekday { font-weight: 600; }
.gastrovo-opening-hours__times { margin: 0; text-align: right; }
.gastrovo-opening-hours__slot { white-space: nowrap; }
.gastrovo-opening-hours__day.is-today { font-weight: 700; }
@media (max-width: 420px) { .gastrovo-opening-hours__day { grid-template-columns: 1fr; gap: .2rem; } .gastrovo-opening-hours__times { text-align: left; } }
