/* Visual focus for keyboard users */
.u-agree-checkbox:focus-visible {
  outline: 2px solid #0b5fff;
  outline-offset: 2px;
}
/* As a fallback, hide truly empty labels if any remain (JS should remove them) */
label.u-field-label:empty { display: none !important; }
