/* Shared community contact form: quieter, Figma-like field treatment. */
.community-contact-form input:not([type='checkbox']),
.community-contact-form textarea {
  border: 0 !important;
  border-bottom: 1px solid #9b9692 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: 0;
}

.community-contact-form input:not([type='checkbox']) {
  height: 48px !important;
  padding: 0 2px 10px !important;
}

.community-contact-form textarea {
  height: 96px !important;
  padding: 12px 2px !important;
}

.community-contact-form input:not([type='checkbox']):focus,
.community-contact-form textarea:focus {
  border-bottom-color: #dd8f93 !important;
}

.community-contact-form input[type='checkbox'] {
  border: 1px solid #777 !important;
  border-radius: 2px !important;
}
