/* ===== Mobile SEO fixes — Yandex mobile-friendliness (2026-09-08) ===== */
@media screen and (max-width: 640px) {
  /* Sticky duplicate nav (rec1072531441 / nlm009fixmenu): its atoms keep desktop
     X-coordinates and render far outside the mobile viewport. The static top
     header (rec987166301) and its "меню" button stay and cover navigation. */
  #rec1072531441 { display: none !important; }

  /* Feed post meta was ~10px */
  .t-feed__post-date,
  .t-feed__post-tag { font-size: 12px !important; }
}