.seesaw-hours {
	font-family: inherit;
	max-width: 480px;
}

/* Status badge */
.seesaw-hours__status {
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}

/* Today's hours */
.seesaw-hours__today {
	font-size: 1.1rem;
	margin-bottom: 1.5rem;
}

/* 14-day schedule */
.seesaw-hours__schedule {
	list-style: none;
	margin: 0;
	padding: 0;
}

.seesaw-hours__day {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.4rem 0;
	border-bottom: 1px solid currentColor;
	font-size: 0.95rem;
	opacity: 1;
}

.seesaw-hours__day:last-child {
	border-bottom: none;
}

.seesaw-hours__day--closed {
	opacity: 0.4;
}

.seesaw-hours__day-label {
	font-weight: 500;
}

.seesaw-hours__day-hours {
	text-align: right;
	white-space: nowrap;
}

/* Error state */
.seesaw-hours__error {
	font-style: italic;
}
