
#header-container .uk-navbar-nav .uk-parent .uk-dropdown .wp-show-posts .wp-show-posts-single .wp-show-posts-inner{
    /* Theme-side fix: WP Show Posts can output `style=""` (empty) depending on settings parsing.
       We replicate the previously expected spacing in mega menu dropdowns via CSS (no plugin edits). */
    margin: 0 0 2em 2em;
}
#header-container .uk-navbar-nav .uk-parent .uk-dropdown .wp-show-posts .wp-show-posts-single:first-child .wp-show-posts-inner{
	/* Theme-side fix: WP Show Posts can output `style=""` (empty) depending on settings parsing.
	   We replicate the previously expected spacing in mega menu dropdowns via CSS (no plugin edits). */
	margin: 0 0 2em 0;
}