.elementor-element-aeb8993{
	margin-bottom: 0 !important;
}
.wcwr-reserve-panel {
	  margin: 0 0 18px 0;
}

.wcwr-reserve-panel .wcwr-open-modal {
	min-height: 46px;
	padding-left: 24px;
	padding-right: 24px;
}
.wcwr-open-modal{
   width: 100%;
   background: #fff !important;
   min-height: 42px !important;
   border: 1px solid black !important;
   border-radius: 3px;
   flex-direction: column;
   gap: 0px !important;
   padding-top: 7px;
}

.wcwr-open-modal:hover {
    background-color: #F7B934 !important;
    color: #fff !important;
}

.wcwr-open-modal:active {
    background-color: #fff !important;
    color: #000 !important;
}

@media (min-width: 1025px){
	#wcwr-reservation-button{
		margin: 0px 540px 0px 0px;
	} 
}
#wcwr-reservation-button{
	padding: 0px 0px 0px 0px;
}


.wcwr-reserve-note {
	margin: 8px 0 0;
	text-align: center; 
	font-size: 0.75em;
}

.wcwr-reserved-notice,
.wcwr-loop-reserved {
	display: inline-flex;
	align-items: center;
	min-height: 40px;
	padding: 0 18px;
	background: #202124;
	color: #fff;
	font-weight: 700;
}
.wcwr-reserved-notice{
	width: 100%;
	justify-content: center;
}

body.wcwr-modal-open {
	overflow: hidden;
}

.wcwr-modal {
	display: none;
	position: fixed;
	inset: 0;
	z-index: 99999;
}

.wcwr-modal.is-open {
	display: block;
}

.wcwr-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(16, 18, 20, 0.68);
}

.wcwr-modal__dialog {
	position: relative;
	width: min(720px, calc(100vw - 32px));
	max-height: calc(100vh - 48px);
	margin: 24px auto;
	overflow: auto;
	background: #fff;
	color: #1d1d1f;
	padding: 28px;
	box-shadow: 0 24px 80px rgba(0, 0, 0, 0.28);
}

.wcwr-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 38px;
	height: 38px;
	border: 0;
	background: #f1f2f4;
	color: #1d1d1f;
	font-size: 26px;
	line-height: 1;
	cursor: pointer;
}

.wcwr-modal__product {
	display: grid;
	grid-template-columns: 120px 1fr;
	gap: 20px;
	align-items: center;
	margin-bottom: 24px;
	padding-right: 34px;
}

.wcwr-modal__image img {
	display: block;
	width: 120px;
	height: 120px;
	object-fit: cover;
}

.wcwr-modal h2 {
	margin: 0 0 6px;
	font-size: 28px;
	line-height: 1.2;
	letter-spacing: 0;
}

.wcwr-modal__watch-title,
.wcwr-modal__deposit,
.wcwr-modal__terms {
	margin: 0 0 8px;
}

.wcwr-form__grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 14px;
}

.wcwr-form label span,
.wcwr-choice legend {
	display: block;
	margin-bottom: 6px;
	font-weight: 700;
}

.wcwr-form input[type="text"],
.wcwr-form input[type="email"],
.wcwr-form input[type="tel"] {
	width: 100%;
	min-height: 44px;
	padding: 9px 12px;
	border: 1px solid #c9cdd2;
	background: #fff;
	color: #1d1d1f;
}

.wcwr-choice {
	margin: 18px 0 0;
	padding: 0;
	border: 0;
}

.wcwr-choice label {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin-right: 18px;
	font-weight: 400;
}

.wcwr-modal__terms {
	margin-top: 18px;
	font-size: 14px;
	color: #555b62;
}

.wcwr-form__error {
	display: none;
	margin: 14px 0;
	padding: 10px 12px;
	background: #fff3f2;
	color: #a02319;
	border-left: 4px solid #d93025;
}

.wcwr-form__error.is-visible {
	display: block;
}

.wcwr-submit {
	width: 100%;
	min-height: 48px;
	margin-top: 14px;
}

@media (max-width: 640px) {
	.wcwr-modal__dialog {
		width: calc(100vw - 20px);
		max-height: calc(100vh - 20px);
		margin: 10px auto;
		padding: 22px;
	}

	.wcwr-modal__product,
	.wcwr-form__grid {
		grid-template-columns: 1fr;
	}

	.wcwr-modal__product {
		padding-right: 34px;
	}

	.wcwr-modal h2 {
		font-size: 24px;
	}
}
