﻿.text-truncate-3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.author-photo {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid #fff;
    box-shadow: 0 15px 40px rgba(0,0,0,.25);
}

.kk-logo {
    width: 90px;
    height: 90px;
    margin: -35px auto 20px;
    position: relative;
    z-index: 2;
    border-radius: 50%;
    background: #1f2937;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 2.4rem;
    font-weight: 700;
    box-shadow: 0 10px 30px rgba(0,0,0,.25);
}