/* Mobile containment follow-up: honor hidden VPP cards and keep the map-panel stack above the energy dashboard. */
html[data-view-options="2"] .grid-condition-float .sample-vpp-output[hidden],
html[data-view-options="2"] .grid-condition-float .historical-vpp-output[hidden]{
  display:none!important;
}
@media(max-width:980px){
  html[data-view-options="2"][data-energy-dashboard-collapsed] body .map-stage[data-grid-shell] .grid-condition-float,
  html[data-view-options="2"][data-energy-dashboard-collapsed][data-final-display-revisions="1"] body .map-stage[data-grid-shell] .grid-condition-float{
    top:8px!important;
    bottom:calc(var(--clh-panel-sheet-occlusion,0px) + 8px)!important;
    max-height:calc(100% - var(--clh-panel-sheet-occlusion,0px) - 16px)!important;
    overflow-y:auto!important;
    overflow-x:visible!important;
    scrollbar-width:thin!important;
  }
}
