/* supplement.css — placeholder for Phase-4 visual fixes (migration-business.de) */

/* Step 17: the showLinks() block on the homepage lives in a <section> that sits
   OUTSIDE the white content column — directly on the navy (#091e74) page body
   background. Both the theme's inherited light text and plain dark text are
   low-contrast there. Give the block its own white card (matching the site's
   other white panels) so dark text and navy links read cleanly.
   Scoped to .romlidata only (homepage block); .romlifooter is a separate class
   and is intentionally left untouched. */
.romlidata {
  background: #fff;
  padding: 20px 24px;
  border-radius: 4px;
  color: #1a1a1a;
}
.romlidata p,
.romlidata li,
.romlidata td {
  color: #1a1a1a;
}
.romlidata a {
  color: #091e74;
}
