
.chm-map-wrapper { display:flex; gap:20px; align-items:flex-start; width:100%; box-sizing:border-box; }
.chm-left-list { flex: 0 0 35%; max-width: 35%; overflow:auto; }
.chm-map-container { flex: 1 1 auto; position:relative; }
.chm-map-image { width:100%; height:auto; display:block; }
.chm-markers { position:absolute; left:0; top:0; width:100%; height:100%; pointer-events:none; }
.chm-marker { position:absolute; transform:translate(-50%,-50%); pointer-events:auto; cursor:pointer; width:24px; height:24px; background-size:contain; background-repeat:no-repeat; transition:transform .25s ease, opacity .25s ease; }
.chm-marker.active { transform:translate(-50%,-50%) scale(1.5); z-index:10; }
.chm-house-list li { margin:6px 0; cursor:pointer; list-style:none; }
.chm-house-list li .type { margin-right:6px; }
@media (max-width: 768px) {
  .chm-map-wrapper { flex-direction:column; }
  .chm-left-list { max-width:100%; order:2; }
  .chm-map-container { order:1; }
}
