/* v30 focused responsive fixes.  This layer is intentionally small and
   loaded last so it does not disturb the existing map geometry. */
#drawer,#detail{z-index:9000!important}
#categoryRestore.v30-mobile-show{display:block!important}
@media (min-width:901px) and (max-width:1250px){
  #categoryRail{width:238px!important;max-width:238px!important}
  #categoryButtons{flex-direction:column!important;align-items:stretch!important;overflow:visible!important;padding-bottom:0!important}
  #categoryButtons button{flex:0 0 auto!important;width:100%!important;white-space:normal!important}
}
@media (max-width:900px){
  #categoryRail.v30-mobile-collapsed{display:none!important}
  #categoryRail.v30-mobile-open{display:flex!important;z-index:7000!important;max-height:calc(100dvh - 150px)!important;overflow:auto!important}
  body.search-open #categoryRail{display:none!important}
  #drawer{left:8px!important;right:8px!important;width:auto!important;max-width:none!important;z-index:9000!important}
  #detail{left:8px!important;right:8px!important;width:auto!important;max-width:none!important;z-index:9000!important}
}
