/* mAind — תיקוני מובייל לתבנית הקריאה הישנה (שירותים + /omer). 18.9.2026 */

@media (max-width: 820px) {
  /* 1. הכפתור השבור יורד, הרשימה מוצגת כרשימה */
  .reading-page .article-toc > button,
  .reading-page .article-toc .toc-toggle {
    display: none !important;
  }
  .reading-page .article-toc nav {
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 2px;
  }
  .reading-page .article-toc nav a {
    min-height: 40px;
    display: flex;
    align-items: center;
  }

  /* 2. תמונת המחבר חוזרת במובייל, מעל הכותרת */
  .reading-page.author-page .article-portrait {
    display: block !important;
    width: 148px;
    height: auto;
    margin: 0 0 22px;
    border-radius: 0 !important;
  }
  .reading-page.author-page .heading-grid {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
  }
}
