/* ==========================================================
   ANKER: PredigtWerk-Logo (SVG-Icon + Gradienttext)
   Eingebunden in: index.php, register.php, dashboard.php,
   editor.php, shared.php, impressum.php, datenschutz.php
   ========================================================== */

.pw-logo-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.28em;
    text-decoration: none;
    line-height: 1;
    color: inherit;
}

.pw-logo-icon {
    width: 1.15em;
    height: 1.15em;
    flex-shrink: 0;
    display: block;
}

.pw-logo-predigt {
    font-weight: 800;
    color: #ffffff;
    letter-spacing: -0.2px;
}

.pw-logo-werk {
    font-weight: 800;
    background: linear-gradient(135deg, #5b8af7 0%, #8b5cf6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    letter-spacing: -0.2px;
}
