body.modal-open {
  overflow: hidden;
}

.auth-content-modal {
  width: min(460px, calc(100vw - 28px));
}

.auth-subtle {
  margin: -4px 0 2px;
}

.auth-message.is-success {
  color: #176b2c;
}

.auth-message.is-error {
  color: #b42318;
}

.header-actions button.header-link-btn {
  border: 0;
  background: transparent;
}
