.elementor-954 .elementor-element.elementor-element-e38f230{--display:flex;--padding-top:5%;--padding-bottom:2%;--padding-left:5%;--padding-right:5%;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-954 .elementor-element.elementor-element-e38f230{--padding-top:5%;--padding-bottom:2%;--padding-left:05%;--padding-right:05%;}}@media(max-width:767px){.elementor-954 .elementor-element.elementor-element-e38f230{--gap:5px 5px;--row-gap:5px;--column-gap:5px;--padding-top:5%;--padding-bottom:2%;--padding-left:05%;--padding-right:05%;}}/* Start custom CSS for shortcode, class: .elementor-element-f6db10d *//* ==========================================================================
   Estudios Los Arcos — Checkout [mphb_checkout]
   Pegar en: Elementor → Widget Shortcode → Avanzado → CSS personalizado
   ========================================================================== */

/* ── Variables ──────────────────────────────────────────────────────────── */

.mphb_sc_checkout-wrapper {
  --gold:       #DB8D01;
  --black:      #1C1C1C;
  --black-btn:  #000000;
  --bg:         #FAFAF8;
  --card:       #F5F2ED;
  --border:     #E8E2D9;
  --white:      #FFFFFF;
  --muted:      #A89A86;
  --shadow:     0 2px 12px rgba(28,28,28,0.06);
  --radius:     2px;
  --sidebar:    320px;
  --gap:        36px;
}

/* ── Reset ──────────────────────────────────────────────────────────────── */

.mphb_sc_checkout-wrapper,
.mphb_sc_checkout-wrapper * {
  box-sizing: border-box !important;
  font-family: "Poppins", sans-serif !important;
}

.mphb_sc_checkout-wrapper {
  width: 100% !important;
  max-width: 1100px !important;
  margin: 0 auto !important;
  padding: 56px 24px 80px !important;
  background: var(--bg) !important;
  color: var(--black) !important;
  -webkit-font-smoothing: antialiased !important;
}

/* ── Cabecera — CAMBIO: "Checkout" → "Finaliza tu reserva" ─────────────── */

.mphb_sc_checkout-wrapper::before {
  content: "Finaliza tu reserva" !important;
  display: block !important;
  text-align: center !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 3px !important;
  text-transform: uppercase !important;
  color: var(--gold) !important;
  padding: 22px 0 !important;
  margin-bottom: 48px !important;
  border-top: 1px solid var(--border) !important;
  border-bottom: 1px solid var(--border) !important;
}

/* ── Ocultar "Hola X (no X? Cerrar sesión)" ────────────────────────────── */

.mphb_sc_checkout-wrapper .mphb-user-info,
.mphb_sc_checkout-wrapper .mphb-logged-in-as,
.mphb_sc_checkout-wrapper p.mphb-logged-in-as,
.mphb_sc_checkout-wrapper .woocommerce-form-login-toggle,
.mphb_sc_checkout-wrapper > p:first-of-type {
  display: none !important;
}

/* ── Grid dos columnas ──────────────────────────────────────────────────── */

.mphb_sc_checkout-form {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) var(--sidebar) !important;
  grid-template-rows: auto !important;
  column-gap: var(--gap) !important;
  row-gap: 16px !important;
  align-items: start !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

/* Columna izquierda */
.mphb_sc_checkout-form > .mphb-errors-wrapper {
  grid-column: 1 / -1 !important;
  grid-row: 1 !important;
}

.mphb_sc_checkout-form > #mphb-customer-details {
  grid-column: 1 !important;
  grid-row: 2 / 10 !important;
}

/* Columna derecha */
.mphb_sc_checkout-form > #mphb-booking-details {
  grid-column: 2 !important;
  grid-row: 2 !important;
}

.mphb_sc_checkout-form > #mphb-price-details,
.mphb_sc_checkout-form > .mphb-room-price-breakdown-wrapper {
  grid-column: 2 !important;
  grid-row: 3 !important;
}

.mphb_sc_checkout-form > .mphb-total-price {
  grid-column: 2 !important;
  grid-row: 4 !important;
}

.mphb_sc_checkout-form > .mphb-checkout-terms-wrapper {
  grid-column: 2 !important;
  grid-row: 5 !important;
}

.mphb_sc_checkout-form > .mphb_sc_checkout-submit-wrapper {
  grid-column: 2 !important;
  grid-row: 6 !important;
}

/* ── Sticky ─────────────────────────────────────────────────────────────── */

