/*
 * Form 3's fallback fields are driven by the NLF finder controller instead of
 * Fluent Forms' hidden-field conditional UI. This prevents the create-Group
 * section from flashing or remaining visible on first load.
 */
#fluentform_3 .nlf-create-group-only,
form[data-form_id="3"] .nlf-create-group-only {
  display: none !important;
}

#fluentform_3.nlf-group-finder--create .nlf-create-group-only:not([hidden]),
form[data-form_id="3"].nlf-group-finder--create .nlf-create-group-only:not([hidden]) {
  display: var(--nlf-create-group-display, block) !important;
  visibility: visible !important;
}

#fluentform_3 .nlf-create-group-only[hidden],
form[data-form_id="3"] .nlf-create-group-only[hidden] {
  display: none !important;
}

#fluentform_3.nlf-group-finder--create .nlf-create-group-only[hidden],
form[data-form_id="3"].nlf-group-finder--create .nlf-create-group-only[hidden] {
  display: none !important;
}

.nlf-group-finder-summary[hidden] {
  display: none !important;
}

.nlf-group-finder-summary {
  width: min(100%, 68ch);
  margin: 0 auto 27px;
  color: inherit;
  text-align: center;
}

.nlf-group-finder-summary__title {
  margin: 0 0 10px !important;
  color: inherit !important;
  font-family: Arial, Helvetica, sans-serif !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em;
  line-height: 1.2 !important;
  text-transform: uppercase;
}

.nlf-group-finder-summary__values {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  align-items: flex-start;
  justify-content: center;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.nlf-group-finder-summary__values li {
  display: flex;
  gap: 5px;
  align-items: baseline;
  margin: 0 !important;
  padding: 0 !important;
  color: inherit !important;
  font-size: 14px;
  line-height: 1.35;
}

.nlf-group-finder-summary__values strong {
  font-weight: 700;
}

.nlf-group-finder-summary__change {
  margin: 13px 0 0 !important;
  padding: 0 0 2px !important;
  border: 0 !important;
  border-bottom: 1px solid currentColor !important;
  border-radius: 0 !important;
  background: transparent !important;
  color: inherit !important;
  font: inherit !important;
  font-size: 14px !important;
  line-height: 1.2 !important;
  cursor: pointer;
}

.nlf-group-finder-summary__change:hover,
.nlf-group-finder-summary__change:focus-visible {
  border-bottom-width: 2px !important;
}
