/* Mobile-only alignment correction for My Collection -> comic cuts grid view.
   Match the same toolbar vertical placement used by Favorites/grouped views.
   The earlier unblock fix added top padding to avoid clipping; the panel
   overflow/z-index fixes now handle that, so the padding is no longer needed. */
@media (max-width:780px){
  body.mc-mobile-collection-flat-active #result > .mc-toolbar{
    padding-top:0 !important;
    margin-top:2px !important;
    align-items:center !important;
  }

  body.mc-mobile-collection-flat-active #result > .mc-toolbar .mc-filters-toggle,
  body.mc-mobile-collection-flat-active #result > .mc-toolbar .mc-view-toggle-btn,
  body.mc-mobile-collection-flat-active #result > .mc-toolbar .mc-sort-icon-btn{
    margin-top:0 !important;
    transform:none;
  }
}
