/* Popup reserva / agotado + nota WhatsApp (ficha de producto variable) */
.mp-reserva-modal {
	position: fixed;
	inset: 0;
	z-index: 99999;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(28, 25, 23, 0.55);
	padding: 1rem;
	box-sizing: border-box;
}

.mp-reserva-modal__card {
	position: relative;
	background: #fff;
	border-radius: 16px;
	max-width: 420px;
	width: 100%;
	padding: 1.75rem 1.5rem 1.5rem;
	box-shadow: 0 20px 50px rgba(0, 0, 0, 0.25);
	text-align: center;
	font-family: "DM Sans", sans-serif;
	box-sizing: border-box;
}

.mp-reserva-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	background: none;
	border: 0;
	font-size: 1.6rem;
	line-height: 1;
	cursor: pointer;
	color: #57534e;
}

.mp-reserva-modal__title {
	margin: 0 0 0.5rem;
	font-family: "Fraunces", Georgia, serif;
	font-size: 1.35rem;
	font-weight: 900;
	color: #1c1917;
}

.mp-reserva-modal__text {
	margin: 0 0 1rem;
	color: #57534e;
	font-size: 0.95rem;
	line-height: 1.55;
}

.mp-reserva-modal__actions {
	display: flex;
	flex-direction: column;
	gap: 0.6rem;
}

.mp-reserva-modal__wa {
	display: block;
	background: #25d366;
	color: #fff;
	font-weight: 700;
	text-decoration: none;
	padding: 0.8rem 1rem;
	border-radius: 10px;
}

.mp-reserva-modal__wa:hover {
	color: #fff;
	opacity: 0.92;
}

.mp-reserva-modal__ok {
	background: #f4f4f5;
	border: 0;
	border-radius: 10px;
	padding: 0.7rem 1rem;
	cursor: pointer;
	font-weight: 600;
	color: #44403c;
}

.mp-reserva-out-note {
	margin-top: 0.6rem;
	font-size: 0.85rem;
	color: #b45309;
	background: #fffbeb;
	border: 1px solid #fde68a;
	border-radius: 8px;
	padding: 0.55rem 0.7rem;
}

.mp-reserva-out-note a {
	color: #15803d;
	font-weight: 700;
	text-decoration: none;
}
