.webform-submission-form .js-form-item {
  display: flex;
  flex-direction: column;
}

.webform-element-description {
  font-size: 12px;
  margin-bottom: 10px;
  margin-top: -15px;
}

.webform-submission-form .js-form-item > label {
  margin-bottom: 0.25em;
  font-weight: 500;
}

.form-text {
  width: 100%;
}

.ui-autocomplete {
  z-index: 10000 !important;
  max-height: 300px;
  overflow-y: auto;
  border-radius: 6px;
  box-shadow: 0 8px 16px rgba(0,0,0,0.12);
  padding: 0;
  background-color: #fff;
  font-family: inherit;
  font-size: 15px;
}

.ui-menu-item-wrapper {
  padding: 10px 14px;
  border-bottom: 1px solid #eee;
  color: #222 !important;
}

.ui-menu-item-wrapper:hover {
  background-color: #f4f7fc;
  color: #222 !important;
  cursor: pointer;
}

.autocomplete-label {
  font-weight: 500;
  color: #222;
}

.autocomplete-subtext {
  font-size: 13px;
  color: #666;
}

.form-section-title {
  font-size: 2rem;
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  color: #373cf5;
}
