/* PABEX checkout: hide the redundant fixed billing-country row only. */
body.ordering-process .co-billing-address .form-group:has(> input#billCountryIdInput[type="hidden"]) {
  display: none !important;
}