@media (min-width: 901px) {
    .mphb_sc_checkout-form > #mphb-booking-details {
        position: static !important;
        top: auto !important;
        align-self: start !important;
        z-index: auto !important;
  }

  .mphb_sc_checkout-form > #mphb-price-details,
  .mphb_sc_checkout-form > .mphb-room-price-breakdown-wrapper,
  .mphb_sc_checkout-form > .mphb-total-price,
  .mphb_sc_checkout-form > .mphb-checkout-terms-wrapper,
  .mphb_sc_checkout-form > .mphb_sc_checkout-submit-wrapper {
    position: static !important;
    top: auto !important;
  }
}

/* ── Tarjetas sección ───────────────────────────────────────────────────── */

.mphb_sc_checkout-wrapper .mphb-checkout-section {
  width: 100% !important;
  margin: 0 !important;
  padding: 28px !important;
  background: var(--card) !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius) !important;
  box-shadow: var(--shadow) !important;
}

/* ── Títulos de sección ─────────────────────────────────────────────────── */

.mphb_sc_checkout-wrapper .mphb-checkout-section > h2,
.mphb_sc_checkout-wrapper .mphb-checkout-section > h3,
.mphb_sc_checkout-wrapper .mphb-checkout-section > h4,
.mphb_sc_checkout-wrapper .mphb-checkout-section legend,
.mphb_sc_checkout-wrapper #mphb-booking-details > h3,
.mphb_sc_checkout-wrapper #mphb-customer-details > h3,
.mphb_sc_checkout-wrapper #mphb-price-details > h3,
.mphb_sc_checkout-wrapper .mphb-room-price-breakdown-wrapper > h3 {
  margin: 0 0 16px !important;
  padding: 0 0 12px !important;
  border-bottom: 1px solid var(--border) !important;
  background: transparent !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 2.5px !important;
  text-transform: uppercase !important;
  color: var(--gold) !important;
  line-height: 1.4 !important;
}

/* ── Tipografía general ─────────────────────────────────────────────────── */

.mphb_sc_checkout-wrapper p,
.mphb_sc_checkout-wrapper li,
.mphb_sc_checkout-wrapper span,
.mphb_sc_checkout-wrapper div {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 1.6 !important;
  color: var(--black) !important;
}

.mphb_sc_checkout-wrapper .mphb-required-fields-tip,
.mphb_sc_checkout-wrapper .mphb-required {
  font-size: 11px !important;
  color: var(--muted) !important;
}

.mphb_sc_checkout-wrapper a {
  color: var(--black) !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
  transition: color 0.2s !important;
}

.mphb_sc_checkout-wrapper a:hover {
  color: var(--gold) !important;
}

/* ── Labels — CAMBIO: menos margen inferior para acercar al campo ───────── */

.mphb_sc_checkout-wrapper label {
  display: block !important;
  margin: 0 0 4px !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: var(--muted) !important;
}

/* ── Inputs / selects / textarea ────────────────────────────────────────── */

.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 input[type="number"],
.mphb_sc_checkout-wrapper input[type="password"],
.mphb_sc_checkout-wrapper input[type="url"],
.mphb_sc_checkout-wrapper select,
.mphb_sc_checkout-wrapper textarea {
  width: 100% !important;
  margin: 0 !important;
  padding: 12px 14px !important;
  background: var(--white) !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  color: var(--black) !important;
  box-shadow: none !important;
  outline: none !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  transition: border-color 0.2s !important;
}

.mphb_sc_checkout-wrapper select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%231C1C1C' d='M1 1l4 4 4-4'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: right 14px center !important;
  padding-right: 36px !important;
  cursor: pointer !important;
}

.mphb_sc_checkout-wrapper textarea {
  min-height: 110px !important;
  resize: vertical !important;
}

.mphb_sc_checkout-wrapper input:focus,
.mphb_sc_checkout-wrapper select:focus,
.mphb_sc_checkout-wrapper textarea:focus {
  border-color: var(--gold) !important;
  box-shadow: 0 0 0 3px rgba(219,141,1,0.12) !important;
}

.mphb_sc_checkout-wrapper input::placeholder,
.mphb_sc_checkout-wrapper textarea::placeholder {
  color: var(--muted) !important;
  opacity: 1 !important;
}

/* ── Filas de campos ────────────────────────────────────────────────────── */

.mphb_sc_checkout-wrapper .mphb-checkout-section p,
.mphb_sc_checkout-wrapper #mphb-customer-details p,
.mphb_sc_checkout-wrapper .mphb-billing-fields-wrapper p {
  margin: 0 0 14px !important;
  padding: 0 !important;
}

.mphb_sc_checkout-wrapper .mphb-checkout-section p:last-child,
.mphb_sc_checkout-wrapper #mphb-customer-details p:last-child {
  margin-bottom: 0 !important;
}

