/* supplement.css — bankito.eu. Hook for Phase 4 visual QA fixes. */

/* oldal.css sets a{color:#FFF} (built for dark chrome) -> links invisible on the
   light content/sidebar/blog areas. Restore visibility where we render content. */
.a5ecyaf0m a { color: #c1440e; text-shadow: none; text-decoration: underline; }
.a5ecyaf0m a:hover { color: #ea500a; }

/* article-template recent-posts sidebar box */
.rmlsb ul { list-style: none; margin: 0; padding: 0; }
.rmlsb li { margin: 0 0 8px; padding: 0 0 8px; border-bottom: 1px solid #eee; font-size: 13px; line-height: 1.4; text-shadow: none; }
.rmlsb .widget-title { display: block; font-weight: bold; font-size: 12px; text-transform: uppercase; letter-spacing: .05em; color: #333; margin: 0 0 12px; text-shadow: none; }
.rmlsb .is-divider { display: none; }
.rmlsb a { color: #c1440e !important; text-shadow: none; text-decoration: none; font-weight: 600; }
.rmlsb a:hover { color: #ea500a !important; }

/* showSitewide() sits inside the dark #333333 footer band -> keep links legible */
footer .romlifooter a { color: #ffb37a !important; text-shadow: none; }
footer .romlifooter a:hover { color: #ffffff !important; }
