.place-locator-map {
  --place-locator-map-list-width: 43%;
  --place-locator-map-gap: 1rem;
  --place-locator-map-radius: 4px;
  --place-locator-map-list-border-width: 3px;
  --place-locator-input-focus-border-color: var(--wp--preset--color--yellow);
}
@media (max-width: 781px) {
  .place-locator-map {
    --place-locator-map-list-border-width: 2px;
  }
}
.place-locator-map {
  margin-top: var(--wp--preset--spacing--120) !important;
}
.place-locator-map__controls {
  padding-left: var(--wp--preset--spacing--120);
  padding-right: var(--wp--preset--spacing--120);
  margin-bottom: var(--wp--preset--spacing--90);
  margin-left: auto;
  margin-right: auto;
  gap: var(--wp--preset--spacing--90);
  flex-wrap: nowrap;
}
@media (max-width: 781px) {
  .place-locator-map__controls {
    gap: calc(var(--wp--preset--spacing--90) + 8px);
    margin-bottom: calc(var(--wp--preset--spacing--90) + 8px);
  }
}
.place-locator-map__search {
  width: 100%;
  flex-grow: 1;
  flex-shrink: 0;
}
.place-locator-map__search #place-locator-search,
.place-locator-map__search gmp-place-autocomplete {
  width: 100%;
  border: var(--place-locator-map-list-border-width) solid var(--wp--preset--color--black);
  border-radius: 100px;
}
.place-locator-map__search #place-locator-search::part(input),
.place-locator-map__search gmp-place-autocomplete::part(input) {
  padding: 11px 0;
  font-size: var(--wp--preset--font-size--18-desk-15-mob);
  border: none;
  line-height: 1.4;
  font-weight: 400;
  color: var(--wp--preset--color--black);
  background: transparent;
}
@media (max-width: 781px) {
  .place-locator-map__search #place-locator-search::part(input),
  .place-locator-map__search gmp-place-autocomplete::part(input) {
    /* Anything smaller than 16px on mobile, will cause the browser to zoom in on the input field.*/
    font-size: 1rem;
  }
}
.place-locator-map__search #place-locator-search::part(input)::placeholder,
.place-locator-map__search gmp-place-autocomplete::part(input)::placeholder {
  color: var(--wp--preset--color--black);
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  opacity: 0.7;
}
.place-locator-map__filters {
  gap: var(--wp--preset--spacing--90);
  justify-content: space-between;
}
.place-locator-map__filters .place-locator-map__clear {
  border: none;
  outline: none;
  background: transparent;
  font-size: var(--wp--preset--font-size--18-desk-15-mob);
  font-weight: 700;
  line-height: 1.4;
  color: var(--wp--preset--color--black);
  cursor: pointer;
  padding: 0;
  margin: 0;
  text-decoration: none;
  position: relative;
}
.place-locator-map__filters .place-locator-map__clear::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: var(--wp--preset--color--yellow);
  transition: width 0.3s ease;
}
.place-locator-map__filters .place-locator-map__clear:hover::after {
  width: 0;
}
@media (max-width: 850px) {
  .place-locator-map__filters {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: var(--wp--preset--spacing--90);
  }
  .place-locator-map__filters .place-locator-map__filter-group {
    grid-column: 2;
  }
  .place-locator-map__filters .place-locator-map__filter-group:first-child {
    grid-column: 1;
  }
  .place-locator-map__filters .place-locator-map__clear {
    grid-column: 1/-1;
    grid-row: 2;
    width: fit-content;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .place-locator-map__filters .place-locator-map__filter-group {
    grid-column: 1/-1;
    grid-row: 2;
  }
  .place-locator-map__filters .place-locator-map__filter-group:first-child {
    grid-column: 1/-1;
    grid-row: 1;
  }
  .place-locator-map__filters .place-locator-map__clear {
    grid-column: 1/-1;
    grid-row: 3;
  }
}
.place-locator-map__filter-group {
  flex-direction: row;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 850px) {
  .place-locator-map__filter-group {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
  }
}
.place-locator-map__filter-group .place-locator-map__filter-label {
  font-size: var(--wp--preset--font-size--18-desk-15-mob);
  font-weight: 700;
  line-height: 1.4;
}
.place-locator-map__filter-group .sc-place_locator_newsroom_type .wp-custom-select__item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-right: 16px;
}
.place-locator-map__filter-group .sc-place_locator_newsroom_type .wp-custom-select__item::before {
  width: 18px;
  height: 18px;
  background-color: transparent;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  -webkit-mask-image: none;
          mask-image: none;
  display: inline-block;
  content: "";
}
.place-locator-map__filter-group .sc-place_locator_newsroom_type .wp-custom-select__item::after {
  right: 16px;
}
.place-locator-map__filter-group .sc-place_locator_newsroom_type .newsroom::before, .place-locator-map__filter-group .sc-place_locator_newsroom_type .type-newsroom::before {
  background-color: var(--wp--preset--color--black);
  -webkit-mask-image: url(../../img/place-locator/newsroom.svg);
          mask-image: url(../../img/place-locator/newsroom.svg);
}
.place-locator-map__filter-group .sc-place_locator_newsroom_type .print-digital-newsroom::before, .place-locator-map__filter-group .sc-place_locator_newsroom_type .type-print-digital-newsroom::before {
  background-color: var(--wp--preset--color--black);
  -webkit-mask-image: url(../../img/place-locator/newsroom.svg);
          mask-image: url(../../img/place-locator/newsroom.svg);
}
.place-locator-map__filter-group .sc-place_locator_newsroom_type .broadcast::before, .place-locator-map__filter-group .sc-place_locator_newsroom_type .type-broadcast::before {
  background-color: var(--wp--preset--color--black);
  -webkit-mask-image: url(../../img/place-locator/broadcast.svg);
          mask-image: url(../../img/place-locator/broadcast.svg);
}
.place-locator-map__filter-group .sc-place_locator_newsroom_type .radio::before, .place-locator-map__filter-group .sc-place_locator_newsroom_type .type-radio::before {
  background-color: var(--wp--preset--color--black);
  -webkit-mask-image: url(../../img/place-locator/radio.svg);
          mask-image: url(../../img/place-locator/radio.svg);
}
.place-locator-map__filter-group .sc-place_locator_newsroom_type .content-creator::before, .place-locator-map__filter-group .sc-place_locator_newsroom_type .type-content-creator::before {
  background-color: var(--wp--preset--color--black);
  -webkit-mask-image: url(../../img/place-locator/at-sign.svg);
          mask-image: url(../../img/place-locator/at-sign.svg);
}
.place-locator-map__filter-group .sc-place_locator_newsroom_type .podcast::before, .place-locator-map__filter-group .sc-place_locator_newsroom_type .type-podcast::before {
  background-color: var(--wp--preset--color--black);
  -webkit-mask-image: url(../../img/place-locator/podcast.svg);
          mask-image: url(../../img/place-locator/podcast.svg);
}
.place-locator-map__filter-group .sc-place_locator_newsroom_type .newsletter::before, .place-locator-map__filter-group .sc-place_locator_newsroom_type .type-newsletter::before {
  background-color: var(--wp--preset--color--black);
  -webkit-mask-image: url(../../img/place-locator/mail.svg);
          mask-image: url(../../img/place-locator/mail.svg);
}
.place-locator-map {
  /* Custom popup overlay (black box with title on hover/select). */
}
.place-locator-map__popup-bubble {
  color: var(--wp--preset--color--oat);
  font-family: var(--wp--preset--font-family--polymath);
  background: var(--wp--preset--color--black);
  top: -45px;
}
.place-locator-map__radius-circle {
  --place-locator-overlay-fill: rgba(249, 150, 43, 0.35);
  --place-locator-overlay-border-width: var(--place-locator-map-list-border-width);
}
.place-locator-map__layout {
  border-top: var(--place-locator-map-list-border-width) solid var(--wp--preset--color--black);
  border-bottom: var(--place-locator-map-list-border-width) solid var(--wp--preset--color--black);
  width: calc(100vw + var(--place-locator-map-list-border-width));
  margin-left: calc(50% - 50vw - var(--place-locator-map-list-border-width));
  padding-left: var(--wp--preset--spacing--90);
  box-sizing: border-box;
  gap: 0;
  background: var(--wp--preset--color--oat);
  position: relative;
}
.place-locator-map__list {
  border: var(--place-locator-map-list-border-width) solid var(--wp--preset--color--black);
  border-top: none;
  border-bottom: none;
  border-left: none;
  border-radius: 0;
  background: var(--wp--preset--color--oat);
  padding-right: var(--wp--preset--spacing--90);
}
.place-locator-map__skeleton {
  background: transparent;
}
.place-locator-map__map {
  border-radius: 0;
}
.place-locator-map {
  /* Cluster markers (orange circle, black border, bold count). */
}
.place-locator-map .place-locator-cluster-marker {
  position: relative;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.place-locator-map .place-locator-cluster-marker__circle {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  fill: var(--wp--preset--color--yellow);
  stroke: var(--wp--preset--color--black);
  stroke-width: 16px;
}
.place-locator-map .place-locator-cluster-marker__count {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 14px;
  color: var(--wp--preset--color--black);
}
.place-locator-map__results-count {
  padding: var(--wp--preset--spacing--90) 0;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.4;
  font-weight: 700;
  color: var(--wp--preset--color--black);
  border: none;
}
@media (max-width: 781px) {
  .place-locator-map__results-count {
    padding: 15px 0;
  }
}
.place-locator-map__places {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: var(--wp--preset--spacing--90);
}
.place-locator-map__place {
  padding: 0;
  border: none;
  background: transparent;
  position: relative;
}
.place-locator-map__place a:active {
  color: inherit;
}
.place-locator-map__place::before {
  content: "";
  position: absolute;
  background: var(--wp--preset--color--black);
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
}
.place-locator-map__place-content {
  padding: var(--wp--preset--spacing--90);
  border: var(--place-locator-map-list-border-width) solid var(--wp--preset--color--black);
  border-radius: 30px;
  cursor: pointer;
  z-index: 1;
  transition: all 0.3s ease;
  background-color: var(--wp--preset--color--oat);
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 781px) {
  .place-locator-map__place-content {
    gap: 15px;
    padding: 15px;
  }
}
.place-locator-map__place-link {
  font-weight: 700;
  text-decoration: none;
  font-size: var(--wp--preset--font-size--30-desk-20-mob);
  color: var(--wp--preset--color--black) !important;
  line-height: 1.3;
}
.place-locator-map__place-link:hover {
  text-decoration: none;
}
.place-locator-map__place-address, .place-locator-map__place-distance {
  display: none;
}
.place-locator-map__place-geo {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 15px;
}
.place-locator-map__place-geo-name {
  font-size: var(--wp--preset--font-size--18-desk-12-mob);
  font-weight: 800;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 0.9px;
  display: flex;
  padding: 0.5em 0.9em;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  border: var(--place-locator-map-list-border-width) solid var(--wp--preset--color--black);
}
.place-locator-map__place-geo-state {
  font-size: var(--wp--preset--font-size--18-desk-12-mob);
  font-weight: 400;
  text-decoration: none;
  text-transform: normal;
  line-height: 1.4;
}
.place-locator-map__place-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.place-locator-map__place-actions .place-locator-map__place-action-website {
  font-size: var(--wp--preset--font-size--18-desk-12-mob);
  font-weight: 700;
  text-decoration: none;
  text-transform: lowercase;
  line-height: 1.4;
}
.place-locator-map__place-bottom {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  gap: 10px;
}
.place-locator-map__place-bottom .place-locator-map__place-action-more-details {
  font-size: var(--wp--preset--font-size--18-desk-12-mob);
  font-weight: 600;
  text-decoration: underline;
  display: none;
  text-decoration-thickness: 0.1em;
  text-underline-offset: 0.12em;
}
.place-locator-map__place-bottom .place-locator-map__place-action-more-details:hover {
  text-decoration: none;
}
.place-locator-map__place-bottom .place-locator-map__place-action-more-details::after {
  content: "";
  background: var(--wp--preset--color--oat);
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  display: inline-block;
  width: 12px;
  height: 12px;
  position: relative;
  top: 1px;
  -webkit-mask-image: url(../../img/chevron-right.svg);
          mask-image: url(../../img/chevron-right.svg);
  margin-left: 2px;
}
.place-locator-map__place-types {
  display: flex;
  flex-direction: row;
  gap: 8px;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  line-height: 1;
  max-height: 24px;
  /* If there are no child spans, set the max-height to 0*/
  /* &:not(:has(> span)) {*/
  /* 	display: none;*/
  /* }*/
}
.place-locator-map__place-types > span::before {
  position: relative;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-color: transparent;
  -webkit-mask-image: none;
          mask-image: none;
  content: "";
}
.place-locator-map__place-types .newsroom::before, .place-locator-map__place-types .type-newsroom::before {
  background-color: var(--wp--preset--color--black);
  -webkit-mask-image: url(../../img/place-locator/newsroom.svg);
          mask-image: url(../../img/place-locator/newsroom.svg);
}
.place-locator-map__place-types .print-digital-newsroom::before, .place-locator-map__place-types .type-print-digital-newsroom::before {
  background-color: var(--wp--preset--color--black);
  -webkit-mask-image: url(../../img/place-locator/newsroom.svg);
          mask-image: url(../../img/place-locator/newsroom.svg);
}
.place-locator-map__place-types .broadcast::before, .place-locator-map__place-types .type-broadcast::before {
  background-color: var(--wp--preset--color--black);
  -webkit-mask-image: url(../../img/place-locator/broadcast.svg);
          mask-image: url(../../img/place-locator/broadcast.svg);
}
.place-locator-map__place-types .radio::before, .place-locator-map__place-types .type-radio::before {
  background-color: var(--wp--preset--color--black);
  -webkit-mask-image: url(../../img/place-locator/radio.svg);
          mask-image: url(../../img/place-locator/radio.svg);
}
.place-locator-map__place-types .content-creator::before, .place-locator-map__place-types .type-content-creator::before {
  background-color: var(--wp--preset--color--black);
  -webkit-mask-image: url(../../img/place-locator/at-sign.svg);
          mask-image: url(../../img/place-locator/at-sign.svg);
}
.place-locator-map__place-types .podcast::before, .place-locator-map__place-types .type-podcast::before {
  background-color: var(--wp--preset--color--black);
  -webkit-mask-image: url(../../img/place-locator/podcast.svg);
          mask-image: url(../../img/place-locator/podcast.svg);
}
.place-locator-map__place-types .newsletter::before, .place-locator-map__place-types .type-newsletter::before {
  background-color: var(--wp--preset--color--black);
  -webkit-mask-image: url(../../img/place-locator/mail.svg);
          mask-image: url(../../img/place-locator/mail.svg);
}
@media (hover: hover) {
  .place-locator-map__place:hover .place-locator-map__place-content, .place-locator-map__place.is-hovered .place-locator-map__place-content {
    background: var(--wp--preset--color--yellow);
    transform: translateX(15px);
  }
  .place-locator-map__place:hover .place-locator-map__place-geo-name, .place-locator-map__place.is-hovered .place-locator-map__place-geo-name {
    background: var(--wp--preset--color--black);
    color: var(--wp--preset--color--oat);
  }
}
.place-locator-map__place.is-selected .place-locator-map__place-content {
  background: var(--wp--preset--color--black);
  color: var(--wp--preset--color--oat);
  transform: translateX(0);
}
.place-locator-map__place.is-selected .place-locator-map__place-content .place-locator-map__place-link {
  color: var(--wp--preset--color--oat) !important;
}
.place-locator-map__place.is-selected .place-locator-map__place-geo-name {
  background: var(--wp--preset--color--yellow);
  color: var(--wp--preset--color--black);
}
.place-locator-map__place.is-selected .place-locator-map__place-actions .place-locator-map__place-action-website {
  color: var(--wp--preset--color--oat);
}
.place-locator-map__place.is-selected .place-locator-map__place-bottom .place-locator-map__place-action-more-details {
  display: inline-block;
  color: var(--wp--preset--color--oat);
}
.place-locator-map__place.is-selected .place-locator-map__place-types > span:not(.other)::before {
  background-color: var(--wp--preset--color--oat);
}
/*# sourceMappingURL=t51-place-locator-map.css.map */