
/* Bid2Stay 28.1.3 — Unified Maps: roads, streets and POIs */
.b2s2811-location-tools{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:10px;align-items:end;margin:12px 0 10px}
.b2s2811-location-tools label{display:grid;gap:6px;font-weight:800;color:#17202a}
.b2s2811-location-tools input{min-height:44px;border:1px solid #d8dde3;border-radius:12px;padding:0 13px;font:inherit;background:#fff;color:#17202a}
.b2s2811-btn{min-height:44px;border-radius:12px;border:1px solid #d3d8de;background:#fff;color:#17202a;font-weight:900;padding:0 15px;cursor:pointer}
.b2s2811-btn.primary{background:#b98a2e;border-color:#b98a2e;color:#fff}
.b2s2811-filterbar{display:flex;gap:8px;flex-wrap:wrap;margin:8px 0 12px}
.b2s2811-chip{border:1px solid #d7dce2;background:#fff;border-radius:999px;padding:7px 11px;font:800 12px/1.1 inherit;color:#39424c;cursor:pointer}
.b2s2811-chip[aria-pressed="true"]{background:#17202a;color:#fff;border-color:#17202a}
.b2s2811-filter-status{flex:1 0 100%;min-height:18px;color:#65707d;font:700 12px/1.4 inherit}
.b2s2811-status{font-size:12px;color:#65707d;min-height:18px;margin-top:4px}
.b2s2811-poi-icon{background:transparent;border:0}
.b2s2811-poi-dot{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;background:#fff;border:2px solid #b98a2e;box-shadow:0 2px 8px rgba(0,0,0,.18);font-size:13px}
.b2s2811-map-wrap .leaflet-container{touch-action:none;cursor:grab}
.b2s2811-map-wrap .leaflet-container:active{cursor:grabbing}
@media(max-width:720px){
  .b2s2811-location-tools{grid-template-columns:1fr 1fr}
  .b2s2811-location-tools label{grid-column:1/-1}
  .b2s2811-btn{width:100%}
}