/* ── Detalles de reserva (columna derecha) ──────────────────────────────── */

.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-room-details {
  margin: 0 0 16px !important;
  padding: 0 0 16px !important;
  border-bottom: 1px solid var(--border) !important;
}

.mphb_sc_checkout-wrapper #mphb-booking-details .mphb-room-details:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
  border-bottom: none !important;
}

.mphb_sc_checkout-wrapper .mphb-room-type-title,
.mphb_sc_checkout-wrapper .mphb-room-number {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--black) !important;
  margin-bottom: 8px !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.mphb_sc_checkout-wrapper .mphb-check-in-date,
.mphb_sc_checkout-wrapper .mphb-check-out-date,
.mphb_sc_checkout-wrapper .mphb-adults-chooser,
.mphb_sc_checkout-wrapper .mphb-children-chooser,
.mphb_sc_checkout-wrapper .mphb-guests-chooser {
  margin: 0 0 8px !important;
  font-size: 13px !important;
  color: var(--muted) !important;
}

.mphb_sc_checkout-wrapper .mphb-check-in-date strong,
.mphb_sc_checkout-wrapper .mphb-check-out-date strong {
  font-weight: 600 !important;
  color: var(--black) !important;
}

/* ── Tabla de precios ───────────────────────────────────────────────────── */

.mphb_sc_checkout-wrapper .mphb-price-breakdown,
.mphb_sc_checkout-wrapper table.mphb-price-breakdown {
  width: 100% !important;
  margin: 0 !important;
  border: none !important;
  border-collapse: collapse !important;
  background: transparent !important;
  box-shadow: none !important;
}

.mphb_sc_checkout-wrapper .mphb-price-breakdown thead {
  display: none !important;
}

.mphb_sc_checkout-wrapper .mphb-price-breakdown tbody tr {
  border-bottom: 1px solid var(--border) !important;
  background: transparent !important;
}

.mphb_sc_checkout-wrapper .mphb-price-breakdown tbody tr:last-child {
  border-bottom: none !important;
}

.mphb_sc_checkout-wrapper .mphb-price-breakdown td {
  padding: 12px 0 !important;
  border: none !important;
  background: transparent !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: var(--black) !important;
  vertical-align: middle !important;
}

.mphb_sc_checkout-wrapper .mphb-price-breakdown td:last-child {
  text-align: right !important;
  font-weight: 600 !important;
  white-space: nowrap !important;
}

/* ── Total ──────────────────────────────────────────────────────────────── */

.mphb_sc_checkout-wrapper .mphb-total-price {
  padding: 20px 24px !important;
  background: var(--black) !important;
  border: none !important;
  border-radius: var(--radius) !important;
  box-shadow: none !important;
}

.mphb_sc_checkout-wrapper .mphb-total-price *,
.mphb_sc_checkout-wrapper .mphb-total-price p,
.mphb_sc_checkout-wrapper .mphb-total-price span,
.mphb_sc_checkout-wrapper .mphb-total-price strong,
.mphb_sc_checkout-wrapper .mphb-total-price div {
  color: var(--white) !important;
  background: transparent !important;
  border: none !important;
  margin: 0 !important;
  padding: 0 !important;
  line-height: 1.3 !important;
}

.mphb_sc_checkout-wrapper .mphb-total-price-field {
  display: flex !important;
  flex-direction: column !important;
  gap: 6px !important;
  font-size: 10px !important;
  font-weight: 600 !important;
  letter-spacing: 2px !important;
  text-transform: uppercase !important;
  color: var(--gold) !important;
}

.mphb_sc_checkout-wrapper .mphb-total-price .mphb-price {
  display: block !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
  color: var(--white) !important;
  margin-top: 6px !important;
}

/* ── Errores ────────────────────────────────────────────────────────────── */

.mphb_sc_checkout-wrapper .mphb-errors-wrapper {
  padding: 14px 18px !important;
  background: #fff5f5 !important;
  border: 1px solid #f5c6c6 !important;
  border-radius: var(--radius) !important;
}

.mphb_sc_checkout-wrapper .mphb-errors-wrapper:empty {
  display: none !important;
}

.mphb_sc_checkout-wrapper .mphb-errors-wrapper p,
.mphb_sc_checkout-wrapper .mphb-errors-wrapper li {
  color: #8b2e2e !important;
  font-size: 13px !important;
  margin: 0 0 4px !important;
}

/* ── Términos ───────────────────────────────────────────────────────────── */

.mphb_sc_checkout-wrapper .mphb-checkout-terms-wrapper {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 4px 0 !important;
}

