.ircca-reservas-wrap {
	max-width: 460px;
	margin: 0 auto;
	font-family: inherit;
}
.ircca-tabs {
	display: flex;
	margin-bottom: 18px;
	border-bottom: 2px solid #e2e2e2;
}
.ircca-tab-btn {
	flex: 1;
	background: none;
	border: none;
	padding: 10px 6px;
	font-size: 15px;
	cursor: pointer;
	color: #666;
	border-bottom: 2px solid transparent;
	margin-bottom: -2px;
}
.ircca-tab-btn.is-active {
	color: #1e6091;
	border-bottom-color: #1e6091;
	font-weight: 600;
}
.ircca-tab-panel { display: none; }
.ircca-tab-panel.is-active { display: block; }

.ircca-field { margin-bottom: 14px; }
.ircca-field label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
	font-size: 14px;
}
.ircca-field input,
.ircca-field select {
	width: 100%;
	padding: 9px 10px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 15px;
	box-sizing: border-box;
}
.ircca-field .description {
	font-size: 12px;
	color: #777;
	margin: 4px 0 0;
}
.ircca-btn {
	background: #1e6091;
	color: #fff;
	border: none;
	padding: 11px 20px;
	border-radius: 6px;
	font-size: 15px;
	cursor: pointer;
	width: 100%;
}
.ircca-btn:hover { background: #164a70; }
.ircca-btn:disabled { opacity: .6; cursor: default; }
.ircca-btn-whatsapp {
	display: block;
	text-align: center;
	text-decoration: none;
	margin-top: 10px;
	background: #25d366;
}
.ircca-btn-whatsapp:hover { background: #1eb958; }
.ircca-whatsapp-aviso {
	margin-top: 14px;
	font-size: 13px;
	color: #555;
	text-align: center;
}
.ircca-whatsapp-aviso a {
	color: #1e6091;
	font-weight: 600;
}

.ircca-mensaje {
	margin-top: 12px;
	padding: 10px 12px;
	border-radius: 6px;
	font-size: 14px;
	display: none;
}
.ircca-mensaje.is-visible { display: block; }
.ircca-mensaje.exito { background: #e6f4ea; color: #1e4620; }
.ircca-mensaje.error { background: #fdecea; color: #611a15; }
.ircca-aviso {
	background: #fff4e5;
	color: #663c00;
	padding: 12px 14px;
	border-radius: 6px;
}

/* Cartelera pública de stock (shortcode ircca_stock) */
.ircca-stock-wrap {
	max-width: 640px;
	margin: 0 auto;
}
.ircca-stock-dia { margin-bottom: 22px; }
.ircca-stock-titulo {
	text-align: center;
	color: #1e6091;
	margin: 0 0 20px;
	font-size: 22px;
}
.ircca-stock-subtitulo {
	color: #1e6091;
	font-size: 17px;
	margin: 0 0 14px;
}
.ircca-stock-reserva {
	margin-top: 28px;
	padding-top: 20px;
	border-top: 2px solid #e2e2e2;
}
.ircca-stock-fecha {
	margin: 0 0 10px;
	font-size: 16px;
	color: #1e6091;
	text-transform: capitalize;
	border-bottom: 2px solid #e2e2e2;
	padding-bottom: 6px;
}
.ircca-stock-grid {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}
.ircca-stock-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	min-width: 110px;
	padding: 14px 16px;
	background: #f5f8fa;
	border: 1px solid #e2e8ee;
	border-radius: 10px;
	text-align: center;
}
.ircca-stock-variedad {
	font-weight: 700;
	color: #1e6091;
	font-size: 14px;
	margin-bottom: 4px;
}
.ircca-stock-cantidad {
	font-size: 26px;
	font-weight: 800;
	color: #1e4620;
	line-height: 1;
}
.ircca-stock-etiqueta {
	font-size: 12px;
	color: #666;
	margin-top: 2px;
}
.ircca-stock-vacio {
	background: #fff4e5;
	color: #663c00;
	padding: 12px 14px;
	border-radius: 6px;
	text-align: center;
}
