/* ==========================================================================
   Password reset page. Load after account/base.css.
   ========================================================================== */

.Base-content:has(.Account-card--passwordReset) {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
}

.Account-card--passwordReset .Account-title-row {
  display: flex;
  align-items: center;
  gap: 10.4px;
  margin-bottom: 24px;
}

.Account-card--passwordReset .Account-title-row .Account-title {
  margin-bottom: 0;
}

.Account-card--passwordReset .Account-title-row .Account-icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  margin-bottom: 0;
  border-radius: 8px;
}

.Account-card--passwordReset .Account-title-row .Account-icon svg {
  width: 18px;
  height: 18px;
}
