.giid-location-finder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
  max-width: 24em;
  -ms-flex-item-align: center;
      align-self: center;
}
.giid-location-finder__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%;
}
.giid-location-finder__row > br {
  display: none;
}
.giid-location-finder__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  min-height: 49px;
  padding: 0 14px;
  border: 1px solid #cfd6df;
  border-right: 0;
  border-radius: 999px 0 0 999px;
  background: #fff;
  color: var(--as-basebrandcolor);
  caret-color: var(--as-basebrandcolor);
  font-size: 15px;
}
.giid-location-finder__input:focus, .giid-location-finder__input:active {
  background: #fff;
}
.giid-location-finder__button {
  min-width: 84px;
  min-height: 49px;
  padding: 0 14px;
  border: 0;
  border-radius: 0 999px 999px 0;
  background: var(--as-basebrandcolor);
  color: #fff;
  font-weight: 700;
  cursor: pointer;
  font-size: 15px;
}
.giid-location-finder__list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  z-index: 30;
  margin: 0;
  padding: 0;
  list-style: none;
  border-radius: 16px;
  overflow: hidden;
  background: #4e4e4e;
  -webkit-box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
          box-shadow: 0 20px 40px rgba(0, 0, 0, 0.18);
}
.giid-location-finder__item {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.giid-location-finder__item:first-child {
  border-top: 0;
}
.giid-location-finder__option {
  display: block;
  width: 100%;
  padding: 12px 16px;
  border: 0;
  background: transparent;
  color: #fff;
  text-align: left;
  cursor: pointer;
  font-size: 15px;
}
.giid-location-finder__option.is-active, .giid-location-finder__option:hover {
  background: rgba(255, 255, 255, 0.14);
}
.giid-location-finder__empty {
  padding: 12px 16px;
  color: #fff;
}
.giid-location-finder__data {
  display: none;
}

.giid-location-search-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.giid-location-search-page > p {
  margin: 0;
}
.giid-location-search-page > p:empty {
  display: none;
}
.giid-location-search-page__layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.giid-location-search-page__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  min-width: 0;
}
.giid-location-search-page__map-column {
  min-width: 0;
}
.giid-location-search-page__hero {
  display: grid;
  gap: 4px;
  text-align: center;
}
.giid-location-search-page__hero > p {
  margin: 0;
}
.giid-location-search-page__hero > p:empty {
  display: none;
}
.giid-location-search-page__hero .wp-block-heading {
  margin-bottom: 0;
  margin-top: 0;
}
.giid-location-search-page__toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.giid-location-search-page__toolbar > p {
  display: none;
  margin: 0;
}
.giid-location-search-page__finder {
  width: 100%;
  max-width: 620px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.giid-location-search-page__radius {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.giid-location-search-page__radius > br {
  display: none;
}
.giid-location-search-page__map-wrap {
  position: relative;
}
.giid-location-search-page__search-area-button {
  position: absolute;
  top: 50%;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 5;
  min-height: 44px;
  padding: 0 24px;
  border: 2px solid #0b213b;
  background: #69a9dc;
  color: #0b213b;
  font-weight: 800;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-box-shadow: 0 8px 18px rgba(11, 33, 59, 0.18);
          box-shadow: 0 8px 18px rgba(11, 33, 59, 0.18);
  cursor: pointer;
}
.giid-location-search-page__search-area-button[hidden] {
  display: none;
}
.giid-location-search-page__map {
  min-height: 420px;
  border-radius: 20px;
  background: #e8edf3;
}
.giid-location-search-page__list {
  display: grid;
  gap: 22px;
}
.giid-location-search-page__empty {
  display: grid;
  justify-items: center;
  gap: 8px;
  padding: 28px 20px;
  text-align: center;
}
.giid-location-search-page__empty-title {
  margin: 0;
}
.giid-location-search-page__empty-title {
  font-size: 22px;
  font-weight: 700;
  color: var(--as-basebrandcolor);
}
.giid-location-search-page__empty-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  background: var(--as-secondarybrandcolor);
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.giid-location-search-page__empty-link:hover {
  background: var(--as-secondarybrandcolor);
  color: #fff;
  text-decoration: none;
}
.giid-location-search-page.is-empty-state .giid-location-search-page__layout {
  gap: 20px;
}
.giid-location-search-page.is-empty-state .giid-location-search-page__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: none;
}
.giid-location-search-page.is-empty-state .giid-location-search-page__hero {
  text-align: center;
}
.giid-location-search-page.is-empty-state .giid-location-search-page__toolbar {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.giid-location-search-page.is-empty-state .giid-location-search-page__finder,
.giid-location-search-page.is-empty-state .giid-location-search-page__radius {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.giid-location-card {
  padding: 20px;
  border: 1px solid #d8dee6;
  border-radius: 18px;
  background: #fff;
  -webkit-box-shadow: 0 6px 16px rgba(11, 33, 59, 0.06);
          box-shadow: 0 6px 16px rgba(11, 33, 59, 0.06);
  -webkit-transition: border-color 160ms ease, -webkit-box-shadow 160ms ease, -webkit-transform 160ms ease;
  transition: border-color 160ms ease, -webkit-box-shadow 160ms ease, -webkit-transform 160ms ease;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease, -webkit-box-shadow 160ms ease, -webkit-transform 160ms ease;
  font-size: 14px;
}
.giid-location-card:hover, .giid-location-card:focus-within {
  border-color: var(--as-secondarybrandcolor);
  -webkit-box-shadow: 0 14px 28px rgba(11, 33, 59, 0.12);
          box-shadow: 0 14px 28px rgba(11, 33, 59, 0.12);
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.giid-location-card:hover .giid-location-card__pin::before, .giid-location-card:focus-within .giid-location-card__pin::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 40' width='32' height='40'%3E%3Cpath d='M16 0C9.373 0 4 5.373 4 12c0 8.4 12 28 12 28s12-19.6 12-28C28 5.373 22.627 0 16 0z' fill='%2369a9dc'/%3E%3Ccircle cx='16' cy='12' r='10' fill='%2369a9dc'/%3E%3Ccircle cx='16' cy='12' r='9' fill='%23ffffff' opacity='.1'/%3E%3C/svg%3E");
}
.giid-location-card__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  margin: 0 0 10px;
}
.giid-location-card__pin {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 40px;
  margin-top: 1px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.giid-location-card__pin::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 40' width='32' height='40'%3E%3Cpath d='M16 0C9.373 0 4 5.373 4 12c0 8.4 12 28 12 28s12-19.6 12-28C28 5.373 22.627 0 16 0z' fill='%23757575'/%3E%3Ccircle cx='16' cy='12' r='10' fill='%23757575'/%3E%3Ccircle cx='16' cy='12' r='9' fill='%23ffffff' opacity='.1'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 32px 40px;
  pointer-events: none;
}
.giid-location-card__pin-value {
  position: relative;
  z-index: 1;
  margin-top: -15px;
}
.giid-location-card__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0;
  width: 100%;
  margin: 0;
  font-size: 22px !important;
  line-height: 1.1;
  max-width: none;
  white-space: normal;
  overflow-wrap: anywhere;
}
.giid-location-card__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--as-accentbrandcolor);
}
.giid-location-card__meta, .giid-location-card__address, .giid-location-card__status {
  margin: 0 0 4px;
}
.giid-location-card__address {
  line-height: 1.35;
}
.giid-location-card__status {
  white-space: nowrap;
}
.giid-location-card p {
  margin: 0 0 4px;
}
.giid-location-card__message {
  margin: 0;
  line-height: 1.6;
  color: #42556d;
}
.giid-location-card__detail-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 0;
  color: var(--as-basebrandcolor);
  font-weight: 500;
  text-decoration: underline;
  text-underline-offset: 0.12em;
}
.giid-location-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  margin-top: 10px;
  width: 100%;
}
.giid-location-card__actions > p {
  margin: 0;
}
.giid-location-card__actions > p:empty {
  display: none;
}
.giid-location-card__actions a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 40px;
  padding: 0 18px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.giid-location-card__actions .is-primary {
  background: var(--as-secondarybrandcolor);
  color: #fff;
}
.giid-location-card__actions .is-primary-full {
  width: 100%;
}
.giid-location-card__actions-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 8px;
  width: 100%;
}
.giid-location-card__actions-row > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  min-width: 0;
}
.giid-location-card__actions-row > p:empty {
  display: none;
}
.giid-location-card__actions-row > p > a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.giid-location-card__actions-row .is-phone {
  background: var(--as-basebrandcolor);
  color: #fff;
}
.giid-location-card__actions-row .is-secondary {
  border: 1px solid #0b213b;
  color: #0b213b;
}
.giid-location-card--empty {
  min-height: 100%;
  padding: 28px;
  -webkit-box-shadow: 0 14px 32px rgba(11, 33, 59, 0.06);
          box-shadow: 0 14px 32px rgba(11, 33, 59, 0.06);
}

