/**
 * Deliberately minimal: inherits the theme's font, colour and size so the
 * shortcode blends into the existing store page layout.
 */

.dahls-oppettider {
	margin: 0 0 1.5em;
}

.dahls-oppettider__title {
	margin: 0 0 0.5em;
}

.dahls-oppettider__notice {
	margin: 0 0 0.75em;
	font-weight: 700;
}

.dahls-oppettider__table {
	width: 100%;
	max-width: 22em;
	border: 0;
	border-collapse: collapse;
	margin: 0;
}

.dahls-oppettider__table th,
.dahls-oppettider__table td {
	padding: 0.15em 0;
	border: 0;
	text-align: left;
	font-weight: inherit;
	vertical-align: top;
}

.dahls-oppettider__table td {
	padding-left: 1.5em;
	white-space: nowrap;
}

.dahls-oppettider__list,
.dahls-oppettider__special ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.dahls-oppettider__list li,
.dahls-oppettider__special li {
	display: flex;
	gap: 1.5em;
	justify-content: space-between;
	max-width: 22em;
	padding: 0.15em 0;
}

.dahls-oppettider__hours {
	white-space: nowrap;
}

.dahls-oppettider__special {
	margin-top: 1em;
}

.dahls-oppettider__special-title {
	margin: 0 0 0.25em;
	font-weight: 700;
}

.dahls-oppettider__attribution {
	margin: 0.75em 0 0;
	font-size: 0.55em;
	opacity: 0.6;
}
