/* supplement.css — Wayback Fixer restoration overrides for jsmepodnikani.cz */

/* --- Article typography baseline (scope: article content container #innder-content) ---
   The theme applies a global reset (*{margin:0;font-size:100%}) which flattens injected
   article HTML. Restore hierarchy + rhythm ONLY inside the article body. --- */
#innder-content { font-size: 15px; line-height: 1.7; color: #4a4a4a; }
#innder-content > *:first-child { margin-top: 0; }
#innder-content h1 { font-size: 30px; line-height: 1.2; margin: 0 0 .5em; color: #2c2c2c; }
#innder-content h2, #innder-content h3, #innder-content h4 {
  text-transform: none; letter-spacing: normal; font-weight: 700; line-height: 1.3; color: #333;
}
#innder-content h2 { font-size: 23px; margin: 1.5em 0 .5em; }
#innder-content h3 { font-size: 19px; margin: 1.35em 0 .45em; }
#innder-content h4 { font-size: 16px; margin: 1.2em 0 .4em; }
#innder-content p  { margin: 0 0 1.05em; }
#innder-content ul, #innder-content ol { margin: 0 0 1.05em; padding-left: 1.5em; }
#innder-content li { margin: 0 0 .4em; }
#innder-content ul { list-style: disc; }
#innder-content ol { list-style: decimal; }
#innder-content a  { color: #85C441; text-decoration: underline; }
#innder-content img { max-width: 100%; height: auto; }

/* --- Monetization block (showLinks / showSitewide) width alignment (site container = 960px) --- */
.romlidata { max-width: 960px; margin: 0 auto; }

/* --- Hide dead Twitter feed column (empty .tweets, no live JS) to avoid an empty footer box --- */
#footer .tweets:empty { display: none; }

/* --- Blog catalog (/pages/): the theme floats #content children (.overline), which collapses
   the flex card grid (a new BFC) to 0 width beside the float. Force full-width + below heading. --- */
#content #blog-cards { clear: both; width: 100%; box-sizing: border-box; }
#content #blog-cards > div { min-width: 0; }
#content #blog-loadmore, #content .romli-loadmore-wrap { clear: both; }
