/* Player fields inherit the shop's THEME (WooCommerce form-row / input-text / woocommerce-input-wrapper).
   We impose no input/label styling of our own — only vertical spacing between fields, and the small
   coloured "Verify ID" result. Everything else follows whatever the theme styles its form fields with. */
.gamerhub-fields { margin: 0 0 16px; }
.gamerhub-field { margin: 0 0 12px; }
.gamerhub-verify-wrap { margin: 6px 0; }
.gamerhub-verify-result { margin-left: 8px; font-weight: 600; }
.gamerhub-verify-result.ok { color: #116329; }
.gamerhub-verify-result.err { color: #b32d2e; }
