.elementor-kit-13{--e-global-color-primary:#253746;--e-global-color-5b8716ea:#888888;--e-global-color-2446596b:#EBEBEB;--e-global-color-3c9b883a:#252525;--e-global-color-9e72934:#FFF;--e-global-color-d2715d2:#67408C;--e-global-color-732d639:#0A0A0B;--e-global-color-7b86711:#5A6472;--e-global-color-086bd07:#455C73;--e-global-color-9655632:#7C3F62;--e-global-color-d26f7c7:#2A4759;--e-global-color-7e7f55e:#F5F6F7;--e-global-color-71b5601:#C6A66D;--e-global-color-281e47c:#A7B4BE;--e-global-typography-primary-font-family:"Space Grotesk";--e-global-typography-secondary-font-family:"Space Grotesk";--e-global-typography-text-font-family:"Space Grotesk";--e-global-typography-accent-font-family:"Space Grotesk";font-family:"Inter", Sans-serif;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-kit-13 h1{font-family:"Space Grotesk", Sans-serif;}.elementor-kit-13 button,.elementor-kit-13 input[type="button"],.elementor-kit-13 input[type="submit"],.elementor-kit-13 .elementor-button{border-style:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1400px;}.e-con{--container-max-width:1400px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* =========================
   CHECKOUT (Woo Blocks) — Base
   ========================= */

/* Inherit site typography everywhere inside checkout blocks */
body.woocommerce-checkout .wp-block-woocommerce-checkout,
body.woocommerce-checkout .wp-block-woocommerce-checkout * {
  font-family: inherit !important;
}

/* Inputs + selects + textarea */
body.woocommerce-checkout .wp-block-woocommerce-checkout input,
body.woocommerce-checkout .wp-block-woocommerce-checkout select,
body.woocommerce-checkout .wp-block-woocommerce-checkout textarea {
  border-width: 1px !important;
  border-style: solid !important;
  border-color: rgba(0,0,0,0.18) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
  font-size: 14px !important;
}

/* Labels */
body.woocommerce-checkout .wp-block-woocommerce-checkout label {
  font-size: 14px !important;
  letter-spacing: 0.02em !important;
}

/* Spacing between fields */
body.woocommerce-checkout .wp-block-woocommerce-checkout
.wc-block-components-text-input,
body.woocommerce-checkout .wp-block-woocommerce-checkout
.wc-block-components-select,
body.woocommerce-checkout .wp-block-woocommerce-checkout
.wc-block-components-textarea {
  margin-bottom: 12px !important;
}

/* Focus */
body.woocommerce-checkout .wp-block-woocommerce-checkout input:focus,
body.woocommerce-checkout .wp-block-woocommerce-checkout select:focus,
body.woocommerce-checkout .wp-block-woocommerce-checkout textarea:focus {
  outline: none !important;
  border-color: rgba(0,0,0,0.45) !important;
  box-shadow: none !important;
}

/* =========================
   COUNTRY / REGION (Combobox) — Fix typography + spacing
   ========================= */

/* The control wrapper */
body.woocommerce-checkout .wp-block-woocommerce-checkout
.wc-block-components-combobox-control {
  border: 1px solid rgba(0,0,0,0.18) !important;
  border-radius: 0 !important;
  background: #fff !important;
  box-shadow: none !important;
}

/* Two-line layout: give breathing room between label and value */
body.woocommerce-checkout .wp-block-woocommerce-checkout
.wc-block-components-combobox-control .wc-block-components-combobox-control__label {
  display: block !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  margin-bottom: 6px !important;
  opacity: 0.85;
}

/* The selected value/button text */
body.woocommerce-checkout .wp-block-woocommerce-checkout
.wc-block-components-combobox-control button {
  font-family: inherit !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

/* =========================
   PAYMENT BOX — keep consistent
   ========================= */
body.woocommerce-checkout .wp-block-woocommerce-checkout
.wc-block-components-payment-method {
  border: 1px solid rgba(0,0,0,0.12) !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* =========================
   CTA ROW (Return + Place Order)
   ========================= */

/* Target the actual actions row you showed in DevTools */
body.woocommerce-checkout .wp-block-woocommerce-checkout
.wc-block-checkout__actions_row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

/* Desktop/Tablet: button aligned right, not centered */
@media (min-width: 768px) {
  body.woocommerce-checkout .wp-block-woocommerce-checkout
  .wc-block-components-checkout-place-order-button {
    width: auto !important;
    min-width: 280px !important;
    margin: 0 !important;
  }
}

/* Mobile: button full width */
@media (max-width: 767px) {
  body.woocommerce-checkout .wp-block-woocommerce-checkout
  .wc-block-checkout__actions_row {
    flex-direction: column-reverse !important;
    align-items: stretch !important;
  }

  body.woocommerce-checkout .wp-block-woocommerce-checkout
  .wc-block-components-checkout-place-order-button {
    width: 100% !important;
    min-width: 0 !important;
  }
}

/* Make button style consistent with your site */
body.woocommerce-checkout .wp-block-woocommerce-checkout
.wc-block-components-checkout-place-order-button {
  border-radius: 0 !important;
}/* End custom CSS */