.bdf-ehb-rate-options {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 8px;
}

.bdf-ehb-rate-options label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
}

.bdf-ehb-rate-plan-note,
.bdf-tourist-tax-note {
  margin-top: 8px;
  font-size: 12px;
  line-height: 1.45;
  color: #666;
}

.bdf-tourist-tax-note {
  font-weight: 600;
  text-transform: uppercase;
}

.bdf-ehb-extra-beds-injected .de-number input,
.bdf-ehb-rate-plan input[type="radio"] {
  cursor: pointer;
}

.eshb-booking-form .de-number .d-plus.bdf-ehb-disabled {
  opacity: 0.45;
  pointer-events: none;
}

/* Nasconde eventuali badge di risparmio/saldo nel carrello e mini-carrello */
.woocommerce-cart .onsale,
.widget_shopping_cart .onsale,
.woocommerce-mini-cart .onsale,
.elementor-menu-cart__product .onsale,
.elementor-menu-cart__product-badge,
.xoo-wsc-product .onsale,
.xoo-wsc-product .save,
.xoo-wsc-product .saving,
.xoo-wsc-product .sale,
body .cart-drawer .onsale {
  display: none !important;
}
