<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">ul {
    list-style: none;
    padding: 0;
}

.level-1 {
    margin: 10px 0;
}

.level-1 a {
    text-decoration: none;
    display: flex;
    align-items: center;
}

.level-1 img {
    margin-right: 10px;
    border-radius: 50%;
}

.level-1.active a {
    font-weight: bold;
    color: red; /* Aktiv bÃ¶lmÉ™ Ã¼Ã§Ã¼n rÉ™ng */
}

.parent &gt; ul {
    margin-left: 20px;
}

ul ul li {
    margin-left: 10px;
}
</pre></body></html>