.store-locator-list {
  margin: 50px;
}
.store-locator-list__footer .item a {
  padding: 5px;
}

.store-locator-list__footer .item::marker {
  content: none;
  display: none;
}

.store-locator-list__footer .item a {
  font-size: 14px;
}

.store-locator-list .search-store {
  margin-bottom: 30px;
}

.store-locator-list .search-store {
  border: 1px solid #eee;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.store-locator-list .search-store .company-name {
  line-height: 1.25;
  font-size: 18px;
}

.store-locator-list .search-store .result-distance,
.store-locator-list .search-store .address-phone,
.store-locator-list .search-store .direction {
  font-size: 14px;
  line-height: 1.25;
  display: block;
  text-transform: none;
  color: #000;
}

.store-local-banner-inner {
  padding: 15px;
  text-align: center;
  text-transform: uppercase;
  font-size: 20px;
  background: rgb(0 0 0 / 55%);
  color: #fff;
  font-weight: 700;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 576px) {
  .store-local-banner-inner {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .store-local-banner-inner {
    max-width: 720px;
  }
}

@media (min-width: 920px) {
  .store-local-banner-inner {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .store-local-banner-inner {
    max-width: 1170px;
    font-size: 30px;
    padding: 30px;
  }
}

@media (min-width: 1400px) {
  .store-local-banner-inner {
    max-width: 1370px;
  }
}
