/**
 * Precio con reserva — ReservaRural.
 *
 * Deliberadamente sobrio: hereda color y tipografía del tema Listeo y solo
 * ajusta tamaño y separación, para que no desentone en las tarjetas.
 */

.rr-deposit-note {
	display: block;
	line-height: 1.4;
}

/* --- Tarjetas de listado --- */

.rr-deposit-note--card {
	margin-top: 4px;
	font-size: 13px;
	opacity: 0.85;
}

.rr-deposit-note--card .rr-deposit-total,
.rr-deposit-note--card .rr-deposit-now {
	display: block;
	white-space: nowrap;
}

.rr-deposit-note--card .rr-deposit-total {
	font-weight: 600;
}

.rr-deposit-note--card .rr-deposit-now {
	font-size: 12px;
	opacity: 0.8;
}

/* La tarjeta compacta tiene mucho menos sitio. */
.rr-deposit-note--compact {
	margin-top: 2px;
	font-size: 12px;
}

.rr-deposit-note--compact .rr-deposit-now {
	font-size: 11px;
}

/* --- Widget de reserva de la ficha --- */

.rr-deposit-note--widget {
	margin: 15px 0;
	padding: 14px 16px;
	border: 1px solid rgba(0, 0, 0, 0.09);
	border-radius: 6px;
	background: rgba(0, 0, 0, 0.02);
	font-size: 14px;
}

.rr-deposit-note--widget .rr-deposit-line {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	gap: 12px;
	margin: 0 0 6px;
}

.rr-deposit-note--widget .rr-deposit-line:last-of-type {
	margin-bottom: 0;
}

.rr-deposit-note--widget .rr-deposit-line--now strong {
	font-size: 16px;
}

.rr-deposit-note--widget .rr-deposit-rest {
	margin: 10px 0 0;
	padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.07);
	font-size: 13px;
	opacity: 0.8;
}

/* --- Modal de reserva de Booking Plus --- */

/* La hoja del modal de LBP pinta párrafos grandes; se fuerza el tamaño para
   que la nota no compita con las filas del resumen. */
.lbp-sidebar .lbp-summary p.rr-modal-note,
.lbp-summary p.rr-modal-note {
	margin: 10px 0 0;
	font-size: 12px;
	line-height: 1.45;
	opacity: 0.7;
}

.lbp-summary .rr-modal-total .lbp-summary-value {
	font-weight: 600;
}
