.contact-shell {
  display: block;
  max-width: 760px;
  padding-block: 54px 80px;
}

.contact-shell form {
  margin-top: 28px;
}

.contact-shell label {
  color: var(--forest-950);
  font-weight: 750;
}

.contact-shell input:not([type="hidden"]),
.contact-shell textarea {
  width: 100%;
  margin-top: 6px;
  border: 1px solid #66766e;
  border-radius: 10px;
  padding: 12px 14px;
  background: var(--white);
  color: var(--ink);
  font: inherit;
}

.contact-shell textarea {
  min-height: 190px;
  resize: vertical;
}

.contact-shell input:focus-visible,
.contact-shell textarea:focus-visible {
  outline: 3px solid var(--gold-500);
  outline-offset: 2px;
}

.contact-notice {
  border-left: 4px solid var(--gold-500);
  border-radius: 8px;
  padding: 14px 18px;
  background: var(--mint-50);
}

[dir="rtl"] .contact-notice {
  border-right: 4px solid var(--gold-500);
  border-left: 0;
}

.contact-warning {
  color: var(--muted);
  font-size: .94rem;
}

.contact-links {
  margin-top: 28px;
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
