/* Oculta campos nativos reemplazados por ubigeo o desactivados en ajustes */

.wpe-hide-native-state,

.wpe-hide-native-city,

.wpe-hide-native-postcode,

.wpe-hide-field {

  display: none !important;

}



/* DNI + teléfono en una fila (Flatsome / WooCommerce clásico) */

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

}



.woocommerce-checkout #billing_wpe_document_field.form-row-first,

.woocommerce-checkout #billing_phone_field.form-row-last {

  width: 48% !important;

  max-width: 48% !important;

  flex: 0 0 48% !important;

  float: none !important;

  clear: none !important;

  margin-right: 0 !important;

  margin-left: 0 !important;

}



.woocommerce-checkout #billing_wpe_document_field.form-row-first {

  order: 25;

}



.woocommerce-checkout #billing_phone_field.form-row-last {

  order: 26;

}



.woocommerce-checkout #billing_email_field {

  order: 110;

  width: 100% !important;

  flex: 0 0 100% !important;

  clear: both;

}



@media (max-width: 768px) {

  .woocommerce-checkout #billing_wpe_document_field.form-row-first,

  .woocommerce-checkout #billing_phone_field.form-row-last {

    width: 100% !important;

    max-width: 100% !important;

    flex: 0 0 100% !important;

  }

}



.woocommerce-checkout .wpe-ubigeo-field select {

  width: 100%;

}


