/* =========================================================
   ESPOT · Booking UI tweaks
   ========================================================= */

/* Badge fin de semana (más pequeño) */
.rz-weekend-badge{
  margin: 0 0 10px;
  padding: 10px 12px;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1.25;
}

.rz-weekend-badge__label,
.rz-weekend-badge__value,
.rz-weekend-badge__unit{
  font-size: 12px;
  line-height: 1.25;
}

.rz-weekend-badge__label{ font-weight: 600; margin-right: 6px; }
.rz-weekend-badge__value{ font-weight: 800; margin-right: 6px; }
.rz-weekend-badge__unit{ opacity: .85; }

/* Min/Max line */
.rz-min-hours-note{
  margin-top: 6px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  color: #111;
  opacity: .92;
}

/* Ocultar alerta amarilla */
.rz-duration-alert{
  display: none !important;
}

/* Nota “resto se paga…” debajo del resumen */
.rz-local-pay-note{
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.35;
  font-weight: 600;
  color: #0f1720;
  opacity: .92;
}

/* Responsive */
@media (max-width: 768px){
  .rz-weekend-badge,
  .rz-weekend-badge__label,
  .rz-weekend-badge__value,
  .rz-weekend-badge__unit{
    font-size: 11.5px;
  }

  .rz-min-hours-note,
  .rz-local-pay-note{
    font-size: 12.5px;
  }
}