.nrb-rental-fields {
	margin: 0 0 1.2rem;
	padding: 1.2rem;
	background: #F4F2E7;
	border-radius: 18px;
	/* El widget da por hecho que siempre está sobre el fondo claro normal
	   de una página de producto — pero en el home vive dentro de una
	   sección oscura (fondo negro, texto blanco por defecto). Sin un color
	   propio, "Fechas de renta", "Retiro disponible" y el total calculado
	   heredaban blanco sobre este fondo crema — ilegibles. */
	color: #000;
}

.nrb-rental-fields label {
	display: block;
	font-family: "Archivo", sans-serif;
	font-weight: 700;
	margin-bottom: 0.25rem;
}

.nrb-range-hint {
	font-size: 0.85rem;
	color: #555;
	margin: 0 0 0.6rem;
	font-family: "Questrial", sans-serif;
}

.nrb-date-range {
	box-sizing: border-box;
	width: 100%;
	max-width: 340px;
	padding: 0.75rem 1.2rem;
	border-radius: 26px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	font-family: "Questrial", sans-serif;
	/* 16px mínimo: por debajo de esto, Safari/Chrome en iOS hacen zoom
	   automático al enfocar el campo — molesto en móvil. */
	font-size: 16px;
	background: #fff;
	cursor: pointer;
}

/* En columnas angostas (ej. el bloque de producto destacado del home en
   pantallas chicas) dejar que el input use todo el ancho disponible. */
@media (max-width: 480px) {
	.nrb-date-range {
		max-width: 100%;
	}
}

.nrb-total-price {
	margin-top: 0.85rem;
	font-weight: 700;
	font-family: "Archivo", sans-serif;
}

.nrb-error {
	margin-top: 0.6rem;
	color: #c0392b;
	font-size: 0.9rem;
	font-family: "Questrial", sans-serif;
}

.nrb-advance-notice,
.nrb-deposit-notice {
	margin-top: 0.5rem;
	font-size: 0.82rem;
	font-family: "Questrial", sans-serif;
	color: #555;
	line-height: 1.4;
}

.nrb-hour-selects {
	display: flex;
	gap: 0.75rem;
	margin-top: 0.6rem;
	flex-wrap: wrap;
}

.nrb-hour-selects label {
	flex: 1 1 140px;
	margin-bottom: 0;
}

.nrb-hour-selects select {
	box-sizing: border-box;
	width: 100%;
	padding: 0.65rem 1rem;
	border-radius: 26px;
	border: 1px solid rgba(0, 0, 0, 0.3);
	font-family: "Questrial", sans-serif;
	font-weight: 400;
	font-size: 16px;
	background: #fff;
}

.nrb-operator-fields {
	margin-top: 0.85rem;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.nrb-operator-checkbox {
	display: flex !important;
	align-items: center;
	gap: 0.5rem;
	font-weight: 400 !important;
	cursor: pointer;
}

.nrb-operator-checkbox input[type="checkbox"] {
	width: 18px;
	height: 18px;
	flex-shrink: 0;
}

.nrb-operator-required-notice {
	margin: 0;
	font-weight: 700;
	font-family: "Archivo", sans-serif;
	font-size: 0.92rem;
}

.nrb-viaticos-notice,
.nrb-hospedaje-notice {
	margin-top: 0.5rem;
	font-size: 0.85rem;
	font-family: "Questrial", sans-serif;
	line-height: 1.4;
}

.nrb-pickup-info {
	margin: 0.85rem 0 0;
	padding-top: 0.75rem;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	font-size: 0.85rem;
	font-family: "Questrial", sans-serif;
}

.nrb-pickup-location {
	display: block;
	font-weight: 700;
}

.nrb-pickup-ready {
	display: block;
	color: #555;
	margin-top: 0.15rem;
}

/* Ajustes de flatpickr para que combine con la paleta del sitio */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
	background: #000 !important;
	border-color: #000 !important;
}

.flatpickr-day.inRange {
	background: #F4F2E7 !important;
	border-color: #F4F2E7 !important;
	box-shadow: -5px 0 0 #F4F2E7, 5px 0 0 #F4F2E7 !important;
}

.flatpickr-day.flatpickr-disabled {
	text-decoration: line-through;
	color: #ccc !important;
}
