/* ==========================================================================
   Author biography — stand-in for the Neve Pro component
   --------------------------------------------------------------------------
   Enqueued by wpaq_neve_author_biography_styles() in functions.php, which
   bails when Neve Pro is active or the request is not a singular post. Was
   injected with wp_add_inline_style( 'chld_thm_cfg_child', ... ) until
   2026-09-13.

   Enqueued at priority 13: the inline block attached to the child stylesheet's
   handle, so it printed before wpaq-app.css. Keep it there.
   ========================================================================== */

.nv-author-biography{margin:40px 0;--avatarsize:96px;--borderradius:0;--authorcontentalign:left}
.nv-author-biography.nv-is-boxed{background:var(--nv-light-bg,#f2f2f2);color:var(--nv-text-color,inherit);padding:30px}
.nv-author-elements-wrapper{display:grid;grid-template-columns:1fr;grid-gap:20px;grid-auto-flow:dense;align-items:center}
.nv-author-elements-wrapper .nv-author-bio-name{margin-bottom:15px}
.nv-author-elements-wrapper a{color:var(--color,inherit);font-weight:600}
.nv-author-elements-wrapper p{margin:0}
.nv-author-elements-wrapper img{border:1px solid var(--nv-light-bg);background-color:#fff;padding:2px;border-radius:48px;width:96px!important;height:96px!important;object-fit:cover;justify-self:var(--authorcontentalign,center)}
.nv-author-elements-wrapper .nv-author-bio-text-wrapper{text-align:var(--authorcontentalign,left)}
.nv-author-elements-wrapper .nv-author-bio-link{margin-top:15px;display:block}
@media (min-width:960px){.nv-author-elements-wrapper{grid-template-columns:auto auto}.nv-author-elements-wrapper.center{grid-template-columns:1fr}.nv-author-elements-wrapper.center img{margin:0 auto}.nv-author-elements-wrapper.right img{grid-column:2}}
