.tof-hours {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	column-gap: 40px; /* overridden by Elementor control */
}

.tof-hours__column {
	display: flex;
	flex-direction: column;
	row-gap: 8px; /* overridden by Elementor control */
	flex: 1 1 0;
	min-width: 160px;
}

.tof-hours--single .tof-hours__column {
	flex: 1 1 100%;
}

.tof-hours__row {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 16px;
}

.tof-hours__day {
	font-weight: 700;
	white-space: nowrap;
}

.tof-hours__time {
	white-space: nowrap;
}
