/* Break the Elanza footer block out of Woodmart's constrained .container
   wrapper — the block itself already sets its own max-width/padding to
   match the design. */
.wd-footer .container.main-footer {
	max-width: none;
	width: 100%;
	padding-left: 0;
	padding-right: 0;
	margin-left: 0;
	margin-right: 0;
}
