/* R108_BBB_MAP_PIN_THEME_CIRCLE_V185_ACTIVE */

/* Keep coordinates and click behaviour; replace only the visual marker. */
.map-card.has-real-map .hotspot {
  width: 28px !important;
  height: 28px !important;
  min-width: 28px !important;
  min-height: 28px !important;
  padding: 2px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  box-shadow: none !important;
  transform: translate(-50%, -50%) !important;
  overflow: visible !important;
  cursor: pointer !important;
  z-index: 8 !important;
}

.map-card.has-real-map .hotspot .pin-house {
  position: relative !important;
  inset: auto !important;
  display: grid !important;
  place-items: center !important;
  width: 24px !important;
  height: 24px !important;
  min-width: 24px !important;
  min-height: 24px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 1.5px solid rgba(255,255,255,.96) !important;
  border-radius: 50% !important;
  background: var(--r108-primary, #0f4c9a) !important;
  color: #fff !important;
  box-shadow: 0 2px 7px rgba(15,23,42,.30), 0 0 0 1px rgba(15,23,42,.22) !important;
  transform: none !important;
  transition: transform .18s ease, filter .18s ease, box-shadow .18s ease !important;
}

.map-card.has-real-map .hotspot .pin-house .roof,
.map-card.has-real-map .hotspot .pin-house .status,
.map-card.has-real-map .hotspot .pin-house::before,
.map-card.has-real-map .hotspot .pin-house::after {
  display: none !important;
  content: none !important;
}

.map-card.has-real-map .hotspot .pin-house .base {
  position: static !important;
  display: block !important;
  width: 19px !important;
  height: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #fff !important;
  font-family: inherit !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -.25px !important;
  text-align: center !important;
  text-overflow: clip !important;
  white-space: nowrap !important;
}

.map-card.has-real-map .hotspot:hover .pin-house,
.map-card.has-real-map .hotspot:focus-visible .pin-house,
.map-card.has-real-map .hotspot.active .pin-house,
.map-card.has-real-map .hotspot.is-active .pin-house {
  filter: brightness(.86) saturate(1.08) !important;
  transform: scale(1.16) !important;
  box-shadow: 0 4px 11px rgba(15,23,42,.38), 0 0 0 2px rgba(255,255,255,.72) !important;
}

.map-card.has-real-map .hotspot:focus-visible {
  outline: 2px solid #fff !important;
  outline-offset: 2px !important;
}

@media (max-width: 700px) {
  .map-card.has-real-map .hotspot {
    width: 26px !important;
    height: 26px !important;
    min-width: 26px !important;
    min-height: 26px !important;
  }
  .map-card.has-real-map .hotspot .pin-house {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
  }
  .map-card.has-real-map .hotspot .pin-house .base {
    width: 17px !important;
    font-size: 9px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .map-card.has-real-map .hotspot .pin-house { transition: none !important; }
}