/* NHF Volunteer Hub Lookup */
.nhf-volunteer-lookup {
  max-width: 900px;
  margin: 1.5rem 0;
}

.nhf-volunteer-lookup__title {
  margin-bottom: 0.75rem;
}

.nhf-volunteer-lookup__input {
  width: 100%;
  max-width: 560px;
  margin-bottom: 0.75rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.12);
}

.nhf-volunteer-lookup__result {
  margin-top: 1rem;
  padding: 1rem 1.25rem;
  background-color: #f8fafc;
  border: 1px solid #dbe3ea;
  border-radius: 0.5rem;
  line-height: 1.45;
}

.nhf-volunteer-thanks {
  margin-top: 0;
}

.nhf-volunteer-role p:last-child,
.nhf-volunteer-role ul:last-child {
  margin-bottom: 0;
}

.nhf-volunteer-separator {
  margin: 1.5rem 0;
}

.ui-autocomplete {
  z-index: 10000 !important;
  background: #fff;
  border: 1px solid #ccc;
  max-height: none;
  overflow: hidden;
  box-sizing: border-box;
  list-style: none;
  margin-left: 0;
  padding: 0;
  font-size: 1.15em;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.ui-autocomplete .ui-menu-item,
.ui-autocomplete .ui-menu-item-wrapper {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-autocomplete .ui-menu-item-wrapper {
  padding: 6px 10px;
}
