.comment, comment-txt, comment-name {
    color: var(--darkGray) !important;
    font-family: OpenSansLight, serif;
}

.comment-time {
    padding: 0 10px;
    font-size: 0.8rem;
}

.comment-sec {
    margin-bottom: 30px;
}

.comment-txt {
    font-size: 100% !important;
    margin-top: 2px;
}

.avatar {
    min-width: 35px;
    width: 35px;
    height: 35px;
    background-color: var(--middleRose);
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: bold; /* Fettschrift für den Buchstaben */
    text-transform: uppercase; /* Automatische Großbuchstaben */
}

.avatar-initial {
    color: white !important;
}

.svg-20 {
    width: 20px;
    height: 20px;
}

.likes {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 0.8rem;
}

.amount {
    font-family: OpenSansSemiBold, serif;
    color: rgb(95, 99, 104);
}

.none {
    display: none;
}