/* Stil für das Custom-Toc-Livros */
.custom-toc-livros {
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 20px;
}

.custom-toc-livros h3 {
    color: #CA9B52 /* Farbe für die Überschrift h3 */
}

/* Stil für die einzelnen Informationen im Custom-Toc-Widget */
.custom-toc-livros ul {
    list-style-type: none; /* Entfernt die Punkte vor den einzelnen Kategorien */
    padding: 0;
}

.custom-toc-livros li {
    margin-bottom: 10px;
}

.custom-toc-livros li strong {
    display: inline-block;
    width: 100px; /* Anpassen Sie die Breite nach Bedarf */
}