.pac-container {
  font-family: inherit;
  font-size: 14px !important;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}
.pac-container .pac-item {
  font-size: 14px !important;
}

#store-location {
  display: grid;
  grid-template-columns: 0.5fr 1fr;
  gap: 26px;
  padding: 0 50px;
}
@media (max-width: 1050px) {
  #store-location {
    padding: 0 15px;
    grid-template-columns: 0.8fr 1fr;
  }
}
@media (max-width: 780px) {
  #store-location {
    grid-template-columns: 1fr;
  }
}
#store-location #g-map {
  height: 350px;
  min-height: 100%;
  width: 100%;
  background: #eaeaea;
}
#store-location #g-map .gm-style-iw.gm-style-iw-c {
  max-width: 240px !important;
  font-size: 14px;
}
#store-location #g-map .gm-style-iw.gm-style-iw-c .gm-style-iw-ch {
  padding-top: 0;
  visibility: hidden;
}
#store-location #g-map .gm-style-iw.gm-style-iw-c strong {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
  font-size: 16px;
}
#store-location #g-map .gm-style-iw.gm-style-iw-c .distance {
  display: inline-block;
  margin-top: 6px;
}
#store-location .search-container {
  margin-bottom: 16px;
  position: relative;
}
#store-location .search-container::before {
  content: "";
  position: absolute;
  right: 12px;
  bottom: 10px;
  width: 24px;
  height: 24px;
  background-image: url("../../img/search-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#store-location .search-container #location-search {
  width: 100%;
  padding: 12px;
  padding-right: 45px;
  font-size: 16px;
  border: 1px solid grey;
  border-radius: 0px;
  margin-bottom: 0px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
#store-location .store-locations-container {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
#store-location .store-locations-container .store-card {
  padding: 24px;
  background-color: #fff;
  border: #fff solid 5px;
}
@media (max-width: 1050px) {
  #store-location .store-locations-container .store-card {
    padding: 14px;
  }
}
#store-location .store-locations-container .store-card.closest-store {
  border-color: #a7d4eb;
  box-shadow: 0 0 10px rgba(0, 115, 170, 0.2);
  order: -1;
}
#store-location .store-locations-container .store-card .distance-way {
  margin-top: 0;
  font-size: 16px;
}
@media (max-width: 780px) {
  #store-location .store-locations-container .store-card .distance-way {
    font-size: 14px;
  }
}
#store-location .store-locations-container .store-card h3 {
  font-weight: 700;
}
#store-location .store-locations-container .store-card .store-address {
  font-size: 16px;
  margin-top: -5px;
  margin-bottom: 0.8em;
}
@media (max-width: 780px) {
  #store-location .store-locations-container .store-card .store-address {
    font-size: 14px;
    margin-top: -10px;
  }
}
#store-location .store-locations-container .store-card .wp-block-button__link {
  margin-top: 35px;
  margin-bottom: 0;
}
/*# sourceMappingURL=store-locations.css.map */
