.store-locator-no-apiKey {
  display: none;
}

.store-locator-no-results {
  display: none;
}

.store-locator-page .btn-storelocator-search {
  position: absolute;
  bottom: 15px;
  right: 15px;
  border: none;
  background: transparent;
  font-size: 1.5em;
  cursor: pointer;
  outline: none;
}
.store-locator-page .map-canvas {
  width: 100%;
  height: auto;
  min-height: 400px;
  border-radius: 0;
}
@media (max-width: 768.98px) {
  .store-locator-page .map-canvas {
    min-height: 250px;
  }
}
.store-locator-page .results-card {
  border: none;
  color: #231f20;
}
.store-locator-page .results-card .store-details {
  border-bottom: 1px solid #b1b0b0;
}
.store-locator-page .results-card .store-details.active .title .store-location {
  display: none;
}
.store-locator-page .results-card .store-details .title {
  position: relative;
  line-height: 2em;
  display: block;
}
.store-locator-page .results-card .store-details .title .store-name {
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
  line-height: 8px;
}
.store-locator-page .results-card .store-details .title .store-street {
  font-size: 0.75rem;
  letter-spacing: 3.7px;
}
.store-locator-page .results-card .store-details .title .store-location {
  position: absolute;
  right: 30px;
  bottom: 0;
  letter-spacing: 1px;
}
.store-locator-page .results-card .store-details .title .store-location span.icon-navigation {
  font-size: 1.25rem;
  vertical-align: text-bottom;
}
.store-locator-page .results-card .store-details .title::after {
  font-size: 24px;
}
.store-locator-page .results-card .store-details .content {
  font-size: 0.75rem;
  letter-spacing: 1px;
  margin: 0;
  padding: 10px 0;
}
.store-locator-page .results-card .store-details .content .content-title {
  margin-bottom: 8px;
  font-weight: bold;
}
.store-locator-page .results-card .store-details .content .store-address .icon-phone,
.store-locator-page .results-card .store-details .content .store-address .icon-navigation {
  font-size: 16px;
}

.store-locator__components .content-title {
  font-family: "Journal", serif;
  font-weight: lighter;
  font-size: 2rem;
  letter-spacing: 2px;
  margin-bottom: 0.5rem;
}
