.noreka-seat-choice {
	grid-column: 1 / -1;
	min-width: 0;
	margin: 2px 0 4px;
	border: 0;
	border-top: 1px solid #d9cbbb;
	padding: 24px 0 0;
}
.noreka-seat-choice legend { padding: 0; color: #211d19; font-size: 15px; font-weight: 800; }
.noreka-seat-choice legend small { margin-left: 8px; color: #98502f; font-size: 11px; }
.noreka-seat-choice__lead { margin: 7px 0 12px; color: #6a6158; font-size: 12px; }
.noreka-seat-choice__status { min-height: 20px; margin: 0 0 12px; color: #625a51; font-size: 12px; }
.noreka-seat-choice.has-error .noreka-seat-choice__status { color: #8e342d; }
.noreka-seat-choice__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.noreka-seat-option { position: relative; display: grid; min-width: 0; overflow: hidden; border: 1px solid #cdbda9; border-radius: 7px; background: #fffdfa; cursor: pointer; transition: border-color .15s, box-shadow .15s, transform .15s; }
.noreka-seat-option:hover { transform: translateY(-1px); border-color: #98502f; }
.noreka-seat-option:has(input:checked) { border-color: #98502f; box-shadow: 0 0 0 2px rgba(152, 80, 47, .16); }
.noreka-seat-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.noreka-seat-option:has(input:focus-visible) { outline: 3px solid #c79049; outline-offset: 2px; }
.noreka-seat-option__visual { display: grid; aspect-ratio: 3 / 2; place-items: center; overflow: hidden; background: #e8e0d6; color: #766a5e; }
.noreka-seat-option__visual img { width: 100%; height: 100%; object-fit: cover; }
.noreka-seat-option__placeholder { padding: 14px; text-align: center; font-size: 12px; font-weight: 800; }
.noreka-reservation-grid label.noreka-seat-option > .noreka-seat-option__body { display: grid !important; gap: 5px; padding: 13px 38px 14px 14px; }
.noreka-seat-option__body strong { font-size: 14px; }
.noreka-seat-option__body span { color: #6a6158; font-size: 11px; line-height: 1.5; }
.noreka-seat-option__check { position: absolute; right: 12px; bottom: 14px; display: grid; width: 22px; height: 22px; place-items: center; border: 1px solid #cdbda9; border-radius: 50%; background: #fff; color: transparent; font-size: 13px; font-weight: 900; }
.noreka-seat-option input:checked ~ .noreka-seat-option__check { border-color: #98502f; background: #98502f; color: #fff; }
.noreka-seat-choice.is-loading .noreka-seat-choice__grid { opacity: .55; pointer-events: none; }
@media (max-width: 900px) { .noreka-seat-choice__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) {
	.noreka-seat-choice__grid { grid-template-columns: 1fr; }
	.noreka-seat-option { grid-template-columns: 118px minmax(0, 1fr); }
	.noreka-seat-option__visual { aspect-ratio: 1 / 1; }
	.noreka-reservation-grid label.noreka-seat-option > .noreka-seat-option__body {
		grid-template-columns: minmax(0, 1fr);
		grid-auto-flow: row;
		align-content: center;
		justify-items: start;
	}
	.noreka-reservation-grid label.noreka-seat-option > .noreka-seat-option__body > strong,
	.noreka-reservation-grid label.noreka-seat-option > .noreka-seat-option__body > span { display: block !important; grid-column: 1; width: 100%; }
	.noreka-seat-option__check { top: 50%; bottom: auto; transform: translateY(-50%); }
}
