/* ═══════════════════════════════════════════
   Fix da Heim – Quellenangaben & Autor v2
   Farben: Orange #E85207 · Dunkel #2C2A26 · Creme #F5EFE6
   ═══════════════════════════════════════════ */

.fdh-quellen {
    margin-top: 32px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

/* ─── Gemeinsamer Titel ─── */
.fdh-quellen-titel {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #888;
    margin-bottom: 14px;
}

/* ═══════════════════════════════════════
   STIL 3 – RANDLINIE
═══════════════════════════════════════ */
.fdh-randlinie {
    border-top: 2px solid #E85207;
    padding-top: 22px;
}

.fdh-rl-item {
    border-left: 3px solid #E85207;
    padding: 8px 0 8px 16px;
    margin-bottom: 10px;
    transition: border-color 0.15s;
}

.fdh-rl-item:hover { border-left-color: #c94505; }

.fdh-rl-link {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    color: #2C2A26;
    text-decoration: none;
    line-height: 1.4;
}

a.fdh-rl-link:hover { color: #E85207; }
.fdh-rl-nolink { cursor: default; }

.fdh-rl-meta {
    display: block;
    font-size: 0.76rem;
    color: #999;
    margin-top: 2px;
}

/* ═══════════════════════════════════════
   STIL 8 – AKKORDEON
═══════════════════════════════════════ */
.fdh-details { border-radius: 8px; overflow: hidden; }

.fdh-summary {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
    cursor: pointer;
    padding: 13px 18px;
    background: #2C2A26;
    color: #F5EFE6;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    border-radius: 8px;
    user-select: none;
    transition: background 0.15s;
}

.fdh-summary::-webkit-details-marker { display: none; }
.fdh-summary::marker { display: none; }
.fdh-summary:hover { background: #3a3733; }

.fdh-details[open] .fdh-summary {
    border-radius: 8px 8px 0 0;
    background: #E85207;
    color: #fff;
}

.fdh-summary-text { flex: 1; }
.fdh-count { font-weight: 400; opacity: 0.75; }

.fdh-arrow {
    font-size: 0.7rem;
    opacity: 0.7;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}
.fdh-details[open] .fdh-arrow { transform: rotate(180deg); }

.fdh-akkordeon-body {
    border: 1px solid #e0dbd2;
    border-top: none;
    border-radius: 0 0 8px 8px;
    background: #faf8f4;
    padding: 6px 0;
}

.fdh-ak-item {
    display: flex;
    align-items: baseline;
    gap: 14px;
    padding: 10px 20px;
    border-bottom: 1px solid #ede8e0;
}
.fdh-ak-item:last-child { border-bottom: none; }

.fdh-ak-num {
    font-size: 0.68rem;
    font-weight: 700;
    color: #E85207;
    flex-shrink: 0;
    font-variant-numeric: tabular-nums;
    min-width: 20px;
}

.fdh-ak-text { display: flex; flex-direction: column; gap: 2px; }

.fdh-ak-link {
    font-size: 0.86rem;
    font-weight: 600;
    color: #2C2A26;
    text-decoration: none;
    line-height: 1.4;
}
a.fdh-ak-link:hover { color: #E85207; }
.fdh-ak-nolink { cursor: default; }
.fdh-ak-pub { font-size: 0.74rem; color: #999; }

/* ═══════════════════════════════════════
   AUTOR-BEREICH (Global)
═══════════════════════════════════════ */
.fdh-author-section {
    display: flex;
    gap: 24px;
    background: #F5EFE6;
    border-left: 4px solid #E85207;
    padding: 24px;
    margin: 40px 0 0 0;
    border-radius: 8px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
}

.fdh-author-avatar { flex-shrink: 0; }

.fdh-author-avatar img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #E85207;
    display: block;
}

.fdh-author-info { flex: 1; }

.fdh-author-name {
    font-size: 1.1rem;
    font-weight: 700;
    color: #2C2A26;
    margin-bottom: 4px;
}

.fdh-author-title {
    font-size: 0.72rem;
    font-weight: 700;
    color: #E85207;
    text-transform: uppercase;
    letter-spacing: 0.07em;
    margin-bottom: 10px;
}

.fdh-author-bio {
    font-size: 0.875rem;
    line-height: 1.6;
    color: #555;
}

.fdh-author-bio a {
    color: #E85207;
    text-decoration: none;
}
.fdh-author-bio a:hover { text-decoration: underline; }

/* ─── Mobile ─── */
@media (max-width: 600px) {
    .fdh-author-section {
        flex-direction: column;
        align-items: center;
        text-align: center;
        gap: 16px;
    }
    .fdh-author-avatar img { width: 80px; height: 80px; }
    .fdh-summary { padding: 12px 14px; font-size: 0.82rem; }
    .fdh-ak-item { padding: 9px 14px; }
    .fdh-rl-item { padding-left: 12px; }
}
