#map {
  height: 350px;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 30px;
}
.dealers .search {
  position: relative;
}

.dealers .search #search-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 17px;
  opacity: 0.8;
}

.dealers input {
  border-width: 1.2px;
  border-style: solid;
  display: inline-block;
  padding: 0.7rem 0.7rem 0.7rem 35px;
  width: 100%;
  height: 50px;
  outline: none;
  font-weight: inherit;
  background-color: #fff;
  border-color: #e2e4e5;
  color: #000;
}

.predictive-text {
  position: relative;
  z-index: 5;
}

.predictive-text-option {
  padding: 8px 12px;
  background: #fff;
  border: 0.5px solid #e2e4e5;
  border-top: none;
  cursor: pointer;
}

.predictive-text-option:hover {
  background: #f5f5f5;
}
.dealer .book-a-drive>a{ 
  width:100%; color:#fff;
  background-color: #000;
}
.dealer .book-a-drive>a:hover{ 
  color:#fff;
  background-color: #880027;
}
.dealer .book-a-drive{
  justify-content: flex-start;
  min-width: 150px;
  margin-top:15px;
}

.info-window h5{font-size:20px; color:#191919;}
.info-window strong i img{filter:invert(12%) sepia(44%) saturate(6085%) hue-rotate(332deg) brightness(90%) contrast(103%); color:#000;}
#closestDealers{list-style:none; padding:0;height:auto; cursor: pointer;display: grid; grid-template-columns: repeat(3, 1fr); gap:20px;}
@media(max-width: 728px){
  #closestDealers{grid-template-columns: 1fr;}
}
#closestDealers li{border: 0.5px solid #B4B4B4;padding:20px;margin:0;}
#closestDealers li i img{filter: invert(12%) sepia(44%) saturate(6085%) hue-rotate(332deg) brightness(90%) contrast(103%);};
.dealer ul#closestDealers li h5{font-size:20px !important; margin-bottom:0; padding-bottom:20px;}
#closestDealers li .daddress{background-image:url(https://141078898.fs1.hubspotusercontent-eu1.net/hubfs/141078898/icons/Location%20Icon.svg);}
#closestDealers li .dcontact{background-image:url(https://141078898.fs1.hubspotusercontent-eu1.net/hubfs/141078898/icons/Phone.svg);}
#closestDealers li .dmap{background-image:url(https://141078898.fs1.hubspotusercontent-eu1.net/hubfs/141078898/icons/Visit%20Website.svg);}
#closestDealers li .daddress, #closestDealers li .dcontact, #closestDealers li .dmap{
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 15px; 
  color:#B4B4B4;
  background-repeat: no-repeat;
  background-position: 0px 4px;
  padding-left:20px;
}
#closestDealers li .dcontact a, #closestDealers li .dmap a{color:#B4B4B4;}

/* ---- Load more ---- */

.dealers-footer {
  display: flex;
  justify-content: flex-end;
  padding-top: 20px;
}

.dealers-load-more {
  appearance: none;
  border: none;
  background-color: #BF90F7;
  color: #fff;
  font-size: 15px;
  padding: 14px 40px;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

.dealers-load-more:hover,
.dealers-load-more:focus-visible {
  background-color: #A874F0;
}

.dealers-load-more:focus-visible {
  outline: 2px solid #191919;
  outline-offset: 2px;
  
  @media (max-width: 728px) {
  .dealers-load-more {
    width: 100%;
  }
}

