.rnwc-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 100000;
}

.rnwc-modal-overlay[hidden] {
	display: none;
}

.rnwc-modal {
	background: #fff;
	border-radius: 6px;
	padding: 32px;
	width: 90%;
	max-width: 420px;
	position: relative;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
}

.rnwc-modal-close {
	position: absolute;
	top: 10px;
	right: 14px;
	background: none;
	border: none;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
	color: #555;
}

.rnwc-modal h3 {
	margin: 0 0 6px;
}

.rnwc-modal-sub {
	margin: 0 0 20px;
	color: #666;
	font-size: 14px;
}

.rnwc-modal-selection {
	margin: -10px 0 20px;
	padding: 8px 12px;
	background: #f5f5f5;
	border-radius: 4px;
	font-size: 13px;
	font-weight: 600;
	color: #333;
}

.rnwc-reserve-button.rnwc-disabled,
.rnwc-reserve-button[disabled] {
	opacity: 0.5;
	cursor: not-allowed;
}

#rnwc-reserve-form label {
	display: block;
	font-weight: 600;
	margin: 12px 0 4px;
	font-size: 13px;
}

#rnwc-reserve-form input[type="text"],
#rnwc-reserve-form input[type="email"] {
	width: 100%;
	padding: 8px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
}

.rnwc-modal-message {
	margin-top: 12px;
	font-size: 13px;
}

.rnwc-modal-message.rnwc-success {
	color: #2a7f2a;
}

.rnwc-modal-message.rnwc-error {
	color: #c0392b;
}

.rnwc-modal-submit {
	margin-top: 18px;
	width: 100%;
}
