/* Keep the native Google button and account forms inside narrow grid columns. */
.auth-layout > * { min-width: 0; }
.auth-layout .form-card { max-width: 100%; }
.auth-layout .nsl-container a[data-provider="google"] { min-height: 44px; }
.auth-layout .nsl-button-google { min-height: 44px; align-items: center; }
.rk-registration-consent { font-size: 13px; line-height: 1.7; }
.rk-marketing-agreement { display: block; margin-top: 8px; }
@media (max-width: 640px) {
  .auth-intro h2 br { display: block; }
}
@media (max-width: 380px) {
  .auth-intro h2 { font-size: 36px; }
  .form-card div.nsl-container .nsl-button-google div.nsl-button-label-container {
    font-size: 14px;
    margin-inline: 12px;
  }
}
