.sohw-widget {
	box-sizing: border-box;
	width: 100%;
}

.sohw-schedule {
	display: flex;
	flex-direction: column;
	width: fit-content;
	max-width: 100%;
}

.sohw-row {
	display: grid;
	grid-template-columns: auto 1fr auto;
	align-items: baseline;
	column-gap: 1em;
	width: 100%;
}

.sohw-schedule--no-title .sohw-row {
	grid-template-columns: 1fr auto;
}

.sohw-title {
	white-space: nowrap;
}

.sohw-title-spacer {
	display: block;
}

.sohw-day-name {
	white-space: nowrap;
}

.sohw-hours,
.sohw-closed {
	white-space: nowrap;
	text-align: right;
}

@media (max-width: 480px) {
	.sohw-row {
		column-gap: 0.75em;
	}

	.sohw-day-name,
	.sohw-hours,
	.sohw-closed {
		white-space: normal;
	}
}
