/**
 * Contact & Engagement — scoped to existing expertise-section (#contact).
 */

#contact .default-form .form-group textarea {
  height: 140px;
}

#contact .daccina-contact-success {
  margin-top: 18px;
  font-size: 16px;
  line-height: 1.6;
  font-weight: 500;
  color: var(--accent-green);
  text-align: center;
}

#contact .daccina-contact-success[hidden] {
  display: none;
}
