/* --- Dealer Locator Scrollable Results --- */
.dealer-left {
  display: flex;
  flex-direction: column; }

#dealer_list.dealer-results {
  max-height: 520px;
  /* adjust if needed */
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 8px;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 768px) {
  #dealer_list.dealer-results {
    max-height: 320px; } }
