footer .footer-contact {
  line-height: 1.65;
  text-align: center;
}

footer .footer-contact a {
  color: inherit;
  text-decoration: none;
}

footer .footer-contact a:hover,
footer .footer-contact a:focus-visible {
  color: #fff;
}

.contact-details a {
  color: var(--ink);
  font-weight: 600;
  text-decoration-color: var(--gold);
  text-underline-offset: 3px;
}

.form-status {
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid #39765d;
  background: #edf7f1;
  color: #285c48;
  font-size: 13px;
  font-weight: 600;
}

.form-status.is-error {
  border-left-color: #b64d4d;
  background: #fff0f0;
  color: #8b3535;
}

.form-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

@media (max-width: 800px) {
  footer .footer-contact {
    text-align: left;
  }
}
