/* Close the white strip between the site nav and the first content band.
   Split out of ychg-v2.css so it can be cache-busted on its own. ?v=2

   Every YCHG page's content is ONE raw-HTML block: an inline <style> plus a single
   wrapper div (.ychg on the hand-built pages, .mu-wrap on the market-update pages).
   Anything else that lands as a direct child of the post content is filler the block
   renderer left behind, and it is what was pushing the first band ~120px down. */

main.wp-block-group.alignfull { margin-block-start: 0 !important; margin-top: 0 !important;
  padding-top: 0 !important; padding-bottom: 0 !important; }

.wp-block-post-content,
.entry-content { margin-block-start: 0 !important; margin-top: 0 !important;
  padding-top: 0 !important; }

.wp-block-post-content > *:not(.ychg):not(.mu-wrap):not(#tracker),
.entry-content > *:not(.ychg):not(.mu-wrap):not(#tracker) { display: none !important; }

.wp-block-post-content > .ychg,
.wp-block-post-content > .mu-wrap,
.entry-content > .ychg,
.entry-content > .mu-wrap { margin-top: 0 !important; padding-top: 0 !important; }

.ychg > *:first-child { margin-top: 0 !important; }
