/*
 * MWP integration tweaks for the buylist satellite. The green/gold skin itself
 * is buylist-baseline.css (the program's baseline capture); this file only
 * adapts it to the MWP theme page: kill the theme page title + top spacing so
 * the dark hero sits flush under the header (owner: no gap header -> hero).
 */
body.mwblsat-builder-page .wp-block-post-title { display: none; }
body.mwblsat-builder-page main.mw-page { margin-top: 0 !important; padding-top: 0 !important; }
body.mwblsat-builder-page .entry-content { margin-top: 0 !important; }
body.mwblsat-builder-page #mw-buylist-app { padding-top: 0; }

/* Account page: also full-width, title hidden. */
body.mwblsat-account-page .wp-block-post-title { display: none; }
body.mwblsat-account-page main.mw-page { margin-top: 0 !important; padding-top: 0 !important; }
