.tgb-contact-enhanced .tgb-contact-extra-field {
  animation: tgbContactFieldIn .18s ease-out;
}

.tgb-contact-enhanced .tgb-contact-extra-field[hidden] {
  display: none !important;
}

.tgb-contact-enhanced .tgb-contact-invalid {
  border-color: #ED1C24 !important;
  box-shadow: 0 0 0 2px rgba(237, 28, 36, .16) !important;
}

.tgb-contact-enhanced .tgb-contact-field-error {
  margin-top: .45rem;
  color: #ED1C24;
  font-size: .86rem;
  line-height: 1.5;
  font-weight: 700;
}

.tgb-contact-enhanced .tgb-contact-help {
  margin-top: .35rem;
  color: rgba(27, 20, 100, .55);
  font-size: .82rem;
  line-height: 1.45;
}

@keyframes tgbContactFieldIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}
