/* .riseit-footer (compiled from assets/scss into styles.min.css) has
   margin-top:-80px by default — a deliberate design elsewhere on the site so
   the footer's dark background tucks in behind the rounded bottom corners of
   whatever white card precedes it. On Elementor pages that pull-up isn't
   wanted, so it's zeroed out here.

   Can't change the default at its source: styles.min.css is compiled from
   assets/scss/ by a Sass watcher not available in this environment, so
   hand-editing the compiled file would just get overwritten on the next real
   build. Scoped to Elementor pages only via the `elementor-page-{id}` body
   class Elementor itself adds to any page rendered with it — a substring
   attribute selector so it matches regardless of the page's ID, without
   needing to touch the classic Generic Page Sections template's pages. */
body[class*="elementor-page-"] .riseit-footer {
	margin-top: 0 !important;
}
