.elementor-9124 .elementor-element.elementor-element-111889e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for shortcode, class: .elementor-element-7a568b4 *//* Texto general */
.mphb-checkout-section,
.mphb-checkout-section * {
  color: #000 !important;
  font-family: 'Montserrat', sans-serif;
}

/* Título secciones */
.mphb-checkout-section h3,
.mphb-checkout-section h4,
.mphb-checkout-section h5 {
  font-weight: bold;
  margin-bottom: 10px;
}

/* Tipo de habitación - forzar a que se vea */
.mphb-room-type-title {
  color: #000 !important;
}

/* Input y selects */
.mphb-checkout-section input[type="text"],
.mphb-checkout-section input[type="email"],
.mphb-checkout-section input[type="tel"],
.mphb-checkout-section select {
  width: 100%;
  padding: 10px;
  margin-bottom: 15px;
  border-radius: 5px;
  border: 1px solid #ccc;
}

/* Botón de reserva */
.mphb-checkout-section input[type="submit"] {
  background-color: #FFC107;
  color: black;
  font-weight: bold;
  padding: 12px 24px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease;
}

.mphb-checkout-section input[type="submit"]:hover {
  background-color: #e0a800;
}

/* Sección del desglose de precios */
.mphb-price-breakdown-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

.mphb-price-breakdown-table th,
.mphb-price-breakdown-table td {
  padding: 10px;
  border: 1px solid #ddd;
  font-size: 14px;
}

/* Total en negrita y más grande */
.mphb-price-breakdown-table tfoot td {
  font-weight: bold;
  font-size: 16px;
}

/* Espaciado entre secciones */
.mphb-checkout-section {
  margin-bottom: 30px;
}

/* Acomodar el campo de nombre invitado */
.mphb-guest-name {
  display: block;
  margin-top: 10px;
  font-size: 14px;
}/* End custom CSS */