.wcpr-reserve-btn {
	cursor: pointer;
}

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

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

.wcpr-modal {
	background: #fff;
	max-width: 440px;
	width: 100%;
	max-height: 90vh;
	overflow-y: auto;
	border-radius: 8px;
	padding: 28px;
	position: relative;
	box-shadow: 0 10px 40px rgba(0, 0, 0, 0.25);
}

.wcpr-modal h2 {
	margin-top: 0;
	margin-bottom: 18px;
	font-size: 1.3em;
}

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

.wcpr-close:hover {
	color: #000;
}

.wcpr-field {
	margin-bottom: 16px;
}

.wcpr-field label,
.wcpr-field legend {
	display: block;
	font-weight: 600;
	margin-bottom: 6px;
}

.wcpr-field .req {
	color: #d63638;
}

.wcpr-field input[type="text"],
.wcpr-field input[type="tel"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-sizing: border-box;
	font-size: 15px;
}

.wcpr-gift-field {
	border: 1px solid #e2e2e2;
	border-radius: 6px;
	padding: 12px 14px;
}

.wcpr-gift-option {
	display: flex;
	align-items: center;
	gap: 8px;
	font-weight: normal;
	margin-bottom: 6px;
	cursor: pointer;
}

.wcpr-gift-option input {
	margin: 0;
}

.wcpr-message {
	min-height: 20px;
	font-size: 14px;
}

.wcpr-message.wcpr-success {
	color: #2a7a2a;
}

.wcpr-message.wcpr-error {
	color: #d63638;
}

.wcpr-submit-btn {
	width: 100%;
	text-align: center;
}

.wcpr-submit-btn[disabled] {
	opacity: 0.6;
	cursor: not-allowed;
}
