/**
 * Locations autocomplete dropdown
 */
.ffdfseo-locations-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin: 2px 0 0;
  padding: 0;
  list-style: none;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  max-height: 240px;
  overflow-y: auto;
  z-index: 1000;
}

.ffdfseo-locations-dropdown li {
  padding: 8px 12px;
  cursor: pointer;
  font-size: 14px;
  line-height: 1.4;
}

.ffdfseo-locations-dropdown li:hover,
.ffdfseo-locations-dropdown li.ffdfseo-locations-active {
  background: #f0f6fc;
}
