#invite {
  text-align: center;
}

.contact-social {
  & a {
    display: flex;
    align-items: center;
    gap: 5px;
    height: 32px;
  }

  height: 50px;
  padding: 4px 0;
  display: flex;
  gap: 8px;
  align-items: center;
}

#separator {
  width: 100%;
  text-align: center;
  border-bottom: 1px solid #000;
  line-height: 0.1em;
  margin: 10px 0 20px;
}

#separator span {
  background: var(--white);
  padding: 0 10px;
}

#contact {
  padding: 88px 20px 20px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;

  .field {
    margin-bottom: 16px;
  }

  .actions {
    padding-top: 8px;

    & input {
      background-color: var(--black);
      color: var(--white);
      width: 100%;
    }
  }

  & h1 {
    font-size: 2rem;
    font-weight: 500;
    margin-top: 24px;
  }

  & p {
    margin: 10px 0 20px 0;
    max-width: 500px;
  }
}

.contact-form {
  width: 100%;
  max-width: 500px;
}

#image-input {
  border-radius: 0.313rem;
  border: 0.063rem solid var(--gray);
  padding: 0.5rem;
  min-width: 240px;
  max-width: 572px;
}

.legal-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 3rem;
  gap: 16px;
  padding: 0 20px;
  flex-wrap: wrap;
  text-align: center;
}

@media (min-width: 1024px) {
  #contact {
    .g-recaptcha {
      transform: scale(1);
      transform-origin: 0 0;
    }
  }
}
