.hours-grid {
	display: grid;
	grid-template-columns: max-content max-content 1fr;
	gap: .4rem;
}

.hours-grid .grid-row {
	display: contents;
}