/* supplement.css — точечные добавки восстановления (Wayback Fixer).
   Заполняется по флагам визуального QA в Фазе 4. Держать таргетированным. */

/*
 * Floated .mainwrap sections collapse their parents to height:0.
 * In-flow blocks after them (footer, showLinks) then start at top:0 and
 * stretch over the floats, stealing clicks. Force them below the floats.
 */
footer {
	clear: both;
	float: left;
	width: 100%;
	position: relative;
	z-index: 5;
}
#footer {
	float: left;
	width: 100%;
	overflow: hidden;
}
.romli-below-floats {
	clear: both;
	position: relative;
	z-index: 5;
	width: 100%;
	box-sizing: border-box;
}
.romlifooter img,
.romlidata img {
	max-width: 160px;
	max-height: 120px;
	width: auto;
	height: auto;
	object-fit: contain;
	display: inline-block;
	vertical-align: middle;
}
