/* Checkout Form Two-Column Layout — DEPRECATED / NEUTRALISED
 *
 * The two-column field layout is now owned entirely by the .gk-field-grid /
 * .gk-field-col rules in woocommerce/checkout/form-checkout.php (the wrapper
 * DIV is the flex item, not the field <p>). The old float + per-#id width
 * rules that used to live here fought that grid and shrank the inputs to a
 * fraction of their column, so they were removed. Intentionally left almost
 * empty; keep it that way to avoid re-introducing the conflict.
 */

/* Consistent vertical rhythm between rows (safe, no width/float). */
.woocommerce-checkout .gk-field-col {
    margin-bottom: 4px;
}
