/*
 * Account type selection in registration modal.
 * Scoped to #user_register_modal to avoid affecting other UI.
 */

#user_register_modal .cp-account-type {
  width: 100%;
}

#user_register_modal .cp-account-type__selector,
#user_register_modal .cp-account-type__form {
  width: 100%;
}

#user_register_modal .cp-account-type__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 0 0 16px 0;
  text-align: center;
}

#user_register_modal .cp-account-type__logo {
  display: flex;
  align-items: center;
  justify-content: center;
}

#user_register_modal .cp-account-type__logo img {
  max-width: 160px;
  height: auto;
}

#user_register_modal .cp-account-type__title {
  margin: 0;
}

#user_register_modal .cp-account-type__buttons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;

  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}

#user_register_modal .cp-account-type__choose {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#user_register_modal .cp-account-type__login {
  margin: 14px 0 0 0;
  text-align: center;
}

#user_register_modal .cp-account-type__back {
  width: 100%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
}
