.ht-standort {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	gap: 0.6rem;
	margin-bottom: 0.75rem;
}

.ht-open,
.ht-closed {
	border-radius: 999px;
	display: inline-block;
	height: 0.8rem;
	width: 0.8rem;
}

.ht-open {
	background: #2ea66a;
	box-shadow: 0 0 0 0.2rem rgba(46, 166, 106, 0.15);
}

.ht-closed {
	background: #8c95a3;
	box-shadow: 0 0 0 0.2rem rgba(140, 149, 163, 0.15);
}

.ht-status {
	color: #1b1f24;
	font-size: 0.98rem;
	font-weight: 700;
}

.ht-zeiten {
	color: #5c6674;
	font-size: 0.95rem;
	font-weight: 600;
}

.ht-ausnahme-hinweis {
	color: #6a707b;
	display: block;
	flex-basis: 100%;
	font-size: 0.92rem;
	line-height: 1.5;
}

.ht-oeffnungszeiten {
	background: rgba(255, 255, 255, 0.82);
	border: 1px solid rgba(23, 23, 23, 0.08);
	border-radius: 1rem;
	padding: 1rem 1.1rem;
}

.ht-oeffnungszeiten__grid,
.clearfix {
	display: grid;
	gap: 0.85rem;
	grid-template-columns: minmax(120px, 180px) minmax(0, 1fr);
}

.ht-md-ozt-l,
.ht-md-ozt-r {
	color: #1b1f24;
	font-size: 0.95rem;
	line-height: 1.75;
}

.ht-md-ozt-l {
	font-weight: 700;
}

.ht-md-ozt-r {
	color: #5c6674;
}

.ht-oh-modal {
	inset: 0;
	position: fixed;
	z-index: 99999;
}

.ht-oh-modal__backdrop {
	background: rgba(19, 24, 33, 0.6);
	inset: 0;
	position: absolute;
}

.ht-oh-modal__dialog {
	background: #fff;
	border-radius: 1rem;
	box-shadow: 0 25px 80px rgba(0, 0, 0, 0.25);
	left: 50%;
	max-width: 32rem;
	padding: 1.5rem;
	position: relative;
	top: 50%;
	transform: translate(-50%, -50%);
	width: calc(100% - 2rem);
	z-index: 1;
}

.ht-oh-modal__dialog h3 {
	border: 0;
	font-size: 1.35rem;
	margin: 0 0 1rem;
	padding: 0;
}

.ht-oh-modal__close {
	background: transparent;
	border: 0;
	color: #5c6674;
	cursor: pointer;
	font-size: 1.8rem;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: 1rem;
	top: 0.85rem;
}

.ht-oh-modal__item + .ht-oh-modal__item {
	border-top: 1px solid rgba(23, 23, 23, 0.08);
	margin-top: 0.9rem;
	padding-top: 0.9rem;
}

.ht-oh-modal__times {
	color: #5c6674;
	font-size: 0.92rem;
	font-weight: 600;
	margin-top: 0.25rem;
}

.ht-oh-modal__actions {
	display: flex;
	justify-content: flex-end;
	margin-top: 1.25rem;
}

.ht-oh-modal__button {
	background: #1f2530;
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font-size: 0.92rem;
	font-weight: 700;
	padding: 0.7rem 1.2rem;
}

@media (max-width: 640px) {
	.ht-oeffnungszeiten__grid,
	.clearfix {
		grid-template-columns: 1fr;
	}
}
