/**
 * School select (ivcf_school) autocomplete dropdown: scrollbar and max height.
 * Limit to ~10 visible items so the dropdown doesn't overflow the viewport.
 */
.ivcf-school-autocomplete-dropdown {
  max-height: 350px;
  overflow-y: auto;
}
