/******* Do not edit this file *******
Code Snippets Manager
Saved: Sep 20 2026 | 09:58:16 */
@media (max-width: 767px) {
  body.woocommerce-checkout .woocommerce, body.woocommerce-checkout form.checkout, body.woocommerce-checkout #order_review, body.woocommerce-checkout #payment {
    width: 100% !important;
    max-width: 100% !important;
  }
  body.woocommerce-checkout #payment ul.payment_methods, body.woocommerce-checkout #payment .payment_methods, body.woocommerce-checkout #payment .wc_payment_method {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.woocommerce-checkout #payment th, body.woocommerce-checkout #payment td, body.woocommerce-checkout #payment .payment_box {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  body.woocommerce-checkout #payment .payment_box {
    margin: 10px 0 20px !important;
    padding: 20px 16px !important;
  }
  body.woocommerce-checkout #payment input, body.woocommerce-checkout #payment select, body.woocommerce-checkout #payment iframe {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
  body.woocommerce-checkout #payment p, body.woocommerce-checkout #payment label, body.woocommerce-checkout #payment span, body.woocommerce-checkout #payment div {
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
    line-height: 1.6 !important;
  }
  body.woocommerce-checkout .form-row-first, body.woocommerce-checkout .form-row-last {
    width: 100% !important;
    float: none !important;
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table img {
    width: 70px !important;
    max-width: 70px !important;
    height: auto !important;
  }
  body.woocommerce-checkout .woocommerce-checkout-review-order-table th, body.woocommerce-checkout .woocommerce-checkout-review-order-table td {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}
