.floorplan-zone-row[data-floorplan-zone-filter]{cursor:pointer;border:0;background:transparent;color:inherit;font:inherit;text-align:inherit;border-radius:10px;padding:4px 6px;margin:-4px -6px;transition:background .16s ease,box-shadow .16s ease,opacity .16s ease}
.floorplan-zone-row[data-floorplan-zone-filter]:hover,.floorplan-zone-row[data-floorplan-zone-filter]:focus-visible{background:rgba(14,110,184,.1);outline:0;box-shadow:0 0 0 2px rgba(14,110,184,.26)}
.floorplan-zone-row[data-floorplan-zone-filter][aria-pressed="true"]{background:rgba(14,110,184,.14);box-shadow:0 0 0 2px var(--brand-blue,#0e6eb8)}
.floor-canvas .map-booth.zone-dim{opacity:.16!important;filter:grayscale(.72);transition:opacity .16s ease,filter .16s ease}
.floor-canvas .map-booth.zone-match{z-index:8;filter:drop-shadow(0 0 5px rgba(14,110,184,.45));transition:filter .16s ease}
.mobile-map-detail-context{margin:7px 0;color:#475569;font-size:.9rem;line-height:1.5}
.mobile-map-detail-context b{color:#17213a;margin-inline-end:.4em}
@media(max-width:700px){
  .floor-canvas[data-mobile-zoom="far"] .map-booth-name,
  .floor-canvas[data-mobile-zoom="far"] .map-booth-exhibitors,
  .floor-canvas[data-mobile-zoom="far"] .map-booth-participants{display:none!important}
  .floor-canvas[data-mobile-zoom="far"] .map-booth-code{font-size:clamp(7px,.82em,10px)!important;line-height:1.05!important}
  .floor-canvas[data-mobile-zoom="medium"] .map-booth-participants{display:none!important}
  .floorplan-zone-row[data-floorplan-zone-filter]{min-height:38px;align-items:center}
  #map .map-workspace:fullscreen,.booth-exhibition-context:fullscreen,[data-embed-map-viewport]:fullscreen{width:100vw!important;height:100dvh!important;max-width:none!important;max-height:none!important;border-radius:0!important}
}
.floorplan-route-overlay{position:absolute;z-index:24;inset:0;width:100%;height:100%;overflow:visible;pointer-events:none}
.floorplan-route-overlay polyline{fill:none;stroke:#d10b2f;stroke-width:4;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:9 6;filter:drop-shadow(0 1px 2px rgba(255,255,255,.95))}
.floorplan-route-overlay circle{stroke:#fff;stroke-width:2.5}
.floorplan-route-overlay .route-start{fill:#0e6eb8}.floorplan-route-overlay .route-destination{fill:#d10b2f}
[data-mini-map],[data-booth-mini-map]{touch-action:none;cursor:crosshair}
@media(max-width:700px){
  :is(.map-viewport,.booth-map-viewport)>.mini-map,.embed-map .mini-map{display:block!important;z-index:285;top:9px;right:9px;bottom:auto;width:112px;height:auto;border-width:1px;border-radius:8px}
  .mobile-map-overlay-actions [data-mobile-map-overview]{display:none!important}
  body:not(.embed-body) .public-map-toolbar>[data-booth-route]{display:inline-grid!important}
  .floorplan-route-overlay polyline{stroke-width:3.5}
}
