/* WordPress THEME adjustments for elevaty.ai (AiHub theme) — the ONLY
   rules in this plugin that reach outside `.elv-`, and therefore the only ones that could touch
   a page the engine did not write. GENERATED by scripts/fetch_fonts.py. Do not hand-edit.

   Every selector is re-scoped under `.elv-signature-post`, a body class the plugin adds ONLY
   to an engine post in the `signature` styling mode. On a customer's existing article, on a
   `theme`-mode engine post and on every page, these rules simply do not apply.

   The engine NEVER serves this file to a non-WordPress target (pinned): it describes one
   specific theme, not our design.

   OWNER FOLLOW-UP (plan §3.6): move these rules into the elevaty.ai theme and delete this
   file. A theme's own header meta is the theme's business. */
.elv-signature-post .lqd-post-header .entry-meta .byline,
.elv-signature-post .lqd-post-header .entry-meta .posted-on{ display:none; }
.elv-signature-post .lqd-post-header .entry-meta:not(:has(.cat-links)){ display:none; }
.elv-signature-post .lqd-post-header.entry-header{ padding-bottom:24px; }
.elv-signature-post .elv-article{ padding-top:0.75rem; }