@media (min-width: 960px) {
  .giid-location-search-page__toolbar {
    height: 100px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .giid-location-search-page__layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 24px;
  }
  .giid-location-search-page__content {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 clamp(320px, 34vw, 420px);
            flex: 0 0 clamp(320px, 34vw, 420px);
    max-width: 420px;
  }
  .giid-location-search-page__map-column {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 0;
  }
  .giid-location-search-page__list {
    max-height: var(--location-search-available-height, 860px);
    overflow-y: auto;
    padding-top: 8px;
    padding-right: 10px;
  }
  .giid-location-search-page__list::-webkit-scrollbar {
    width: 10px;
  }
  .giid-location-search-page__list::-webkit-scrollbar-track {
    background: #e8edf3;
    border-radius: 999px;
  }
  .giid-location-search-page__list::-webkit-scrollbar-thumb {
    background: #9db5ca;
    border-radius: 999px;
  }
  .giid-location-search-page__map-wrap {
    position: sticky;
    top: 0;
    height: var(--location-search-available-height, 860px);
  }
  .giid-location-search-page__map {
    height: 100%;
    min-height: 100%;
  }
}
@media (max-width: 1022px) {
  .giid-location-search-page {
    gap: 0;
  }
  .giid-location-search-page__layout {
    gap: 0;
  }
  .giid-location-search-page__map-column {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .giid-location-search-page__content {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (max-width: 767px) {
  .giid-location-search-page__toolbar {
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .giid-location-search-page__finder {
    max-width: none;
  }
  .giid-location-search-page__radius {
    width: 100%;
    margin-top: 12px;
  }
  .giid-location-search-page__radius select {
    width: 100%;
    max-width: 120px;
    display: block;
    margin: 0 auto;
    padding: 0 34px 0 18px;
    text-align: center;
    -moz-text-align-last: center;
         text-align-last: center;
    background-position: right 12px center;
  }
  .giid-location-search-page__map {
    min-height: 300px;
  }
  .giid-location-search-page__search-area-button {
    width: calc(100% - 32px);
    max-width: 320px;
    padding: 0 16px;
    font-size: 14px;
  }
  .giid-location-card__actions-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .giid-location-card__actions-row .is-phone, .giid-location-card__actions-row .is-secondary {
    width: 100%;
    white-space: nowrap;
  }
  .giid-location-finder__row {
    display: block;
  }
  .giid-location-finder__input {
    width: 100%;
    border-right: 1px solid #cfd6df;
    border-radius: 999px;
    margin-bottom: 10px;
  }
  .giid-location-finder__button {
    width: 100%;
    border-radius: 999px;
  }
}
/*# sourceMappingURL=location-finder-search.css.map */
