#rs-search-map-host {
  position: fixed;
  left: -100000px;
  top: 0;
  width: 480px;
  height: 480px;
  overflow: hidden;
  pointer-events: none;
}

.search-map {
  position: relative;
  width: 100%;
  height: 100%;
}

.search-map-slot {
  width: 100%;
  height: 60vh;
  overflow: hidden;
  background: #e8eaed;
}

.search-map-toggle {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 600;
  display: none;
  align-items: center;
  padding: 0;
  width: 52px;
  height: 52px;
  border: 0;
  border-radius: 26px;
  background: #ff6e03;
  color: #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.35);
  cursor: pointer;
}
.search-map-toggle .icon {
  width: 24px;
  height: 24px;
  margin: 0 14px;
  flex: 0 0 auto;
}
.search-map-toggle .label {
  display: none;
  white-space: nowrap;
  font-weight: 600;
  padding-right: 18px;
}

body.results .search-map-toggle:not([hidden]) {
  display: inline-flex;
}

.map-list-wrap > .resultlist .vcard.map-active > article:not(:hover),
.map-list-wrap > .resultlist .vcard.map-selected > article:not(:hover) {
  background: #fff7f0;
  z-index: 0;
}
.map-list-wrap > .resultlist .vcard.map-active > article:not(:hover)::after,
.map-list-wrap > .resultlist .vcard.map-selected > article:not(:hover)::after {
  content: "";
  visibility: visible;
  position: absolute;
  top: -1px;
  right: 0;
  bottom: -1px;
  left: 0;
  box-sizing: border-box;
  height: calc(100% + 2px);
  border: 2px solid #ff6e03;
  z-index: 3;
  pointer-events: none;
}

.search-map-premium {
  cursor: pointer;
}
.search-map-premium .inner {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 0.3em;
  padding: 0.12em;
  font-size: 12px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  white-space: nowrap;
  transform-origin: center bottom;
  transition: transform 180ms cubic-bezier(0.2, 0.8, 0.3, 1.1), box-shadow 180ms ease-out;
}
.search-map-premium .inner::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.375em;
  margin-top: -1px;
  width: 0;
  height: 0;
  border: 0.375em solid transparent;
  border-bottom: 0;
  border-top-color: #fff;
}
.search-map-premium .search-map-badge {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.625em;
  height: 1.625em;
  border-radius: 50%;
  background: #e0a200;
  color: #fff;
}
.search-map-premium .search-map-badge svg {
  display: block;
  width: 0.95em;
  height: 0.95em;
  fill: #fff;
}
.search-map-premium .search-map-rating {
  padding-right: 0.3em;
  font-size: 0.8em;
  font-weight: 700;
  color: #333;
  background: none;
}
.search-map-premium[data-rank=platinum] .inner {
  font-size: 14px;
}
.search-map-premium[data-rank=platinum] .search-map-badge {
  background: #ff6e03;
}
.search-map-premium.is-hovered .inner {
  transform: scale(1.08);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.search-map-you {
  position: relative;
  width: 16px;
  height: 16px;
  pointer-events: none;
}
.search-map-you .beam {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  border-radius: 50%;
  background: conic-gradient(from -35deg, rgba(66, 133, 244, 0.45) 0deg 70deg, transparent 70deg 360deg);
  mask-image: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.9) 15%, transparent);
  -webkit-mask-image: radial-gradient(circle closest-side, rgba(0, 0, 0, 0.9) 15%, transparent);
}
.search-map-you .dot {
  position: absolute;
  inset: 0;
  box-sizing: border-box;
  border-radius: 50%;
  border: 1.5px solid #fff;
  background: #4285f4;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.45);
}

.search-map-popup strong {
  display: block;
  margin-bottom: 4px;
}
.search-map-popup a {
  font-weight: 600;
}
.search-map-popup .resultlist {
  margin: 0;
  padding: 0;
  list-style: none;
  max-width: none;
  background: none;
  border: 0;
  width: 320px;
  container-type: inline-size;
}
@media (max-width: 800px) {
  .search-map-popup .resultlist {
    width: min(320px, 100vw - 48px);
  }
}
.search-map-popup .resultlist li {
  margin: 0;
}
.search-map-popup .vcard article {
  border: 0;
}
.search-map-popup .in-search-banner-block {
  display: none;
}

