.liverlebnis-reservation {
	color: var(--wp--preset--color--core-dark, #303030);
	margin-inline: auto;
	max-width: 1200px;
}

.liverlebnis-reservation *,
.liverlebnis-reservation *::before,
.liverlebnis-reservation *::after {
	box-sizing: border-box;
}

.liverlebnis-reservation__notice {
	border-radius: 8px;
	font-weight: 700;
	margin-bottom: 1rem;
	padding: 1rem;
}

.liverlebnis-reservation__notice--success {
	background: #e7f7ee;
	color: #155d35;
}

.liverlebnis-reservation__notice--error {
	background: #fff1f5;
	color: #8a004f;
}

.liverlebnis-reservation__form {
	display: grid;
	gap: clamp(1rem, 3vw, 2rem);
}

.liverlebnis-reservation__trap {
	height: 1px;
	left: -10000px;
	overflow: hidden;
	position: absolute;
	top: auto;
	width: 1px;
}

.liverlebnis-reservation__fields {
	display: grid;
	gap: 1rem;
	grid-template-columns: repeat(4, minmax(0, 1fr));
}

.liverlebnis-reservation label span {
	display: block;
	font-weight: 800;
	margin-bottom: 0.35rem;
}

.liverlebnis-reservation input,
.liverlebnis-reservation select,
.liverlebnis-reservation textarea {
	background: #fff;
	border: 1px solid rgb(48 48 48 / 25%);
	border-radius: 8px;
	color: inherit;
	font: inherit;
	min-height: 48px;
	padding: 0.8rem;
	width: 100%;
}

.liverlebnis-reservation textarea {
	min-height: 120px;
	resize: vertical;
}

.liverlebnis-reservation__table-area {
	background: var(--wp--preset--color--core-muted, #f4f4f4);
	border-radius: 8px;
	padding: clamp(1rem, 3vw, 2rem);
}

.liverlebnis-reservation__table-area h3 {
	margin-top: 0;
}

.liverlebnis-reservation__hint {
	color: var(--wp--preset--color--core-dark-soft, #3b3b3b);
	font-size: 0.95rem;
}

.liverlebnis-reservation__map {
	background:
		linear-gradient(90deg, rgb(48 48 48 / 5%) 1px, transparent 1px),
		linear-gradient(rgb(48 48 48 / 5%) 1px, transparent 1px),
		#fff;
	background-size: 30px 30px;
	border: 1px solid rgb(48 48 48 / 14%);
	border-radius: 8px;
	min-height: 520px;
	position: relative;
}

.liverlebnis-reservation__room {
	align-items: center;
	background: #fff8e1;
	border: 2px solid rgb(153 107 0 / 60%);
	color: #303030;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.2;
	opacity: 0.78;
	padding: 0.75rem;
	position: absolute;
	text-align: center;
	z-index: 1;
}

.liverlebnis-reservation__room--rounded {
	border-radius: 24px;
}

.liverlebnis-reservation__room--oval,
.liverlebnis-reservation__room--circle {
	border-radius: 999px;
}

.liverlebnis-reservation__room--diamond {
	clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
}

.liverlebnis-reservation__room-name {
	font-weight: 900;
}

.liverlebnis-reservation__room-size {
	font-size: 0.85rem;
	margin-top: 0.2rem;
}

.liverlebnis-reservation__table {
	align-items: center;
	background: #fff;
	border: 2px solid #303030;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgb(0 0 0 / 9%);
	color: #303030;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	font: inherit;
	justify-content: center;
	line-height: 1.2;
	overflow: visible;
	padding: 0.45rem;
	position: absolute;
	text-align: center;
	transform-origin: center center;
	transition: border-color 160ms ease, box-shadow 160ms ease, opacity 160ms ease;
	z-index: 5;
}

.liverlebnis-reservation__table:hover,
.liverlebnis-reservation__table:focus-visible {
	border-color: var(--wp--preset--color--core-accent-dark, #cc007a);
	box-shadow: 0 0 0 4px rgb(204 0 122 / 18%);
	outline: none;
}

.liverlebnis-reservation__table.is-selected {
	background: var(--wp--preset--color--core-accent-dark, #cc007a);
	border-color: var(--wp--preset--color--core-accent-dark, #cc007a);
	color: #fff;
}

.liverlebnis-reservation__table.is-unavailable {
	cursor: not-allowed;
	opacity: 0.35;
}

.liverlebnis-reservation__table.is-booked::after,
.liverlebnis-reservation__table.is-too-small::after {
	background: #303030;
	border-radius: 999px;
	color: #fff;
	content: "belegt";
	font-size: 0.72rem;
	font-weight: 900;
	left: 50%;
	padding: 0.18rem 0.45rem;
	position: absolute;
	top: -0.8rem;
	transform: translateX(-50%);
	white-space: nowrap;
	z-index: 8;
}

.liverlebnis-reservation__table.is-too-small::after {
	content: "zu klein";
}

.liverlebnis-reservation__table--standing {
	border-radius: 999px;
}

.liverlebnis-reservation__table--beer_bench {
	border-style: dashed;
}

.liverlebnis-reservation__table--lounge {
	border-radius: 18px;
}

.liverlebnis-reservation__table-name {
	font-weight: 900;
	position: relative;
	z-index: 2;
}

.liverlebnis-reservation__table-meta {
	font-size: 0.82rem;
	margin-top: 0.2rem;
	position: relative;
	z-index: 2;
}

.ltr-seat-markers {
	align-items: center;
	display: flex;
	gap: 3px;
	inset: auto 6px 5px;
	justify-content: center;
	pointer-events: none;
	position: absolute;
	z-index: 1;
}

.ltr-seat-marker {
	background: currentColor;
	display: block;
}

.ltr-seat-marker--chairs {
	border-radius: 999px;
	height: 7px;
	width: 7px;
}

.ltr-seat-marker--benches {
	border-radius: 999px;
	height: 5px;
	width: 18px;
}

.ltr-seat-marker--lounge {
	border-radius: 999px;
	height: 9px;
	width: 9px;
}

.ltr-seat-marker--none {
	border: 1px solid currentColor;
	border-radius: 999px;
	height: 18px;
	position: absolute;
	right: 6px;
	top: 6px;
	width: 18px;
	z-index: 1;
}

.ltr-seat-marker--none::before,
.ltr-seat-marker--none::after {
	background: currentColor;
	content: "";
	height: 1px;
	left: 4px;
	position: absolute;
	top: 7px;
	width: 8px;
}

.ltr-seat-marker--none::before {
	transform: rotate(45deg);
}

.ltr-seat-marker--none::after {
	transform: rotate(-45deg);
}

.liverlebnis-reservation__message {
	display: block;
}

.liverlebnis-reservation__submit {
	margin: 0;
}

.liverlebnis-reservation__submit button {
	background: var(--wp--preset--color--core-accent-dark, #cc007a);
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-weight: 900;
	padding: 0.95rem 1.4rem;
}

.liverlebnis-reservation__submit button:hover,
.liverlebnis-reservation__submit button:focus-visible {
	background: var(--wp--preset--color--core-dark, #303030);
	outline: 3px solid var(--wp--preset--color--core-warning, #ffcc00);
	outline-offset: 3px;
}

@media (max-width: 760px) {
	.liverlebnis-reservation__fields {
		grid-template-columns: 1fr;
	}

	.liverlebnis-reservation__map {
		min-height: 620px;
	}

	.liverlebnis-reservation__table {
		font-size: 0.78rem;
	}
}