.mphb_sc_checkout-wrapper .mphb-checkout-terms-wrapper p {
  font-size: 12px !important;
  color: var(--muted) !important;
  line-height: 1.6 !important;
  margin: 0 !important;
}

/* ── Checkbox ───────────────────────────────────────────────────────────── */

.mphb_sc_checkout-wrapper input[type="checkbox"] {
  appearance: none !important;
  -webkit-appearance: none !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px !important;
  margin: 1px 10px 0 0 !important;
  padding: 0 !important;
  border: 1px solid var(--border) !important;
  border-radius: 3px !important;
  background: var(--white) !important;
  cursor: pointer !important;
  position: relative !important;
  flex-shrink: 0 !important;
  transition: border-color 0.2s, background 0.2s !important;
}

.mphb_sc_checkout-wrapper input[type="checkbox"]:checked {
  background: var(--black) !important;
  border-color: var(--black) !important;
}

.mphb_sc_checkout-wrapper input[type="checkbox"]:checked::after {
  content: "" !important;
  position: absolute !important;
  top: 2px !important;
  left: 5px !important;
  width: 5px !important;
  height: 9px !important;
  border: solid var(--white) !important;
  border-width: 0 2px 2px 0 !important;
  transform: rotate(45deg) !important;
}

.mphb_sc_checkout-wrapper input[type="checkbox"]:focus {
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(219,141,1,0.15) !important;
}

.mphb_sc_checkout-wrapper .mphb-checkbox-label,
.mphb_sc_checkout-wrapper label.mphb-terms-and-conditions-label {
  display: flex !important;
  align-items: flex-start !important;
  cursor: pointer !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--muted) !important;
}

/* ── Botón confirmar ────────────────────────────────────────────────────── */

.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper {
  padding: 0 !important;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper input[type="submit"],
.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper button,
.mphb_sc_checkout-wrapper input.mphb-confirm-purchase-button {
  display: block !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 16px 32px !important;
  background: var(--black-btn) !important;
  border: none !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  color: var(--white) !important;
  cursor: pointer !important;
  outline: none !important;
  transition: background 0.2s !important;
  -webkit-appearance: none !important;
  appearance: none !important;
}

.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper input[type="submit"]:hover,
.mphb_sc_checkout-wrapper .mphb_sc_checkout-submit-wrapper button:hover,
.mphb_sc_checkout-wrapper input.mphb-confirm-purchase-button:hover {
  background: var(--gold) !important;
}

/* ── Cupón ──────────────────────────────────────────────────────────────── */

.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper {
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid var(--border) !important;
}

.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper input[type="submit"],
.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper button {
  width: auto !important;
  padding: 10px 20px !important;
  border-radius: 999px !important;
  background: transparent !important;
  border: 1.5px solid var(--black) !important;
  color: var(--black) !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  text-transform: uppercase !important;
  margin-top: 10px !important;
  transition: background 0.2s, color 0.2s !important;
}

.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper input[type="submit"]:hover,
.mphb_sc_checkout-wrapper .mphb-coupon-code-wrapper button:hover {
  background: var(--black) !important;
  color: var(--white) !important;
}

/* ── Responsive ≤ 900px ─────────────────────────────────────────────────── */

@media (max-width: 900px) {
  .mphb_sc_checkout-wrapper {
    padding: 36px 16px 56px !important;
  }

  .mphb_sc_checkout-wrapper::before {
    margin-bottom: 32px !important;
    padding: 18px 0 !important;
  }

  .mphb_sc_checkout-form {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }

  .mphb_sc_checkout-form > * {
    grid-column: unset !important;
    grid-row: unset !important;
    position: static !important;
    width: 100% !important;
  }

  .mphb_sc_checkout-form > .mphb-errors-wrapper           { order: 0 !important; }
  .mphb_sc_checkout-form > #mphb-customer-details         { order: 1 !important; }
  .mphb_sc_checkout-form > #mphb-booking-details          { order: 2 !important; }
  .mphb_sc_checkout-form > #mphb-price-details,
  .mphb_sc_checkout-form > .mphb-room-price-breakdown-wrapper { order: 3 !important; }
  .mphb_sc_checkout-form > .mphb-total-price              { order: 4 !important; }
  .mphb_sc_checkout-form > .mphb-checkout-terms-wrapper   { order: 5 !important; }
  .mphb_sc_checkout-form > .mphb_sc_checkout-submit-wrapper { order: 6 !important; }

  .mphb_sc_checkout-wrapper .mphb-checkout-section {
    padding: 20px !important;
  }

  .mphb_sc_checkout-wrapper .mphb-total-price .mphb-price {
    font-size: 22px !important;
  }
}/* End custom CSS */