/**
 * Theme Builder footer: full-width section backgrounds, content aligned with header/body.
 */
.et-l--footer .et_pb_section {
	padding-left: 0;
	padding-right: 0;
}

/* Same grid as Divi .container / .et_pb_row (80% up to content max). */
.et-l--footer .et_pb_row {
	width: 80%;
	max-width: var(--d71-content-max, 1440px);
	margin-left: auto;
	margin-right: auto;
}

/* Full-bleed background on first footer section only. */
.et-l--footer .et_pb_section:first-of-type {
	width: 100vw;
	max-width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
}

/* Fallback: hide default WP demo widgets if cache is stale */
#main-footer #footer-widgets:has(.wp-block-archives),
#main-footer #footer-widgets:has(.wp-block-categories),
#main-footer #footer-widgets:has(.wp-block-search) {
	display: none !important;
}

#main-footer #footer-bottom {
	padding: 18px 0;
}

#main-footer #footer-info {
	font-size: 14px;
}

@media (max-width: 767px) {
	.et-l--footer .et_pb_row {
		width: 90%;
	}
}
