.card_donators {
    padding: 10px;
}

.lk_donators {
    display: flex;
    gap: 10px;
}

.lk_donator {
    display: flex;
    align-items: center;
    background-color: var(--bg);
    width: 100%;
    border-radius: 16px;
    padding: 10px;
    gap: 10px;
    height: 60px;
}

.lk_donator a img {
    height: 40px;
    border-radius: 10px;
}

h5 {
    text-align: center;
    padding-bottom: 10px;
    color: var(--text-custom);
}

.lk_donator_nick {
    color: var(--text-custom);
}

.lk_donator_frame {
    position: absolute;
    transform: scale(1.18);
    z-index: 2;
}

@media (max-width: 768px) {
    .lk_donators {
        flex-direction: column;
    }
}

.lk_donator_empty {
    justify-content: center;
    color: var(--text-custom);
    font-weight: 500;
}