/* Hide empty sections */
main > .wp-block-group:has(.wp-block-query):not(:has(.wp-block-post-template)) {
	display: none;
}