/**
 * OptiB2B — custom overrides (loads after theme stylesheet and Bootstrap).
 */

.optib2b-site-content {
	background-color: #ffff;
	min-height: 40vh;
}

/* Fluid width with gutters, capped so line length stays readable (not edge-to-edge). */
.optib2b-content-container {
	max-width: 1960px;
	margin-left: auto;
	margin-right: auto;
}

/* Ensure Underscores content doesn’t fight Bootstrap column widths */
.site-main .entry-content img {
	max-width: 100%;
	height: auto;
}
