/* ── Sub Service pages ───────────────────────────────────────────────
   Hides WP's default block title above the Divi layout. A sub-service
   page has no PHP template, so WP's block template renders
   wp-block-site-title and wp-block-post-title; Divi 5's per-page Custom
   CSS is not reliably output, so the rule ships with the theme.
   Pairs with inc/sub-service.php. */
body.page-template-sub-service .wp-block-post-title,
body.page-template-sub-service .wp-block-site-title { display: none !important; }
