/* supplement.css — Wayback Fixer overrides for vakat.cz */
/* Article typography baseline is applied via #katalog / #text scope if needed (Step 16). */

/* #bottom had a hardcoded fixed height:35px sized for the original 3 floated
   text blocks only. showSitewide()'s .romlifooter block (added ahead of them
   by r-template-footer.php) is taller (margin+padding), so it overflowed the
   fixed-height box: the blue background stopped at 35px while the floated
   copyright/RSS text rendered below it on the white page background — same
   color (#fff) as the text, so it became invisible there too. */
#bottom {
  height: auto;
  min-height: 35px;
  line-height: 35px;
}
#bottom::after {
  content: "";
  display: table;
  clear: both;
}
