.yibo_global_presence_reviews {
  overflow: hidden;
  background: #b55100;
}

.yibo_global_presence_reviews-layout {
  position: relative;
}

.yibo_global_presence_reviews-map {
  position: relative;
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1200 / 773;
}

.yibo_global_presence_reviews-map-image {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  opacity: 0.2;
  mix-blend-mode: lighten;
  pointer-events: none;
}

.yibo_global_presence_reviews-markers {
  position: absolute;
  inset: 0;
  z-index: 3;
}

.yibo_global_presence_reviews-marker {
  position: absolute;
  width: clamp(14px, 1.125vw, 22px);
  aspect-ratio: 1 / 1;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: #fffaf4;
  box-shadow:
    0 0 0 0 rgba(255, 250, 244, 0.32),
    0 0 0 6px rgba(255, 250, 244, 0.08);
  transform: translate(-50%, -50%);
  cursor: pointer;
  animation: yiboGlobalPresencePulse 2.2s ease-in-out infinite;
  transition: all 0.25s ease;
}

.yibo_global_presence_reviews-marker:hover,
.yibo_global_presence_reviews-marker.is-active {
  transform: translate(-50%, -50%) scale(1.18);
  background: #fffaf4;
  box-shadow:
    0 0 0 8px rgba(255, 250, 244, 0.12),
    0 0 0 0 rgba(255, 250, 244, 0.4);
  animation-duration: 1.4s;
}

@keyframes yiboGlobalPresencePulse {
  0% {
    box-shadow:
      0 0 0 0 rgba(255, 250, 244, 0.34),
      0 0 0 6px rgba(255, 250, 244, 0.08);
  }

  50% {
    box-shadow:
      0 0 0 10px rgba(255, 250, 244, 0),
      0 0 0 8px rgba(255, 250, 244, 0.12);
  }

  100% {
    box-shadow:
      0 0 0 0 rgba(255, 250, 244, 0.34),
      0 0 0 6px rgba(255, 250, 244, 0.08);
  }
}

.yibo_global_presence_reviews-popup {
  position: absolute;
  z-index: 4;
  width: min(279px, calc(100% - 24px));
  padding: var(--text-gap-md);
  border-radius: var(--radius);
  background: #efeade;
  box-shadow: 0 8px 22px rgba(22, 20, 19, 0.08);
  opacity: 0;
  transform: translate3d(0, 10px, 0);
  pointer-events: none;
  transition: all 0.25s ease;
}

.yibo_global_presence_reviews-popup.is-visible {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  pointer-events: auto;
}

.yibo_global_presence_reviews-popup::after {
  content: "";
  position: absolute;
  width: 18px;
  aspect-ratio: 1 / 1;
  background: #efeade;
  transform: rotate(45deg);
}

.yibo_global_presence_reviews-popup[data-side="right"]::after {
  top: var(--popup-arrow-top, 50%);
  left: -9px;
}

.yibo_global_presence_reviews-popup[data-side="left"]::after {
  top: var(--popup-arrow-top, 50%);
  right: -9px;
}

.yibo_global_presence_reviews-popup[data-side="top"]::after {
  bottom: -9px;
  left: var(--popup-arrow-left, 50%);
}

.yibo_global_presence_reviews-popup[data-side="bottom"]::after {
  top: -9px;
  left: var(--popup-arrow-left, 50%);
}

.yibo_global_presence_reviews-popup-stars {
  display: flex;
  gap: 0.2rem;
  color: #ffb93b;
  font-size: 11px;
  line-height: 1;
}

.yibo_global_presence_reviews-popup-star.is-muted {
  opacity: 0.3;
}

.yibo_global_presence_reviews-popup-content {
  margin: 10px 0 0;
  color: #7a7474;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.45;
}

.yibo_global_presence_reviews-popup-author {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 16px;
}

.yibo_global_presence_reviews-popup-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  overflow: hidden;
  background: #b476ff;
  color: #fff;
  font-family: var(--font-family);
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  flex: 0 0 auto;
}

.yibo_global_presence_reviews-popup-avatar img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.yibo_global_presence_reviews-popup-author-info {
  min-width: 0;
}

.yibo_global_presence_reviews-popup-name {
  margin: 0;
  color: #161413;
  font-family: var(--font-family);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

.yibo_global_presence_reviews-popup-meta {
  margin: 2px 0 0;
  color: #5b5757;
  font-family: var(--font-family);
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2;
}

.yibo_global_presence_reviews-copy {
  position: absolute;
  right: 0;
  bottom: 6%;
  z-index: 2;
  pointer-events: none;
  color: #fff;
  width: 55%;
}

.yibo_global_presence_reviews-title {
  margin: 0;
  color: #fff;
  font-family: var(--title-font-family);
  font-size: clamp(32px, 2.5vw, 48px);
  font-weight: 500;
  line-height: 1.05;
}

.yibo_global_presence_reviews-desc {
  margin-top: 20px;
  color: #fff;
  font-family: var(--font-family);
  font-size: var(--text-size-md);
  font-weight: 400;
  line-height: 1.4118;
}

.yibo_global_presence_reviews-desc :is(p) {
  margin: 0;
}

@media (max-width: 1199px) {
  .yibo_global_presence_reviews-layout {
    display: flex;
    flex-direction: column;
  }

  .yibo_global_presence_reviews-copy {
    position: static;
    width: 100%;
    padding: var(--component-gap) 0;
  }

  .yibo_global_presence_reviews-copy {
    max-width: 100%;
  }
}