.search-map-card-popup .mapboxgl-popup-content {
  padding: 4px;
}
.search-map-card-popup .mapboxgl-popup-close-button {
  width: auto;
  padding: 0 5px;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
  color: #555;
}
.search-map-card-popup .mapboxgl-popup-close-button:hover, .search-map-card-popup .mapboxgl-popup-close-button:focus, .search-map-card-popup .mapboxgl-popup-close-button:active {
  background: none;
  color: #555;
}
.search-map-card-popup .search-map-popup .vcard article:hover, .search-map-card-popup .search-map-popup .vcard article:focus, .search-map-card-popup .search-map-popup .vcard article:active, .search-map-card-popup .search-map-popup .vcard article:focus-within {
  color: #333;
  background: #fff;
}
.search-map-card-popup .search-map-popup .vcard article:hover .is-preferred, .search-map-card-popup .search-map-popup .vcard article:focus .is-preferred, .search-map-card-popup .search-map-popup .vcard article:active .is-preferred, .search-map-card-popup .search-map-popup .vcard article:focus-within .is-preferred {
  color: inherit;
}
.search-map-card-popup .search-map-popup .vcard article:hover .is-24hour .icon,
.search-map-card-popup .search-map-popup .vcard article:hover .listing-details .icon, .search-map-card-popup .search-map-popup .vcard article:focus .is-24hour .icon,
.search-map-card-popup .search-map-popup .vcard article:focus .listing-details .icon, .search-map-card-popup .search-map-popup .vcard article:active .is-24hour .icon,
.search-map-card-popup .search-map-popup .vcard article:active .listing-details .icon, .search-map-card-popup .search-map-popup .vcard article:focus-within .is-24hour .icon,
.search-map-card-popup .search-map-popup .vcard article:focus-within .listing-details .icon {
  fill: currentColor;
}
.search-map-card-popup .search-map-popup .vcard,
.search-map-card-popup .search-map-popup .vcard * {
  transition: none;
}

@media (min-width: 801px) {
  body.results.map-open .map-list-wrap {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
  }
  body.results.map-open .map-list-wrap > .search-map-slot {
    grid-row: 1;
    grid-column: 1;
    z-index: 1;
    height: 100vh;
    position: sticky;
    top: 0;
    align-self: start;
  }
  body.results.map-open .map-list-wrap > .resultlist {
    grid-row: 1;
    grid-column: 1;
    z-index: 2;
    max-width: max(414px, 20vw);
    padding-right: 0;
  }
  body.results.map-open .map-list-wrap > .resultlist > li.vcard article:hover {
    color: #fefefe;
    background: #333;
  }
  body.results.map-open .map-list-wrap > .resultlist > li.vcard article:hover .is-preferred {
    color: #fefefe;
  }
  body.results.map-open .map-list-wrap > .resultlist > li.vcard article:hover .is-24hour .icon,
body.results.map-open .map-list-wrap > .resultlist > li.vcard article:hover .listing-details .icon {
    fill: #fefefe;
  }
  body.results.map-open .map-list-wrap > .resultlist > li.vcard article:hover .website-cta {
    color: #333;
  }
  body.results.map-open .map-list-wrap > .resultlist > li.vcard article:hover .website-cta .icon {
    fill: #333;
  }
  body.results.map-open .map-list-wrap > .resultlist > li.vcard article:hover .desc {
    background-color: inherit;
  }
  body.results.map-open main > .secondary {
    display: none;
  }
  body.results.map-open main > .found-on-4roadservice {
    margin-right: 0;
  }
  main > header {
    position: relative;
    padding-right: 200px;
  }
  .search-map-toggle {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    width: auto;
    height: 38px;
    border-radius: 19px;
    font-size: 0.8em;
  }
  .search-map-toggle .icon {
    width: 19px;
    height: 19px;
    margin: 0 11px;
  }
  .search-map-toggle .label {
    display: inline;
    padding-right: 14px;
  }
}

/*# sourceMappingURL=search-results-map.css.map */