/* === HOME CITY COLUMN FILL 2026-09-24 ===
   Stretch «Сейчас в городе» to match lead news column so no empty pocket
   sits above the homepage air-quality panel. Scoped to .home-top-row only.
   Do NOT edit side-column / readability / vozduh / maps-hub lock sheets. */
@media (min-width: 981px) {
  .home-top-row {
    align-items: stretch !important;
  }
  .home-top-row > .col2 {
    display: flex !important;
    flex-direction: column !important;
    align-self: stretch !important;
  }
  .home-top-row .main_news_block,
  .home-top-row .last_news_widget {
    display: flex !important;
    flex-direction: column !important;
    flex: 1 1 auto !important;
    height: 100% !important;
    min-height: 100% !important;
    margin-bottom: 0 !important;
    box-sizing: border-box !important;
  }
  .home-top-row .last_news_widget > a.all_news {
    margin-top: auto !important;
    padding-top: 12px !important;
    align-self: flex-start;
  }
  .home-top-row .main_news_block > .all_news {
    margin-top: auto !important;
    padding-top: 8px !important;
  }
  /* Close the visual pocket between digest column and aq-home below */
  .left > .home-top-row {
    margin-bottom: 0 !important;
  }
  .left > .home-top-row + .aq-home,
  .left > .home-top-row + .mblock.aq-home {
    margin-top: 8px !important;
  }
}
@media (max-width: 980px) {
  .home-top-row .last_news_widget > a.all_news {
    margin-top: 10px !important;
    padding-top: 0 !important;
  }
}
/* === end HOME CITY COLUMN FILL === */
