/**
 * SAVW desktop-only overrides.
 *
 * Keep every desktop override inside the media query below.
 */

@media (min-width: 1025px) {
	/* Footer: give the horizontal separator breathing room on both sides. */
	footer .elementor-inner-section:has(.elementor-icon-list--layout-inline) {
		margin-top: 28px !important;
		padding-top: 24px !important;
	}
}
