.elementor-120 .elementor-element.elementor-element-475d2354{--display:flex;--min-height:85vh;--justify-content:center;}/* Start custom CSS for shortcode, class: .elementor-element-141c1c08 *//* === STILE FORM CHECKOUT === */
.mphb_sc_checkout-wrapper,
.mphb_sc_checkout-wrapper input,
.mphb_sc_checkout-wrapper select,
.mphb_sc_checkout-wrapper textarea {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #2A2B63; /* VR6 */
}

.mphb-checkout-section h3,
.mphb-checkout-section h4,
.mphb-gateway-chooser-title {
  font-family: 'Bodoni Moda', serif;
  font-size: 22px;
  color: #2A2B63;
  margin-top: 20px;
  margin-bottom: 10px;
}

.mphb_sc_checkout-wrapper label {
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
  color: #2A2B63;
}

.mphb_sc_checkout-wrapper input[type="text"],
.mphb_sc_checkout-wrapper input[type="email"],
.mphb_sc_checkout-wrapper input[type="tel"],
.mphb_sc_checkout-wrapper select,
.mphb_sc_checkout-wrapper textarea {
  width: 100%;
  max-width: 400px;
  border: 1px solid #CCE5E9; /* VR2 */
  background-color: #f8f9fa;
  padding: 10px;
  border-radius: 6px;
  margin-bottom: 20px;
  transition: border 0.3s ease;
}

.mphb_sc_checkout-wrapper input:focus,
.mphb_sc_checkout-wrapper select:focus,
.mphb_sc_checkout-wrapper textarea:focus {
  outline: none;
  border-color: #54B1D2; /* VR3 */
}

.mphb_sc_checkout-submit-wrapper input[type="submit"],
.mphb-apply-coupon-code-button,
.mphb-book-button {
  background-color: #54B1D2; /* VR3 */
  color: white;
  border: none;
  padding: 12px 25px;
  font-weight: bold;
  border-radius: 6px;
  transition: background-color 0.3s ease;
}

.mphb_sc_checkout-submit-wrapper input[type="submit"]:hover,
.mphb-apply-coupon-code-button:hover,
.mphb-book-button:hover {
  background-color: #2A2B63; /* VR6 */
}

.mphb-checkout-section p {
  margin-bottom: 12px;
}

.mphb-customer-details label,
.mphb-guest-name-wrapper label,
.mphb-adults-chooser label,
.mphb-customer-phone label,
.mphb-customer-country label {
  margin-bottom: 3px;
}

.mphb-price-breakdown {
  width: 100%;
  border-collapse: collapse;
  margin-top: 15px;
  margin-bottom: 25px;
}

.mphb-price-breakdown td,
.mphb-price-breakdown th {
  border-bottom: 1px solid #eee;
  padding: 10px 0;
  color: #2A2B63;
}

.mphb-price-breakdown-total {
  font-weight: bold;
  color: #2A2B63;
}

@media (max-width: 768px) {
  .mphb_sc_checkout-wrapper input,
  .mphb_sc_checkout-wrapper select,
  .mphb_sc_checkout-wrapper textarea {
    max-width: 100%;
  }

  .mphb_sc_checkout-submit-wrapper input[type="submit"] {
    width: 100%;
    text-align: center;
  }
}

/* === MESSAGGI DI ERRORE E AVVISI === */
.mphb-required-fields-tip,
.mphb-coupon-message,
.mphb-errors-wrapper,
.mphb-data-incorrect,
.mphb-sc-error {
  font-size: 13px;
  color: #C0392B;
  background-color: #fdecea;
  padding: 10px 15px;
  border-left: 4px solid #e74c3c;
  border-radius: 4px;
  margin-bottom: 20px;
}/* End custom CSS */