/* V51.6.1
   The V51.2 mobile layout gave .bulk-action-bar display:grid!important,
   which overrode the generic .hidden rule. This more specific selector
   restores the intended visibility controlled by drive.js. */
@media (max-width: 820px) {
  #appScreen .bulk-action-bar.hidden {
    display: none !important;
  }
}
