/* Solo registrazione: spazio ai campi senza comprimere le informative. */
.ck-register-fields { min-width: 0; }
@media (min-width: 821px) {
  .ck-register-page .ck-auth { grid-template-columns: minmax(250px, 30%) minmax(0, 1fr); }
  .ck-register-page .ck-auth-panel { padding: 28px clamp(24px, 4vw, 64px); }
  .ck-register-page .ck-auth-card { max-width: 760px; padding: 28px 32px 24px; }
  .ck-register-page .ck-auth-sub { margin-bottom: 20px; }
  .ck-register-fields { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 20px; }
  .ck-register-fields .ck-field:first-child { grid-column: 1 / -1; }
  .ck-register-fields .ck-field { min-width: 0; margin-bottom: 14px; }
  .ck-register-fields input { width: 100%; min-width: 0; }
  .ck-register-page .ck-registration-consents { gap: 8px; margin: 0 0 14px; }
  .ck-register-page .ck-consent-row { padding: 12px 14px; }
  .ck-register-page .ck-consent-row span { font-size: 12px; line-height: 1.5; }
  .ck-register-page .ck-auth-card .ck-btn-block { margin-top: 4px; }
  .ck-register-page .ck-auth-card .ck-form-footer { margin-top: 16px; padding-top: 12px; margin-bottom: 0; }
}
