@charset "UTF-8";.neighborhood-map{background:var(--block-background-color,var(--wp--preset--color--gray-2));color:var(--wp--preset--color--accent-darker);padding:var(--wp--custom--tokens--spacing--6) var(--wp--custom--tokens--spacing--6) 0 0}.neighborhood-map__inner{display:flex}.neighborhood-map__inner .neighborhood-map__inner{flex:1}.neighborhood-map__inner .neighborhood-map__categories{width:556px;padding-left:var(--wp--custom--tokens--spacing--6)}.neighborhood-map__canvas{flex:1;background:var(--wp--preset--color--gray-2);min-height:calc(100svh - 205px);overflow:hidden;position:relative}.neighborhood-map__info-popup{position:absolute;top:var(--wp--preset--spacing--space-6);right:var(--wp--preset--spacing--space-6);z-index:5;max-width:min(320px, 100% - 32px);padding:14px 16px;background:#fff;color:var(--wp--preset--color--accent-darker);box-shadow:0 8px 24px rgb(from var(--wp--preset--color--accent-darker) r g b/0.12);pointer-events:none;opacity:0;visibility:hidden;transition:opacity 0.3s ease,visibility 0.3s ease}.neighborhood-map__info-popup.is-visible{opacity:1;visibility:visible;pointer-events:auto}.neighborhood-map__info-popup-title{margin:0 0 8px;font-family:var(--wp--preset--font-family--mono);font-size:14px;line-height:1.2;text-transform:uppercase}.neighborhood-map__info-popup-content{font-size:13px;line-height:1.35;max-height:140px;overflow:auto}.neighborhood-map__info-popup-content p{margin:0 0 8px}.neighborhood-map__info-popup-content p:last-child{margin-bottom:0}.neighborhood-map__info-popup-content a{color:inherit;text-decoration:underline;text-underline-offset:2px}.neighborhood-map__info-popup-content strong,.neighborhood-map__info-popup-content b{font-weight:600}.neighborhood-map__category-item button{display:flex;width:100%;align-items:center;font-family:var(--wp--preset--font-family--mono);font-size:20px;border:none;border-bottom:1px solid rgb(from var(--wp--preset--color--accent-darker) r g b/0.1);padding:12px 40px 12px 0;cursor:pointer;position:relative;transition:border-color 0.5s ease}.neighborhood-map__category-item button:before,.neighborhood-map__category-item button:after{content:"";display:block;position:absolute;width:20px;height:1px;inset:50% 0 0 auto;transform:translateY(-50%);background:var(--wp--preset--color--accent-darker)}.neighborhood-map__category-item button:after{transform:translateY(-50%) rotate(90deg);transition:transform 0.5s cubic-bezier(.6,0,.1,1)}.neighborhood-map__category-item button:hover{border-bottom-color:var(--wp--preset--color--accent-darker)}.neighborhood-map__category-item button.is-active:after{transform:translateY(-50%) rotate(0deg)}.neighborhood-map__category-item button>span{display:flex;align-items:center;gap:12px}.neighborhood-map__category-item button img{width:36px;height:36px}.neighborhood-map__locations{box-sizing:border-box;padding-block:var(--wp--preset--spacing--space-6);border-bottom:1px solid rgb(from var(--wp--preset--color--accent-darker) r g b/0.1)}.neighborhood-map__location-name{cursor:pointer;display:inline-block}.neighborhood-map__location{align-items:center;display:flex;gap:12px;font-size:17px;line-height:1.215;padding:10px 0;transition:opacity 0.25s ease;position:relative}.neighborhood-map__location.is-active .neighborhood-map__location-name:after{transform:scaleX(1)}.neighborhood-map__location span{position:relative;display:inline-block}.neighborhood-map__location span:after{content:"";display:block;position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--wp--preset--color--accent-darker);transform:scaleX(0);transition:transform 0.5s cubic-bezier(.6,0,.1,1)}.neighborhood-map__location span:hover:after{transform:scaleX(1)}.neighborhood-map__marker{display:block;line-height:0}.neighborhood-map__marker.hovered{z-index:2}.neighborhood-map__marker--location.hovered .neighborhood-map__marker-inner{filter:drop-shadow(2px 2px rgb(54 13 22 / .4))}.neighborhood-map__marker-inner{align-items:center;background-position:center;background-repeat:no-repeat;background-size:contain;display:inline-flex;font-family:var(--wp--preset--font-family--mono);font-size:12px;height:40px;justify-content:center;min-width:40px;padding-inline:8px;transform-origin:center center;will-change:transform,opacity}.neighborhood-map__marker--property{z-index:10}.neighborhood-map__marker--property .neighborhood-map__marker-inner{height:64px;width:72px}.neighborhood-map__marker--location.neighborhood-map__marker--custom .neighborhood-map__marker-inner{border-radius:999px}.neighborhood-map__marker--location.neighborhood-map__marker--text .neighborhood-map__marker-inner{text-transform:uppercase}.neighborhood-map__marker--location.neighborhood-map__marker--image .neighborhood-map__marker-inner{background:none;height:auto;min-width:0;padding:0;width:auto}.neighborhood-map__marker--location.neighborhood-map__marker--image .neighborhood-map__marker-img{display:block;object-fit:contain;width:auto}.neighborhood-map .mapboxgl-canvas{display:block}@media (max-width:1024px){.neighborhood-map__inner .neighborhood-map__categories{width:50%}.neighborhood-map .neighboor-map__category-item button{font-size:16px}}@media (max-width:768px){.neighborhood-map{padding:var(--wp--custom--tokens--spacing--6)}.neighborhood-map__inner{flex-direction:column}.neighborhood-map__inner .neighborhood-map__categories{width:100%;padding:var(--wp--custom--tokens--spacing--6) 0 0 0}.neighborhood-map .neighborhood-map__canvas{min-height:60vh}.neighborhood-map .neighborhood-map__category-item button{font-size:14px}.neighborhood-map .neighborhood-map__location{font-size:12px}}