/* =========================================================
   Confirmation / Checkout — style Figma
   ========================================================= */

.gite-checkout-page .mphb_sc_checkout-wrapper,
.gite-checkout-page .entry-content {
  font-family: "Figtree", system-ui, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #111;
}

.gite-checkout-page .mphb_sc_checkout-wrapper {
  max-width: 920px;
  margin: 32px auto 80px;
  padding: 0 20px;
}

/* Titre */
.gite-checkout-header {
  text-align: center;
  margin: 0 0 28px;
}

.gite-checkout-title {
  font-family: "Abhaya Libre", Georgia, serif;
  font-weight: 600;
  font-size: 40px;
  margin: 0 0 8px;
  color: #111;
}

.gite-checkout-subtitle {
  margin: 0;
  color: #888;
  font-size: 14px;
}

/* Cacher "Bonjour admin..." si besoin */
.gite-checkout-page .mphb-login-form-wrap {
  display: none !important;
}

/* Cartes */
.gite-checkout-page .mphb-booking-details,
.gite-checkout-page .mphb-room-details,
.gite-checkout-page .mphb-price-details,
.gite-checkout-page .mphb-customer-details,
.gite-checkout-page .mphb-gateways-wrapper,
.gite-checkout-page .mphb-checkout-section,
.gite-checkout-page .mphb-coupon-code-wrapper,
.gite-checkout-page fieldset {
  background: #fff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 10px !important;
  padding: 24px 28px !important;
  margin: 0 0 20px !important;
  box-shadow: none !important;
}

.gite-checkout-page .mphb_sc_checkout-wrapper h3,
.gite-checkout-page .mphb-booking-details > h3,
.gite-checkout-page .mphb-room-details > h3,
.gite-checkout-page .mphb-price-details > h3,
.gite-checkout-page .mphb-customer-details > h3,
.gite-checkout-page .mphb-gateways-wrapper > h3 {
  font-family: "Abhaya Libre", Georgia, serif !important;
  font-size: 22px !important;
  font-weight: 600 !important;
  margin: 0 0 18px !important;
  color: #111 !important;
}

/* Arrivée / Départ — 2 colonnes type Figma */
.gite-checkout-page .mphb-booking-details {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
}

.gite-checkout-page .mphb-booking-details > h3 {
  grid-column: 1 / -1;
}

.gite-checkout-page .mphb-check-in-date,
.gite-checkout-page .mphb-check-out-date {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 16px 18px;
  margin: 0 !important;
}

.gite-checkout-page .mphb-check-in-date strong,
.gite-checkout-page .mphb-check-out-date strong {
  display: block;
  font-size: 12px;
  color: #888;
  font-weight: 500;
  margin-bottom: 4px;
}

/* Liens logement */
.gite-checkout-page .mphb-room-details a,
.gite-checkout-page .mphb-price-details a {
  color: #c45a2a !important;
  font-weight: 600;
  text-decoration: none !important;
}

/* Champs */
.gite-checkout-page label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  color: #555;
  font-weight: 500;
}

.gite-checkout-page input[type="text"],
.gite-checkout-page input[type="email"],
.gite-checkout-page input[type="tel"],
.gite-checkout-page select,
.gite-checkout-page textarea {
  width: 100% !important;
  max-width: 100% !important;
  height: 48px;
  border: 1px solid #e0e0e0 !important;
  border-radius: 8px !important;
  padding: 0 14px !important;
  background: #fff !important;
  font-family: "Figtree", system-ui, sans-serif !important;
  font-size: 14px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

.gite-checkout-page textarea {
  height: 120px !important;
  padding: 12px 14px !important;
}

/* Infos client en grille 2 colonnes */
.gite-checkout-page .mphb-customer-details {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 16px 20px;
}

.gite-checkout-page .mphb-customer-details > h3,
.gite-checkout-page .mphb-customer-details .mphb-required-fields-tip,
.gite-checkout-page .mphb-customer-details .mphb-customer-country,
.gite-checkout-page .mphb-customer-details .mphb-customer-note,
.gite-checkout-page .mphb-customer-details .mphb-customer-address1,
.gite-checkout-page .mphb-customer-details .mphb-customer-city,
.gite-checkout-page .mphb-customer-details .mphb-customer-state,
.gite-checkout-page .mphb-customer-details .mphb-customer-zip {
  grid-column: 1 / -1;
}

/* Prix / Total */
.gite-checkout-page .mphb-price-details .mphb-total,
.gite-checkout-page .mphb-price-details .mphb-total-price,
.gite-checkout-page .mphb-price-breakdown .mphb-total {
  font-family: "Abhaya Libre", Georgia, serif !important;
  font-size: 28px !important;
  font-weight: 600 !important;
}

.gite-checkout-page .mphb-price-details table,
.gite-checkout-page .mphb-price-breakdown {
  width: 100%;
  border-collapse: collapse;
}

.gite-checkout-page .mphb-price-details td {
  padding: 10px 0 !important;
  border: none !important;
}

.gite-checkout-page .mphb-price-details tr:last-child td {
  border-top: 1px solid #e8e8e8 !important;
  padding-top: 16px !important;
}

/* Paiement + bouton */
.gite-checkout-page .mphb-gateways-wrapper {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.gite-checkout-page input[type="submit"],
.gite-checkout-page .button,
.gite-checkout-page button[type="submit"] {
  background: #d14817 !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 8px !important;
  padding: 14px 28px !important;
  font-weight: 600 !important;
  font-family: "Figtree", system-ui, sans-serif !important;
  box-shadow: none !important;
  cursor: pointer;
}

@media (max-width: 768px) {
  .gite-checkout-title { font-size: 28px; }

  .gite-checkout-page .mphb-booking-details,
  .gite-checkout-page .mphb-customer-details {
    grid-template-columns: 1fr !important;
  }
}