/* supplement.css — u-topia.de */

/* Hide broken images gracefully */
img[data-failed], img.img-failed {
    display: none !important;
}

/* romlidata block — stays within page container */
.romlidata {
    display: block;
    clear: both;
}

/* Ensure footer divider is visible */
#footer {
    clear: both;
}
