textarea {
  width: 100%;
  min-height: 8rem;
  margin-top: .35rem;
  padding: .85rem 1rem;
  resize: vertical;
  border: 1px solid #c7d2d3;
  border-radius: .65rem;
  background: #fff;
  color: #102a32;
  font: inherit;
}

textarea:focus {
  border-color: #19aeb4;
  outline: 3px solid rgba(25, 174, 180, .25);
}

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

#contact-form button:disabled {
  cursor: wait;
  opacity: .68;
  transform: none;
}

.copy-status.success {
  color: #087b81;
}

.copy-status.error {
  color: #b33a2c;
}
