/* Mobile safety net: after a set is opened from Browse List, the results page must
   behave like a normal page again, not like the fixed Browse List panel. */
@media (max-width:780px){
  body:not(.browse-list-open) #result,
  body:not(.browse-list-open) .result{
    overflow:visible !important;
    max-height:none !important;
    min-height:auto !important;
    padding-bottom:calc(110px + env(safe-area-inset-bottom, 0px)) !important;
  }
  body:not(.browse-list-open) .container{
    overflow:visible !important;
    max-height:none !important;
  }
}
