/*
 * Fallbacks for classic themes that leave an empty title element behind after
 * the_title is filtered. The active From I To We page template also reads the
 * plugin's compatibility meta key and omits its complete title wrapper.
 */
body.fromitowe-hide-title :where(main, [role="main"]) :where(.entry-title, .page-title, .post-title):empty,
body.fromitowe-hide-title :where(main, [role="main"]) > :where(h1, h2):empty,
body.fromitowe-hide-title :where(main, [role="main"]) > article > :where(h1, h2):empty,
body.fromitowe-hide-title :where(main, [role="main"]) > article > header > :where(h1, h2):empty {
	display: none !important;
}
