/* supplement.css — generic hook for wayback-fixer.
   Elementor per-page CSS post-{39,51,115,118,894}.css was site-generated and
   absent from the archive (empty stubs kept to avoid 404). Global styling comes
   from global.css + theme. Add targeted per-page fixes here in Phase 4 if needed. */

/* showLinks() на главной вставлен в .elementor-container (display:flex). Grid-блок
   .romlidata как единственный flex-child получает flex:0 1 auto и схлопывается до
   min-content (200px из 1280px = 16% — Шаг 17 ISSUES_FOUND). clear:both у самого
   блока во flex-контейнере не помогает. Растягиваем на всю ширину контейнера. */
.elementor-container > .romlidata {
    flex: 1 1 100%;
    width: 100%;
}
