.interactive-map {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
}

.interactive-map__img-wrap {
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.interactive-map__img {
  display: block;
  height: auto;
  width: 100%;
}

.interactive-map__subheader {
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  font-family: "BrownLLWeb-Bold", sans-serif;
  font-size: 12px;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #826746;
}

.interactive-map__subheader--desktop {
  display: none;
}

.interactive-map__btn {
  position: absolute;
  z-index: 1;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  cursor: pointer;
  opacity: 0;
  transform: translate(0, 50px);
}

.interactive-map__btn:focus {
  outline: 0 !important;
}

.interactive-map__bauble-img {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  transform-origin: center;
  display: block;
  height: auto;
  width: 20px;
  transition: all 0.3s;
}

.interactive-map__btn:hover .interactive-map__bauble-img {
  animation: pulse 1.5s infinite ease-in-out;
}

.interactive-map__btn.active .interactive-map__bauble-img {
  transform: translateX(-50%) scale(2.25);
}

.interactive-map__btn.active:hover .interactive-map__bauble-img {
  animation: none;
}

.interactive-map__btn[data-handle="the_charleston_place"] {
  top: 41%;
  left: 35.95%;
  height: 21.5%;
  width: 9%;
}

.interactive-map__btn[data-handle="american_gardens"] {
  top: 56%;
  left: 47.65%;
  height: 16%;
  width: 10.75%;
}

.interactive-map__btn[data-handle="the_cooper"] {
  top: 83%;
  left: 54.25%;
  height: 0%;
  width: 0%;
}

.interactive-map__btn[data-handle="the_riviera_theater"] {
  top: 39.5%;
  left: 21.35%;
  height: 15%;
  width: 13%;
}

.interactive-map__btn[data-handle="sorelle"] {
  top: 72.6%;
  left: 40.5%;
  height: 17%;
  width: 11%;
}

.interactive-map__swiper {
  width: 100%;
  margin: 0 auto;
}

.interactive-map__slide-controls {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  padding: 0 15px 0;
  margin-top: 15px;
}

.interactive-map__slide-nav {
  width: 100%;
  margin-bottom: 15px;
}

.interactive-map__slide-subheadline {
  display: none;
  flex-grow: 1;
  font-family: "BrownLLWeb-Bold", sans-serif;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 1.2px;
  color: #826746;
  text-transform: uppercase;
  text-align: right;
  margin-right: 38px;
}

.interactive-map__slide-arrows {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.interactive-map__slide-arrow {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 33px;
  cursor: pointer;
}

.interactive-map__slide-arrow svg {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto;
  width: 100%;
}

.interactive-map__slide-arrow-text {
  display: none;
}

.interactive-map__slide-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.interactive-map__slide-title {
  font-size: 21px;
  letter-spacing: 0.21px;
  color: #2D2A1F;
  margin-bottom: 15px;
}

.interactive-map__slide-copy {
  font-size: 12.75px;
  letter-spacing: 0.1275px;
  line-height: 22.5px;
  color: #2D2A1F;
  margin-bottom: 0;
}

.interactive-map__slide-cta.btn {
  font-size: 9px;
  letter-spacing: 1.2px;
  padding: 10.5px 26px;
  margin-top: 15px;
}

@media (min-width:768px) {
  .interactive-map__subheader {
    top: -5px;
  }

  .interactive-map__bauble-img {
    top: -26px;
    width: 38px;
  }

  .interactive-map__btn[data-handle="the_charleston_place"] {
    top: 40.5%;
    left: 36.25%;
    height: 22.3%;
    width: 9%;
  }

  .interactive-map__btn[data-handle="american_gardens"] {
    top: 56%;
    left: 48.11%;
    height: 16%;
    width: 10.75%;
  }

  .interactive-map__btn[data-handle="the_cooper"] {
    top: 81.5%;
    left: 54.5%;
  }

  .interactive-map__btn[data-handle="the_riviera_theater"] {
    top: 39.5%;
    left: 21.35%;
    height: 15%;
    width: 13.5%;
  }

  .interactive-map__btn[data-handle="sorelle"] {
    top: 72.6%;
    left: 40.5%;
    height: 17%;
    width: 11%;
  }
}

@media (min-width: 960px) {
  .interactive-map__subheader--desktop {
    display: block;
  }

  .interactive-map__subheader--mobile {
    display: none;
  }

  .interactive-map__img-wrap,
  .interactive-map__swiper.swiper {
    max-width: 945px;
  }

  .interactive-map__slide-controls {
    justify-content: center;
    flex-wrap: nowrap;
    padding: 0;
    margin-top: 17px;
  }

  .interactive-map__slide-nav {
    position: relative;
    display: flex;
    align-items: center;
    flex-grow: 1;
    width: auto;
    margin: 0 50px 0 0;
  }

  .interactive-map__slide-subheadline {
    display: block;
  }

  .interactive-map__slide-arrows {
    gap: 15px;
  }

  .interactive-map__slide-arrow {
    width: 45px;
  }

  .interactive-map__slide-content {
    width: 50%;
    padding-right: 50px;
  }

  .interactive-map__btn.active .interactive-map__bauble-img {
    transform: translateX(-50%) scale(2);
  }
}

@media (min-width: 1300px) {
  .interactive-map__img-wrap,
  .interactive-map__swiper.swiper {
    max-width: 1260px;
  }
}


@keyframes pulse {
  0% {
    transform: translateX(-50%) scale(1);
  }
  50% {
    transform: translateX(-50%) scale(1.15);
  }
  100% {
    transform: translateX(-50%) scale(1);
  }
}