/**
 * LOVSETTI Outdoor Furniture page: page-ID-specific rules only. Every
 * section's actual styling comes from assets/css/indoor-furniture.css,
 * enqueued alongside this file on the Outdoor page (see
 * lovsetti_theme_outdoor_furniture_assets() in functions.php) — this page's
 * markup reuses those .ls-indoor-*__* selectors directly rather than
 * duplicating them under a new prefix.
 */

/* The Final CTA is the last section before the Footer -- same "no
   unintended blank band" fix Indoor Furniture and Home needed, since
   .ls-site-footer's sitewide margin-top (components.css) would otherwise
   leave a gap here too. Page ID 37 = Outdoor. */
body.page-id-37 .ls-site-footer {
	margin-top: 0;
}
