/* supplement.css — Phase 4 visual fixes */

img { max-width: 100%; height: auto; }

/* Sidebar is floated right; original theme locked it to 150px height,
   which made widgets overflow and sitewide float over the main column. */
#box_content_left {
	height: auto !important;
	min-height: 0;
	overflow: visible;
}

/* Sitewide promo block lives in the right sidebar column */
#box_content_left .romlifooter {
	display: block;
	width: 100%;
	box-sizing: border-box;
	margin: 0 0 18px;
	padding: 0 0 14px;
	border-bottom: 1px solid #DBDBDB;
	text-align: left;
	float: none;
	position: relative;
	clear: both;
	font-size: 11px;
	line-height: 1.45;
	color: #333;
}

#box_content_left .romlifooter > div {
	display: block;
	width: 100%;
}

#box_content_left .romlifooter img {
	display: block;
	width: 100%;
	max-width: 100%;
	height: auto;
	margin: 0 0 10px;
	object-fit: cover;
}

#box_content_left .romlifooter p {
	margin: 0;
	padding: 0;
	font-size: 11px;
	line-height: 1.45;
}

#box_content_left .romlifooter a {
	color: #907500;
}
