.elementor-18 .elementor-element.elementor-element-bac5e95{--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 html, class: .elementor-element-2ebc320 *//* =============================
   WRAPPER
============================= */
.gym-checkout-modern {
  max-width: 960px;
  margin: 70px auto;
  padding: 0 16px;
  font-family: 'Be Vietnam Pro','Inter',sans-serif;
  color: #111827;
}

/* =============================
   HEADER
============================= */
.checkout-header {
  margin-bottom: 32px;
}

.checkout-header h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 6px;
}

.checkout-header p {
  font-size: 15px;
  color: #6b7280;
}

/* =============================
   CHECKOUT BOX
============================= */
.checkout-wrapper {
  background: #ffffff;
  border-radius: 24px;
  padding: 36px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
}

/* =============================
   PMPRO RESET
============================= */
.pmpro_checkout {
  margin: 0;
}

/* =============================
   SECTION TITLES
============================= */
.pmpro_checkout h3 {
  font-size: 18px;
  font-weight: 700;
  margin: 26px 0 14px;
  position: relative;
}

.pmpro_checkout h3::after {
  content: "";
  display: block;
  width: 36px;
  height: 3px;
  background: #6366f1;
  border-radius: 999px;
  margin-top: 6px;
}

/* =============================
   FORM INPUT
============================= */
.pmpro_checkout input,
.pmpro_checkout select {
  width: 100%;
  height: 48px;
  border-radius: 12px;
  border: 1px solid #d1d5db;
  padding: 0 14px;
  font-size: 15px;
  background: #fff;
}

.pmpro_checkout input:focus,
.pmpro_checkout select:focus {
  outline: none;
  border-color: #6366f1;
  box-shadow: 0 0 0 3px rgba(99,102,241,0.15);
}

/* =============================
   LABEL
============================= */
.pmpro_checkout label {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 6px;
  display: block;
}

/* =============================
   ORDER SUMMARY
============================= */
.pmpro_checkout table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 12px;
}

.pmpro_checkout th {
  text-align: left;
  font-size: 14px;
  color: #6b7280;
  font-weight: 600;
  padding-bottom: 8px;
}

.pmpro_checkout td {
  padding: 12px 0;
  border-bottom: 1px solid #e5e7eb;
  font-size: 15px;
}

.pmpro_checkout tfoot td {
  font-weight: 700;
}

/* =============================
   PRIMARY BUTTON
============================= */
.pmpro_btn-submit {
  margin-top: 28px;
  width: 100%;
  background: linear-gradient(135deg,#4f46e5,#6366f1);
  color: #fff !important;
  border-radius: 14px;
  padding: 16px;
  font-size: 16px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: all 0.25s ease;
}

.pmpro_btn-submit:hover {
  opacity: 0.92;
  transform: translateY(-1px);
}

/* =============================
   SECONDARY BUTTON
============================= */
.pmpro_btn-cancel {
  display: inline-block;
  margin-top: 12px;
  color: #6b7280;
}

/* =============================
   RESPONSIVE
============================= */
@media (max-width: 768px) {

  .gym-checkout-modern {
    margin: 40px auto;
  }

  .checkout-wrapper {
    padding: 24px;
  }

  .checkout-header h2 {
    font-size: 24px;
  }

}
/* ===============================
   FIX BILLING ADDRESS MOBILE
=============================== */
@media (max-width: 768px) {

  /* Ép toàn bộ checkout thành block */
  .pmpro_checkout,
  .pmpro_checkout table,
  .pmpro_checkout tbody,
  .pmpro_checkout tr,
  .pmpro_checkout td,
  .pmpro_checkout th {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Reset padding gây tràn */
  .pmpro_checkout td {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Input & select full width */
  .pmpro_checkout input,
  .pmpro_checkout select,
  .pmpro_checkout textarea {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }

  /* Label không tràn */
  .pmpro_checkout label {
    display: block !important;
    width: 100% !important;
    white-space: normal !important;
  }
}
/* ===============================
   CHECKOUT TITLE STYLE
=============================== */
.checkout-header h2 {
  font-size: 26px;
  font-weight: 800;
  color: #111827;
  position: relative;
  padding-left: 14px;
}

.checkout-header h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 4px;
  height: 22px;
  background: linear-gradient(135deg,#4f46e5,#6366f1);
  border-radius: 999px;
}

.checkout-header p {
  color: #6b7280;
  font-size: 14px;
}

/* ===============================
   BILLING CARD
=============================== */
.pmpro_checkout {
  background: #ffffff;
  border-radius: 22px;
  padding: 26px;
  box-shadow: 0 20px 45px rgba(0,0,0,0.08);
}

/* ===============================
   BILLING SECTION TITLE
=============================== */
.pmpro_checkout h3 {
  font-size: 17px;
  font-weight: 700;
  color: #111827;
  margin-top: 28px;
  margin-bottom: 14px;
  position: relative;
}

.pmpro_checkout h3::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #4f46e5;
  border-radius: 999px;
  margin-top: 6px;
}
/* ===============================
   FORM INPUT STYLE
=============================== */
.pmpro_checkout input,
.pmpro_checkout select,
.pmpro_checkout textarea {
  border-radius: 14px;
  border: 1px solid #d1d5db;
  padding: 12px 14px;
  font-size: 15px;
  transition: all 0.2s ease;
}

.pmpro_checkout input:focus,
.pmpro_checkout select:focus,
.pmpro_checkout textarea:focus {
  border-color: #4f46e5;
  box-shadow: 0 0 0 3px rgba(79,70,229,0.15);
}/* End custom CSS */