/*
 * Layout only. No fonts, colours, sizes or weights so the theme / Elementor
 * fully controls the look. Two-column grid: day | time.
 */
.koh-opening-hours {
	display: grid;
	grid-template-columns: max-content 1fr;
	column-gap: 2.5em;
	row-gap: 0.35em;
}

.koh-opening-hours__row {
	display: contents;
}

/*
 * .koh-opening-hours__time--closed is present on closed days but intentionally
 * left unstyled here - dim it from the theme / Elementor if desired.
 */
