.account-field {
  margin: 0 0 18px;
}

.account-field > label {
  display: block;
  font-weight: 700;
  margin-bottom: 0;
}

.account-field .field-errors {
  list-style: none;
  margin: 6px 0 8px;
  padding: 0;
  color: #9b2525;
  font-size: .84rem;
}

.account-field .field-errors li {
  margin: 0;
}

.account-field.has-error input,
.account-field.has-error select,
.account-field.has-error textarea {
  border-color: #b52b2b;
}

.account-field .helptext {
  display: block;
  color: #6b726d;
  font-size: .8rem;
  margin-top: 5px;
}

.site-error {
  min-height: 58vh;
  max-width: 760px;
  margin: 35px auto 0;
  padding: clamp(35px, 7vw, 80px);
  display: grid;
  align-content: center;
  justify-items: start;
  background: rgba(255, 255, 255, .62);
  border: 1px solid var(--line);
  border-radius: 22px;
}

.site-error-code {
  color: #707973;
  font-size: .82rem;
  font-weight: 700;
}

.site-error h1 {
  margin: 14px 0;
  font-size: clamp(2rem, 5vw, 3.6rem);
  line-height: 1.25;
}

.site-error p {
  margin: 0;
  color: #59615c;
  font-size: 1.05rem;
  line-height: 1.9;
}

.site-error-actions {
  margin-top: 30px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.site-error-actions > a:not(.button) {
  color: inherit;
}
