/* Desktop only: hide the injected “More” and שמירה על חיפוש כרגיל */
@media (min-width: 501px){
  nav.tabs details.more{ display:none !important; }
  nav.tabs a[data-tab="search"]{ text-indent:initial; width:auto; padding:.5rem .72rem; }
}
