/*
Theme Name:   WIAS-IT (Hello Child)
Theme URI:    https://wias-it.com
Description:  Child-Theme für die WIAS-IT Website. Basiert auf "Hello Elementor" und lädt das WIAS-IT Designsystem. Alle Inhalte werden über Elementor + das Plugin "WIAS-IT Core" gepflegt.
Author:       WIAS-IT · Kevin Wagner
Template:     hello-elementor
Version:      1.2.0
Text Domain:  wias-it-child
*/

/* Das Designsystem liefert das Plugin "WIAS-IT Core" (assets/wias-it.css).
   Hier nur kleine theme-spezifische Ergänzungen. */

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

/* Blog-Einzelbeitrag: Beitragsbild im imgph-Look */
.article .post-img{width:100%;border-radius:16px;border:1px solid var(--line-strong, rgba(120,170,230,.36));margin:1.6rem 0;display:block;height:auto}
.article blockquote{border-left:3px solid var(--cyan,#1ecaff);margin:1.6rem 0;padding:.4rem 0 .4rem 1.2rem;color:var(--white,#f4f8ff);font-style:italic}
