/* Mobile only: remove the My Collection shortcut beside the search bar
   and its separator. Desktop behavior remains unchanged. */
@media (max-width: 780px) {
  #myCollectionMineBtn,
  #mcSeparator {
    display: none !important;
  }
}
