.optional {
  color: var(--muted);
  font-size: .76rem;
  font-weight: 500;
}

.required-note {
  margin: 0 0 18px;
  color: var(--muted);
  font-size: .78rem;
}

.required-note span,
.required-mark {
  color: #1f5fcf;
  font-weight: 800;
}

.direct-email {
  display: block;
  width: fit-content;
  margin: 14px auto 0;
  color: #1f5fcf;
  font-size: .82rem;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}
