.bilhuse-aabningstider-day {
	text-align: left !important;
	font-family: var(--brz-sddupszdxwoufontfamily, initial) !important;
	font-size: var(--brz-sddupszdxwoufontsize, initial);
	line-height: var(--brz-sddupszdxwoulineheight, initial);
	font-weight: var(--brz-sddupszdxwoufontweight, initial);
	letter-spacing: var(--brz-sddupszdxwouletterspacing, initial);
	font-variation-settings: var(--brz-sddupszdxwoufontvariation, initial);
	font-weight: var(--brz-sddupszdxwoubold, initial);
	font-style: var(--brz-sddupszdxwouitalic, initial);
	text-decoration: var(--brz-sddupszdxwoutextdecoration, initial) !important;
	text-transform: var(--brz-sddupszdxwoutexttransform, initial) !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0;
}

.bilhuse-aabningstider-day-label {
	flex: 1;
}

.bilhuse-aabningstider-day-name {
	color: rgba(var(--brz-global-color3), 1);
	font-weight: 700 !important;
}

.bilhuse-aabningstider-date {
	color: rgba(var(--brz-global-color8), 1);
	font-weight: 400;
}

.bilhuse-aabningstider-time {
	color: rgba(var(--brz-global-color8), 1);
	font-weight: 700 !important;
}

.bilhuse-aabningstider-error,
.bilhuse-aabningstider-empty {
	padding: 15px;
	background: #fff3cd;
	border: 1px solid #ffc107;
	border-radius: 4px;
	color: #856404;
}

.bilhuse-aabningstider-error {
	background: #f8d7da;
	border-color: #f5c6cb;
	color: #721c24;
}

.bilhuse-dagens-dato {
	font-weight: 500;
}

.bilhuse-aabningstider-today-time {
	font-weight: 500;
}

.bilhuse-aabningstider-empty {
	display: inline-block;
	padding: 5px 10px;
	background: #f0f0f0;
	border-radius: 4px;
	color: #666;
	font-size: 0.9em;
}

