/**
 * Biteship Balidirect — Checkout styles.
 *
 * Hide postcode fields — they are auto-filled via reverse geocoding
 * from the vendor map picker coordinates.
 */
#shipping_postcode_field,
#billing_postcode_field {
    display: none !important;
}
