/* Source: mooneymover-gdp-preview-css */
#payment .payment_methods { padding: 0; margin: 0 0 1rem; }
        #payment .wc_payment_method { list-style: none; padding: 14px 16px; border-bottom: 1px solid rgba(0,0,0,.08); }
        #payment .wc_payment_method > label { display: inline-flex; align-items: center; gap: 10px; flex-wrap: wrap; line-height: 1.35; }
        #payment .mwc-payments-gateway-card-icons, #payment .sv-wc-payment-gateway-card-icons { display: inline-flex; align-items: center; flex-wrap: wrap; gap: 4px; vertical-align: middle; }
        #payment .mwc-payments-gateway-card-icons img, #payment .sv-wc-payment-gateway-card-icons img { width: 32px !important; height: 20px !important; object-fit: contain; margin: 0 !important; }
        #payment .payment_box { margin: 14px 0 0; padding: 18px; border-radius: 12px; background: #fff; border: 1px solid rgba(0,0,0,.08); }
        #payment .payment_box::before { display: none !important; }
        #mwc-payments-poynt-hosted-form { min-height: 390px; width: 100%; max-width: 100%; background: #fff; border-radius: 10px; overflow: hidden; box-sizing: border-box; }
        #mwc-payments-poynt-hosted-form iframe { display: block; width: 100% !important; max-width: 100% !important; height: 390px !important; overflow: hidden; }
        #payment .mwc-payments-tokenize-payment-method, #payment .mwc-payments-tokenize-payment-method + label { display: none !important; }
        @media (max-width: 640px) { #payment .wc_payment_method { padding: 12px; } #payment .payment_box { padding: 12px; } #payment .mwc-payments-gateway-card-icons img { width: 28px !important; } }

/* Source: mooneymover-checkout-field-compaction-v1 */
/* Compact billing/shipping/customer information fields without changing checkout behavior. */
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields__field-wrapper {
    row-gap: 8px !important;
    column-gap: 14px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .form-row {
    margin-bottom: 4px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .form-row label {
    margin-bottom: 3px !important;
    line-height: 1.22 !important;
    font-size: 0.88rem !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .woocommerce-input-wrapper {
    display: block !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details input.input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details textarea.input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details select,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .select2-container .select2-selection--single {
    min-height: 38px !important;
    height: 38px !important;
    padding-top: 7px !important;
    padding-bottom: 7px !important;
    line-height: 1.25 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .select2-container .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .select2-container .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details textarea.input-text {
    height: 76px !important;
    min-height: 76px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .woocommerce-billing-fields h3,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .woocommerce-shipping-fields h3,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .woocommerce-additional-fields h3 {
    margin-top: 8px !important;
    margin-bottom: 8px !important;
    line-height: 1.18 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .woocommerce-account-fields,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .woocommerce-shipping-fields,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .woocommerce-additional-fields {
    margin-top: 6px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .woocommerce-shipping-fields {
    margin-top: -16px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details #billing_email_field {
    margin-bottom: 7px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details #mailpoet_woocommerce_checkout_optin_present_field {
    display: none !important;
    margin: 0 !important;
    min-height: 0 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .woocommerce-account-fields .form-row,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .woocommerce-shipping-fields .form-row,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .woocommerce-additional-fields .form-row {
    margin-bottom: 2px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .woocommerce-account-fields .form-row {
    margin-bottom: 0 !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details #ship-to-different-address {
    margin: 8px 0 2px !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .woocommerce-form__label-for-checkbox,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .checkbox {
    display: grid !important;
    grid-template-columns: 20px minmax(0, 1fr) !important;
    column-gap: 8px !important;
    align-items: start !important;
    justify-items: start !important;
    line-height: 1.18 !important;
    margin-bottom: 2px !important;
    text-align: left !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .woocommerce-form__label-for-checkbox input[type="checkbox"],
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .checkbox input[type="checkbox"],
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details input[type="checkbox"] {
    margin: 0 !important;
    justify-self: start !important;
}
@media (max-width: 781px) {
    body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper,
    body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields__field-wrapper {
        row-gap: 6px !important;
    }
    body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .form-row {
        margin-bottom: 3px !important;
    }
}

/* Source: checkout-layout */
/* MooneyMover checkout cleanup. Keep this scoped to checkout only. */
body.woocommerce-checkout:not(.woocommerce-order-received) article.page,
body.woocommerce-checkout:not(.woocommerce-order-received) .entry-content {
  margin-bottom: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .site-footer {
  margin-top: 1rem !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .entry-content {
  max-width: 1180px !important;
  width: 100% !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .entry-content > .woocommerce,
body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout {
  max-width: 1180px !important;
  width: 100% !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout {
  margin: 2rem auto 4rem;
  padding: clamp(1.1rem, 2vw, 1.8rem);
  border: 1px solid rgba(92, 72, 48, .18);
  border-radius: 22px;
  box-shadow: 0 18px 50px rgba(42, 31, 18, .08);
  background: #fff;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
  min-width: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details {
  margin: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col-1,
body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details .col-2 {
  float: none !important;
  width: 100% !important;
  min-width: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields h3,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
  font-size: clamp(2rem, 3vw, 2.75rem);
  line-height: 1.05;
  margin-top: 0;
  margin-bottom: 1.2rem;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem 1.1rem;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row {
  float: none !important;
  width: 100% !important;
  margin: 0 0 .85rem !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-first,
body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-last {
  grid-column: span 1;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-wide,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_company_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_country_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_address_1_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_address_2_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_phone_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #billing_email_field,
body.woocommerce-checkout:not(.woocommerce-order-received) #order_comments_field {
  grid-column: 1 / -1;
}

body.woocommerce-checkout:not(.woocommerce-order-received) input.input-text,
body.woocommerce-checkout:not(.woocommerce-order-received) textarea,
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container .select2-selection--single,
body.woocommerce-checkout:not(.woocommerce-order-received) select {
  border: 1px solid rgba(92, 72, 48, .22) !important;
  border-radius: 10px !important;
  min-height: 46px;
  box-shadow: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) input.input-text:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) textarea:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) select:focus,
body.woocommerce-checkout:not(.woocommerce-order-received) .select2-container--focus .select2-selection--single {
  border-color: #b95b0b !important;
  outline: 2px solid rgba(185, 91, 11, .14) !important;
  outline-offset: 1px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-additional-fields {
  margin-top: 1rem;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment .woocommerce-form__label-for-checkbox,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
  display: flex !important;
  align-items: flex-start;
  gap: .55rem;
  line-height: 1.35;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment input[type="checkbox"],
body.woocommerce-checkout:not(.woocommerce-order-received) #payment input[type="radio"],
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-terms-and-conditions-wrapper input[type="checkbox"] {
  flex: 0 0 auto;
  margin-top: .15rem;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mm-checkout-terms-modal[hidden] {
  display: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mm-checkout-terms-modal {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: clamp(18px, 4vw, 44px);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mm-checkout-terms-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, .54);
  backdrop-filter: blur(2px);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mm-checkout-terms-modal__panel {
  position: relative;
  width: min(760px, calc(100vw - 32px));
  max-height: min(78vh, 720px);
  overflow: auto;
  padding: clamp(24px, 4vw, 42px);
  border: 1px solid rgba(92, 72, 48, .18);
  border-radius: 22px;
  background: #fffdf8;
  box-shadow: 0 26px 80px rgba(15, 23, 42, .28);
  color: #172033;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mm-checkout-terms-modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 38px;
  min-width: 38px;
  max-width: 38px;
  height: 38px;
  min-height: 38px;
  padding: 0;
  display: grid;
  place-items: center;
  border: 1px solid rgba(92, 72, 48, .18);
  border-radius: 999px;
  background: #fff;
  color: #172033;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  appearance: none;
  box-shadow: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mm-checkout-terms-modal__content .ptb-page,
body.woocommerce-checkout:not(.woocommerce-order-received) .mm-checkout-terms-modal__content .ptb-wrap {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mm-checkout-terms-modal__content .ptb-hero-small,
body.woocommerce-checkout:not(.woocommerce-order-received) .mm-checkout-terms-modal__content .ptb-panel {
  padding: 0 !important;
  margin: 0 0 1.1rem !important;
  border: 0 !important;
  box-shadow: none !important;
  background: transparent !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mm-checkout-terms-modal__content h1 {
  margin: 0 2.75rem 1rem 0 !important;
  font-size: clamp(1.6rem, 3vw, 2.2rem) !important;
  line-height: 1.1 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mm-checkout-terms-modal__content h2 {
  margin: 1.3rem 0 .45rem !important;
  font-size: 1.15rem !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .mm-checkout-terms-modal__content p {
  margin: 0 0 .8rem !important;
  color: #40506a !important;
  font-size: 1rem !important;
  line-height: 1.55 !important;
}

html.mm-checkout-terms-open,
html.mm-checkout-terms-open body {
  overflow: hidden !important;
}

/* Desktop: use the space. Billing on the left, order/payment in a compact right rail. */
@media (min-width: 1000px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 430px);
    grid-template-areas:
      "billing order-title"
      "billing order-review";
    column-gap: clamp(2rem, 4vw, 3.5rem);
    align-items: start;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #customer_details {
    grid-area: billing;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
    grid-area: order-title;
    margin-top: .2rem;
    margin-bottom: 1rem;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review {
    grid-area: order-review;
    position: sticky;
    top: 24px;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review > .shop_table,
  body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
    border-radius: 16px;
  }
}

/* Order summary: table markup, card/list presentation. */
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table {
  display: block;
  width: 100% !important;
  margin: 0 0 1rem !important;
  padding: .25rem 0;
  border: 1px solid rgba(92, 72, 48, .16) !important;
  border-radius: 16px;
  background: #fffaf5;
  overflow: hidden;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table thead {
  display: none;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tbody,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tfoot,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tr {
  display: block;
  width: 100%;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tr {
  padding: .72rem .9rem;
  border-bottom: 1px solid rgba(92, 72, 48, .12);
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tr:last-child {
  border-bottom: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table td,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table th {
  display: block;
  width: auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  text-align: left;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tr.cart_item {
  display: grid;
  grid-template-columns: 1fr;
  gap: .28rem;
  align-items: start;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table .product-name {
  font-size: .95rem;
  font-weight: 650;
  line-height: 1.22;
  overflow-wrap: break-word;
  word-break: normal;
  min-width: 0;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table .product-total {
  display: none !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tfoot tr {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: .7rem;
  align-items: baseline;
  font-size: .95rem;
  line-height: 1.25;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tfoot th {
  color: #3d3329;
  font-size: inherit !important;
  line-height: inherit !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tfoot td {
  font-size: inherit !important;
  line-height: inherit !important;
  font-weight: 700;
  white-space: nowrap;
  text-align: right;
}

/* Match the compact cart-page shipment chooser inside checkout's order summary. */
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tfoot tr.shipping,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals {
  grid-template-columns: max-content minmax(0, 1fr) !important;
  padding: .72rem .9rem !important;
  border-bottom: 1px solid rgba(17, 24, 39, .30) !important;
  align-items: start !important;
  gap: .7rem !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tfoot tr.shipping th,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals th {
  grid-column: 1 !important;
  grid-row: 1 !important;
  min-height: 34px !important;
  padding-top: 0 !important;
  align-self: start !important;
  display: flex !important;
  align-items: center !important;
  white-space: nowrap !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tfoot tr.shipping td,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tfoot tr.woocommerce-shipping-totals td {
  grid-column: 2 !important;
  grid-row: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-end !important;
  justify-content: flex-start !important;
  text-align: right !important;
  white-space: normal !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table .woocommerce-shipping-methods,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table .woocommerce-shipping-destination,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table .shipping-calculator-form,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table .wsdm-shipping-wrapper {
  margin: 0 !important;
  text-align: right !important;
  align-self: flex-end !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table .woocommerce-shipping-methods {
  height: 34px !important;
  min-height: 34px !important;
  overflow: visible !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table .wsdm-shipping-wrapper {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  width: 100% !important;
  height: 34px !important;
  min-height: 34px !important;
  overflow: visible !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table .wsdm-shipping-select {
  width: auto !important;
  max-width: 100% !important;
  min-height: 34px !important;
  height: 34px !important;
  margin-left: auto !important;
  margin-bottom: 32px !important;
  padding: 5px 22px 5px 10px !important;
  border: 1px solid rgb(209, 213, 219) !important;
  border-radius: 10px !important;
  background: #f8fafc !important;
  color: #111827 !important;
  font-size: .95rem !important;
  line-height: 1.2 !important;
  text-align: right !important;
  text-align-last: right !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table .wsdm-shipping-select option {
  color: #111827 !important;
  background: #fff !important;
  text-align: right !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table .woocommerce-shipping-destination {
  margin-top: 2px !important;
  font-size: .82rem !important;
  line-height: 1.25 !important;
  color: #374151 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table dl.variation {
  display: grid;
  grid-template-columns: minmax(108px, 44%) minmax(0, 1fr);
  gap: .1rem .45rem;
  margin: .28rem 0 0;
  color: #5a4f45;
  font-size: .78rem;
  font-weight: 400;
  line-height: 1.2;
  max-width: 100%;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table dl.variation dt,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table dl.variation dd,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table dl.variation p {
  display: block !important;
  float: none !important;
  width: auto !important;
  min-width: 0;
  max-width: 100%;
  margin: 0 !important;
  padding: 0 !important;
  font-size: inherit !important;
  line-height: 1.18 !important;
  text-align: left !important;
  white-space: normal !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table dl.variation dt {
  font-weight: 700;
  color: #4b4037;
  overflow-wrap: break-word !important;
  word-break: normal !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table dl.variation dd,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table dl.variation dd p {
  overflow-wrap: anywhere !important;
  word-break: break-word !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment {
  background: #f3eef4 !important;
  border: 1px solid rgba(92, 72, 48, .12);
  overflow: hidden;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods {
  padding: 1rem !important;
  border-bottom: 1px solid rgba(92, 72, 48, .12) !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods li {
  padding: .8rem 0 !important;
  line-height: 1.35;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment div.payment_box {
  margin: .75rem 0 0 !important;
  padding: .9rem !important;
  border-radius: 12px;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #payment .place-order {
  padding: 1rem !important;
  margin: 0 !important;
}

body.woocommerce-checkout:not(.woocommerce-order-received) #place_order {
  width: auto;
  min-width: 148px;
  border-radius: 999px;
}

/* Mobile/tablet: keep the good single-column flow, but make the order/product section clean. */
@media (max-width: 999px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) .content-area__wrapper {
    padding-left: clamp(1rem, 4vw, 2rem) !important;
    padding-right: clamp(1rem, 4vw, 2rem) !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout {
    margin-top: 1.25rem;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-billing-fields__field-wrapper,
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-first,
  body.woocommerce-checkout:not(.woocommerce-order-received) .form-row-last {
    grid-column: 1 / -1;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #order_review_heading {
    margin-top: 2rem;
  }
}

@media (max-width: 560px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) form.checkout.woocommerce-checkout {
    padding: 1rem;
    border-radius: 16px;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tr.cart_item {
    grid-template-columns: 1fr;
    gap: .5rem;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table .product-name {
    font-size: 1rem !important;
    line-height: 1.18 !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tfoot tr {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: .5rem;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table .product-total {
    text-align: left;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table tfoot td {
    text-align: right;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table dl.variation {
    display: block;
    font-size: .86rem !important;
    line-height: 1.22 !important;
    margin-top: .35rem !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table dl.variation dt,
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table dl.variation dd,
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table dl.variation p {
    display: inline !important;
    font-size: inherit !important;
    line-height: inherit !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table dl.variation dt {
    margin-right: .2rem !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table dl.variation dd::after {
    content: '';
    display: block;
    height: .08rem;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #payment ul.payment_methods,
  body.woocommerce-checkout:not(.woocommerce-order-received) #payment .place-order {
    padding: .85rem !important;
  }

  body.woocommerce-checkout:not(.woocommerce-order-received) #place_order {
    width: 100%;
  }
}

/* Source: mooneymover-mobile-checkout-payment-clarity-v1 */
body.woocommerce-checkout:not(.woocommerce-order-received) #payment .wc_payment_method:not(.payment_method_cheque):not(:has(input:checked)) .payment_box {
  display: none !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #payment .wc_payment_method.payment_method_cheque .payment_box,
body.woocommerce-checkout:not(.woocommerce-order-received) #payment .wc_payment_method input:checked ~ .payment_box {
  display: block !important;
}
@media (max-width: 781px) {
  body.woocommerce-checkout:not(.woocommerce-order-received) #payment .wc_payment_method:not(.payment_method_cheque):not(:has(input:checked)) .payment_box,
  body.woocommerce-checkout:not(.woocommerce-order-received) #payment .wc_payment_method:not(.payment_method_cheque):not(:has(input:checked)) #mwc-payments-poynt-hosted-form {
    display: none !important;
    min-height: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden !important;
  }
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table,
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table .product-name,
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table dl.variation,
  body.woocommerce-checkout:not(.woocommerce-order-received) #payment,
  body.woocommerce-checkout:not(.woocommerce-order-received) #payment label,
  body.woocommerce-checkout:not(.woocommerce-order-received) #payment .place-order {
    opacity: 1 !important;
    color: #0f1b2d !important;
  }
}

/* Source: mooneymover-mobile-cart-checkout-notice-cleanup-v1 */
@media (max-width: 781px) {
  body.woocommerce-cart .woocommerce-notices-wrapper .woocommerce-message:has(a.wc-forward),
  body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-notices-wrapper .woocommerce-message:has(a.wc-forward) {
    display: none !important;
  }
}

/* Long custom metadata values (tail number, order notes) must stay inside checkout order summary. */
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table dl.variation dd,
body.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce-checkout-review-order-table dl.variation dd p {
  max-width: 100% !important;
  min-width: 0 !important;
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
  word-wrap: break-word !important;
  hyphens: manual !important;
}

/* Source: mooneymover-wallet-buttons-stacked-centered-v1 */
body.woocommerce-checkout:not(.woocommerce-order-received) .mwc-external-checkout-buttons,
body.woocommerce-checkout:not(.woocommerce-order-received) #mwc-payments-wallet-buttons,
body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-express-payment,
body.woocommerce-checkout:not(.woocommerce-order-received) .wc-block-components-express-payment__event-buttons {
  display: block !important;
  width: clamp(240px, 50%, 420px) !important;
  max-width: 420px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  clear: both !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #wallet-buttons-container {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  width: 100% !important;
  max-width: 100% !important;
  align-items: stretch !important;
}
body.woocommerce-checkout:not(.woocommerce-order-received) #wallet-buttons-container > *,
body.woocommerce-checkout:not(.woocommerce-order-received) #wallet-buttons-container button,
body.woocommerce-checkout:not(.woocommerce-order-received) #wallet-buttons-container iframe {
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
}
