/* supplement.css — точечные правки восстановления (Фаза 4). Пусто на старте. */
/* Sidebar: fixed 1065px height was hand-tuned for the petition form; recent-posts
   widget + form need auto height so nothing clips (Phase 2, article template). */
#sidebar { height: auto; }

/* showSitewide() links live inside #footer (dark-blue gradient) but inherit the
   global bright-blue a{color} (#0033FF), blending into the dark background
   (Step 17: low-contrast blend). Force footer sitewide links to the footer's
   own white text color for readable contrast. */
#footer .romlifooter a { color: #ffffff; }
