/* Hide UserButton on mobile devices */
@media (max-width: 886px) {
  .user-profile {
    display: none !important;
  }
  .search-icon-button {
    display: none !important;
  }
}
