#brxe-dcnmqg {
  position: relative;
  overflow: hidden;
}

#brxe-dcnmqg #brxe-oeqgnf {
  position: relative;
  isolation: isolate;
  width: 100%;
  max-width: none;
}

#brxe-dcnmqg #brxe-oeqgnf::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  left: 0;
  height: clamp(88px, 9vw, 172px);
  background: linear-gradient(
    to bottom,
    #fff 0%,
    rgba(255, 255, 255, 0.96) 16%,
    rgba(255, 255, 255, 0.66) 48%,
    rgba(255, 255, 255, 0.2) 76%,
    rgba(255, 255, 255, 0) 100%
  );
  pointer-events: none;
}

#brxe-dcnmqg .amenities-background {
  display: block;
  width: 100%;
  aspect-ratio: 3417 / 2279;
  overflow: hidden;
}

#brxe-dcnmqg .amenities-background img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: fill;
}

#brxe-dcnmqg .amenities-icons-layer {
  position: absolute;
  inset: 0;
  z-index: 3;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  pointer-events: auto;
}

#brxe-dcnmqg .amenity-tooltip {
  --tooltip-x: -50%;
  --tooltip-y: calc(-100% - 16px);
  position: absolute;
  z-index: 6;
  left: 0;
  top: 0;
  display: grid;
  gap: 7px;
  width: clamp(230px, 18vw, 310px);
  padding: 17px 18px 16px;
  border: 1px solid rgba(139, 209, 49, 0.45);
  border-radius: 14px;
  background: rgba(21, 24, 18, 0.94);
  box-shadow: 0 18px 48px rgba(9, 13, 6, 0.34);
  color: #fff;
  opacity: 0;
  pointer-events: none;
  transform: translate(var(--tooltip-x), var(--tooltip-y)) translateY(8px) scale(0.96);
  transform-origin: bottom center;
  transition: opacity 180ms ease, transform 220ms cubic-bezier(.2, .8, .2, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

#brxe-dcnmqg .amenity-tooltip[data-side="bottom"] {
  --tooltip-y: 16px;
  transform-origin: top center;
}

#brxe-dcnmqg .amenity-tooltip[data-align="left"] {
  --tooltip-x: 0%;
  transform-origin: left center;
}

#brxe-dcnmqg .amenity-tooltip[data-align="right"] {
  --tooltip-x: -100%;
  transform-origin: right center;
}

#brxe-dcnmqg .amenity-tooltip.is-visible {
  opacity: 1;
  transform: translate(var(--tooltip-x), var(--tooltip-y)) translateY(0) scale(1);
}

#brxe-dcnmqg .amenity-tooltip__category {
  color: #9fe044;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

#brxe-dcnmqg .amenity-tooltip__title {
  color: #fff;
  font-size: clamp(17px, 1.25vw, 21px);
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.15;
}

#brxe-dcnmqg .amenity-tooltip__description {
  color: rgba(255, 255, 255, 0.78);
  font-size: 13px;
  line-height: 1.45;
}

#brxe-dcnmqg .amenity-tooltip__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 3px;
}

#brxe-dcnmqg .amenity-tooltip__meta > span {
  padding: 5px 8px;
  border-radius: 999px;
  background: rgba(139, 209, 49, 0.12);
  color: rgba(255, 255, 255, 0.88);
  font-size: 10px;
  font-weight: 600;
  line-height: 1.25;
}

@media (max-width: 700px) {
  #brxe-dcnmqg .amenity-tooltip {
    width: min(244px, calc(100vw - 24px));
    padding: 13px 14px;
    border-radius: 12px;
  }

  #brxe-dcnmqg .amenity-tooltip__description {
    display: none;
  }

  #brxe-dcnmqg .amenity-tooltip__title {
    font-size: 16px;
  }

  #brxe-dcnmqg .amenity-tooltip__meta > span {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #brxe-dcnmqg .amenities-icons-layer,
  #brxe-dcnmqg .amenity-tooltip {
    animation: none;
    transition: none;
  }
}
