.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;
}


/* Rifiniture solo per telefoni piccoli */
@media (max-width: 379px) {
  .eshb-booking-form .cost-calculator-wrapper .total-cost-label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
    line-height: 1.1;
  }

  .eshb-booking-form .cost-calculator-wrapper .total-cost-label .eshb-booking-value,
  .eshb-booking-form .cost-calculator-wrapper #eshb-booking-total-price {
    display: block;
    max-width: 100%;
    line-height: 1;
    word-break: break-word;
  }

  .eshb-booking-form .bdf-tourist-tax-note {
    display: block;
    width: 100%;
    margin-top: 2px;
    font-size: 11px;
    line-height: 1.25;
    white-space: normal;
  }

  .eshb-booking-form .bdf-ehb-rate-options {
    flex-direction: column;
    gap: 8px;
  }

  .eshb-booking-form .bdf-ehb-rate-options label {
    width: 100%;
  }
}
