/* Checkout custom styles */

/* intl-tel-input width fixes */
.woocommerce-checkout .iti {
  width: 100%;
}
.woocommerce-checkout .iti input {
  width: 100% !important;
  box-sizing: border-box;
}

/* Optional: make the flag dropdown fit nicely */
.woocommerce-checkout .iti--separate-dial-code .iti__selected-flag {
  height: 100%;
}

/* If you previously hid shipping fields in JS/CSS, keep your own rules below */
