/* Container & Sidebar */
.bvg-map-container{display:flex;height:80vh;border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;background:#fff}
.bvg-map-sidebar{width:330px;min-width:280px;max-width:380px;padding:12px;border-right:1px solid #e5e7eb;overflow:auto}
.bvg-map-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}
.bvg-icon{width:18px;height:18px;opacity:.6}
.bvg-search-row{position:relative;margin-bottom:8px}
.bvg-search-row .bvg-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%)}
#bvg-search{width:100%;padding:10px 12px 10px 34px;border:1px solid #e5e7eb;border-radius:10px}
.bvg-chips{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 6px}
.chip{padding:.45rem .7rem;border:1px solid #e5e7eb;border-radius:999px;background:#f3f4f6;cursor:pointer;font-size:.85rem}
.chip.active{background:#ff9d3d;color:#fff;border-color:#ff9d3d}
.bvg-list-head{color:#6b7280;font-size:.85rem;margin:.25rem 0 .5rem}
.bvg-spot-list{list-style:none;margin:0;padding:0;max-height:calc(80vh - 220px);overflow:auto}
.bvg-spot-list li{padding:.6rem;border-bottom:1px solid #f1f5f9;cursor:pointer}
.bvg-spot-list li:hover{background:#f9fafb}
.bvg-tip{color:#6b7280;font-size:.8rem;margin-top:.5rem}

/* Map */
.bvg-map-wrap{position:relative;flex:1;border-left:1px solid #e5e7eb;background:#fff}
.bvg-map{width:100%;height:100%}
.bvg-mapbar{position:absolute;right:10px;top:10px;display:flex;gap:8px;z-index:500}
.bvg-btn{border:1px solid #e5e7eb;background:#fff;padding:.5rem .8rem;border-radius:10px;cursor:pointer;font-size:.9rem}

/* Responsive */
@media(max-width:900px){
  .bvg-map-container{flex-direction:column;height:calc(100vh - 200px)}
  .bvg-map-sidebar{width:auto;max-width:none;border-right:none;border-bottom:1px solid #e5e7eb}
  .bvg-spot-list{max-height:240px}
}
/* Cluster tweak */
.leaflet-marker-icon{will-change:transform}
.marker-cluster-small{background:rgba(255,157,61,.2)}
.marker-cluster-small div{background:#ff9d3d;color:#fff;border:2px solid #fff}
