/* ==========================================================================
   lazy_placeholder.css — CD-A3b (18.09.2026)
   Ersetzt das dynamische style="min-height:{if…}" des Lazy-Module-Platzhalters
   (modules/layout/lazy-module-placeholder.tpl) durch bedingte Klassen —
   Werte 1:1 (kommentar 480px, rss_content_popular 320px, default 60px).
   ========================================================================== */
.lmp-h-kommentar { min-height: 480px; }
.lmp-h-popular { min-height: 320px; }
.lmp-h-default { min-height: 60px; }
.lmp-navi { padding: 0.35rem 0.25rem 0; }
