.custom-map-marker{cursor:pointer;transform-origin:center bottom}.marker-content{position:relative;background:#f7f8f9;border:1px solid #E7E8E9;box-shadow:0 1px 2px #0000000d;display:flex;justify-content:center;align-items:center;gap:.5rem;width:fit-content;border-radius:9999px;padding:.125rem 1rem .125rem .125rem;transition:all .2s ease-in-out}.marker-content:hover,.marker-content.highlighted{background:#fbf4ec;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.marker-icon{width:2.25rem;height:2.25rem;flex-shrink:0;display:flex;justify-content:center;align-items:center;background:#f8f2ea;padding:.5rem;border-radius:9999px;transition:all .2s ease-in-out;color:#b98a59}.marker-content:hover .marker-icon,.marker-content.highlighted .marker-icon{background:#f4e9db}.marker-price{font-size:1rem;font-weight:500;color:#0f1520;margin:0;white-space:nowrap}.marker-pointer{position:absolute;bottom:-1rem;left:50%;transform:translate(-50%);color:#fff;transition:color .2s ease-in-out}.marker-content:hover .marker-pointer,.marker-content.highlighted .marker-pointer{color:#fbf4ec}@keyframes markerBounce{0%,to{transform:translateY(0)}25%{transform:translateY(-12px)}50%{transform:translateY(0)}75%{transform:translateY(-6px)}}.marker-bounce{animation:markerBounce .6s ease-in-out}.group:hover .marker-content{background:#fbf4ec}.group:hover .marker-icon{background:#f4e9db}.group:hover .marker-pointer{color:#fbf4ec}
