.okind-archives-tree {
    list-style: none;
    padding-left: 0;
}

.okind-archives-tree ul {
    list-style: none;
    padding-left: 0; /* Standard entfernen */
    margin-left: 0;   /* Zusätzlich margin entfernen */
}

/* Jahr: keine zusätzliche Einrückung */
.okind-archives-tree > li.year {
    margin-left: 0;
}

/* Monat: Einrücken des UL der Monate */
.okind-archives-tree li.year > ul.months {
    padding-left: 20px;
}

/* Beiträge: Einrücken des UL der Beiträge */
.okind-archives-tree li.month > ul.posts {
    padding-left: 20px;
}

.okind-archives-tree .toggle {
    cursor: pointer;
    margin-right: 5px;
    font-weight: bold;
}