/* Remove only the stray empty <p> after the newsletter section (before footer) */
.section.bg_default.small_pt.small_pb + p:empty,
.section.bg_default.small_pt.small_pb ~ p:empty {
	display: none !important;
	margin: 0 !important;
}

/* Also handle variant class seen in your DOM: section_bg_default */
.section_bg_default.small_pt.small_pb p:empty {
	display: none !important;
	margin: 0 !important;
}

