/*
Theme Name:   KFO Padureanu (Hello Child)
Theme URI:    https://www.kfo-padureanu.de
Description:  Child-Theme für die Website der Kieferorthopädie Radu Padureanu (Reutlingen). Basiert auf "Hello Elementor" und lädt das KFO-Designsystem. Alle Inhalte werden über Elementor + das Plugin "KFO Padureanu Core" gepflegt.
Author:       WIAS-IT · Kevin Wagner
Template:     hello-elementor
Version:      1.5.2
Text Domain:  kfo-padureanu-child
*/

/* Das Designsystem liefert das Plugin "KFO Padureanu Core" (assets/kfo.css).
   Hier nur kleine theme-spezifische Ergänzungen für den Blog-Einzelbeitrag. */

body { background: var(--bg, #F6F8F7); }

/* Blog-Einzelbeitrag: schmaler Lesebereich im KFO-Look */
.article{max-width:760px;margin-inline:auto;font-size:1.06rem;line-height:1.8;color:var(--ink-2,#41524E)}
.article h2{font-family:var(--font-head),serif;color:var(--ink,#1B2825);margin:2.2rem 0 .8rem;font-size:clamp(1.5rem,3vw,2rem);font-weight:600}
.article h3{font-family:var(--font-head),serif;color:var(--ink,#1B2825);margin:1.8rem 0 .6rem;font-size:1.3rem;font-weight:600}
.article p{margin:0 0 1.2rem}
.article a{color:var(--primary-deep,#0F5950);text-decoration:underline;text-underline-offset:3px}
.article ul,.article ol{margin:0 0 1.2rem 1.2rem;padding:0}
.article li{margin:.4rem 0}
.article .lead{font-size:1.18rem;color:var(--ink,#1B2825);line-height:1.7;margin-bottom:1.6rem}
.article .post-img{width:100%;height:auto;display:block;border-radius:var(--r-lg,26px);border:1px solid var(--line,rgba(27,40,37,.12));margin:1.8rem 0}
.article blockquote{border-left:3px solid var(--accent,#CE7A52);margin:1.8rem 0;padding:.4rem 0 .4rem 1.2rem;color:var(--ink,#1B2825);font-style:italic}

/* Autorenbox unter dem Beitrag */
.authorbox{display:flex;gap:1rem;align-items:center;margin-top:2.4rem;padding-top:1.6rem;border-top:1px solid var(--line,rgba(27,40,37,.12))}
.authorbox .av{flex:0 0 auto;width:52px;height:52px;border-radius:50%;display:grid;place-items:center;font-weight:700;color:#fff;background:linear-gradient(150deg,var(--primary,#15756B),var(--primary-deep,#0F5950))}
.authorbox small{color:var(--muted,#677873)}

/* Meta-Zeile im Beitrags-Hero */
.amraw{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;color:var(--muted,#677873);font-size:.95rem;margin-top:1rem}
.amraw .av{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;font-weight:700;font-size:.8rem;color:#fff;background:linear-gradient(150deg,var(--primary,#15756B),var(--primary-deep,#0F5950))}
