.map-container{position:relative;width:100%;height:100%}:has(>.responsive-map+.map){position:relative;display:block;width:100%}.map-container::after{content:"";position:absolute;bottom:0;left:25%;width:50%;height:100%;background-image:url(/wp-content/uploads/2026/03/cottage_pattern.svg);background-repeat:no-repeat;background-position:bottom center;background-size:100% auto;z-index:5;pointer-events:none}.map-container>.map,.responsive-map+.map{position:absolute;left:0;top:0;width:100%;height:100%;box-sizing:border-box;pointer-events:none;z-index:6}.map .house{pointer-events:auto}.responsive-map{width:100%;height:auto;display:block}.house{--map-tooltip-line:30px;position:absolute;width:14px;height:14px;background-color:#F0F2E6;border-radius:50%;cursor:pointer;border:2px solid #ED6B1D;transition:box-shadow 0.3s ease,outline-color 0.3s ease;z-index:1}.house[data-status="Продано"]{border-color:red}.house[data-status="Вільно"]{border-color:#5cb85c;animation:pulse 1.5s infinite}.house[data-status="Не в продажу"]{border-color:#ED6B1D;animation:pulse 1.5s infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgb(237 107 29 / .5)}70%{box-shadow:0 0 10px 20px #fff0}100%{box-shadow:0 0 0 0 #fff0}}.house:hover{box-shadow:0 0 0 3px rgb(240 242 230 / .45);z-index:2}.house:hover::before{content:'';position:absolute;left:50%;transform:translateX(-50%);bottom:100%;top:auto;width:0;height:var(--map-tooltip-line);border-left:1px dashed #fff;z-index:9999;box-sizing:border-box}.house:hover::after{content:attr(data-name);position:absolute;left:50%;transform:translateX(-50%);bottom:calc(100% + var(--map-tooltip-line));top:auto;background-color:#1A3C2E;border:1px dashed #F0F2E6;padding:8px 30px;border-radius:25px;font-size:13px;letter-spacing:-2%;white-space:nowrap;z-index:9999;opacity:1;transition:opacity 0.3s ease;color:#F0F2E6;font-weight:400;font-family:'Helvetica',sans-serif}.house[data-status="Вільно"]:hover::after{content:none}.map-house-tooltip{position:absolute;left:50%;transform:translateX(-50%);bottom:calc(100% + var(--map-tooltip-line));top:auto;z-index:10000;min-width:140px;padding:10px 22px 12px;background-color:#1a3c2e;border:1px dashed #f0f2e6;border-radius:25px;box-sizing:border-box;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.3s ease,visibility 0.3s ease;font-family:'Helvetica',sans-serif;color:#f0f2e6;text-align:left}.house[data-status="Вільно"]:hover .map-house-tooltip{opacity:1;visibility:visible}.map-house-tooltip__title{font-size:14px;letter-spacing:-.02em;text-transform:uppercase;font-weight:700;line-height:1.2;margin:0 0 8px}.map-house-tooltip__stage{display:flex;align-items:center;justify-content:flex-start;gap:8px}.map-house-tooltip__icon{display:block;flex-shrink:0;width:12px;height:12px;object-fit:contain}.map-house-tooltip__label{font-size:13px;letter-spacing:-.02em;line-height:1.2}