.funken-item {
    box-sizing: border-box;
    width: 100%;
    min-width: 0;
}

.funken-answer-block {
    box-sizing: border-box;
    min-width: 0;
}

.funken-children {
    margin-left: 10px;
    padding-left: 10px;
    border-left: 3px solid #d9e9f7;
    box-sizing: border-box;
}

/* Ab Ebene 3 keine weiteren Linien mehr */
.funken-children .funken-children .funken-children {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
}

.funken-item {
    box-sizing: border-box;
    min-width: 0;
    width: 100%;
}

.funken-children-toggle {
    display: inline-block;
    margin: 8px 0 12px 0;
    padding: 6px 10px;
    border-radius: 8px;
    background: #eef5ff;
    border: 1px solid #cfe3ff;
    font-weight: bold;
    text-decoration: none;
}

/* Ebene 1 */
.funken-main-answers > .funken-answer-block > .funken-item {
    background: #ffffff !important;
}

/* Ebene 2 */
.funken-children > .funken-answer-block > .funken-item {
    background: #f7fbff !important;
}

/* Ebene 3 und tiefer */
.funken-children .funken-children > .funken-answer-block > .funken-item {
    background: #f7f8f5 !important;
}
/* =========================================================
   FUNKEN – FARBKREIS DER ANTWORT-EBENEN
   Gelb → Blau → Grün → Gelb → Blau → Grün
   ========================================================= */

/* Ebene 1 – Antwort auf Haupt-Funken – GELB */
.funken-main-answers > .funken-item > .funken-answer-card {
    background: #fffbea !important;
}

/* Ebene 2 – Antwort auf Antwort – BLAU */
.funken-main-answers
.funken-children > .funken-item > .funken-answer-card {
    background: #f1f7fd !important;
}

/* Ebene 3 – Antwort auf Antwort auf Antwort – GRÜN */
.funken-main-answers
.funken-children
.funken-children > .funken-item > .funken-answer-card {
    background: #f1faf3 !important;
}

/* Ebene 4 – wieder GELB */
.funken-main-answers
.funken-children
.funken-children
.funken-children > .funken-item > .funken-answer-card {
    background: #fffbea !important;
}

/* Ebene 5 – wieder BLAU */
.funken-main-answers
.funken-children
.funken-children
.funken-children
.funken-children > .funken-item > .funken-answer-card {
    background: #f1f7fd !important;
}

/* Ebene 6 – wieder GRÜN */
.funken-main-answers
.funken-children
.funken-children
.funken-children
.funken-children
.funken-children > .funken-item > .funken-answer-card {
    background: #f1faf3 !important;
}
.funken-category-filter {
    display: inline-block;
    flex: 0 0 auto;
    white-space: nowrap;
    text-decoration: none !important;
    padding: 10px 14px;
    border-radius: 10px;
    font-weight: 700;
    color: #2879ad;
    background: #eef6ff;
    border: 1px solid #cfe5f8;
}

.funken-category-filter:hover {
    color: #2879ad;
    text-decoration: none !important;
}