textarea {
  resize: none;
  min-height: 8em;
  margin-bottom: 1rem;
}

.full-width {
  width: 100%;
  display: inline-block;
}

.contact-row-container {
  width: 100%;
  display: flex;
  flex-direction: row;
  gap: 2%;
  margin-bottom: 1rem;
  margin-top: 5rem;
}

.half-width {
  flex: auto;
}

.contact-input {
  padding: 0.4em;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    Helvetica, Arial, sans-serif;
}

.contact-input::placeholder {
  color: #8f8f8f;
  font-family: Inter, -apple-system, BlinkMacSystemFont, Roboto, "Segoe UI",
    Helvetica, Arial, sans-serif;
}

.contact-input,
.submit-button-container {
  width: 100%;
}

.submit-button-container {
  display: flex;
  justify-content: flex-end;
}

.submit-button {
  padding: 0.75em 1.25em;
  background-color: black;
  border: solid 1px white;
  color: white;
  margin-bottom: 1rem;
}

.submit-button:hover {
  cursor: pointer;
}

.submit-button:active {
  background-color: white;
  color: black;
  cursor: pointer;
}

.form-thanks h3,
.form-error h3 {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 5rem;
  margin-bottom: 1rem;
}
