.kl-expert-single {
    font-family: 'Rubik', sans-serif;
}

.kl-expert-profile {
    margin-top: 70px;
    margin-bottom: 28px;
}

.kl-expert-profile__photo {
    width: 250px;
    height: 250px;
    border-radius: 50%;
    object-fit: cover;
    background: #f5ebdf;
}

.kl-expert-profile__data h1 {
    margin: 0 0 14px;
}

.kl-expert-socials {
    display: flex;
    gap: 6px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 14px;
}

.kl-expert-socials a {
    width: 42px;
    height: 42px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1d8d0;
    border-radius: 50%;
    color: #010002;
    text-decoration: none;
    transition: color .2s ease, border-color .2s ease;
}

.kl-expert-socials a:hover,
.kl-expert-socials a:focus {
    color: #9e0909;
    border-color: #9e0909;
    text-decoration: none;
}

.kl-expert-about {
    display: block;
    margin-top: 0;
    margin-bottom: 42px;
}

.kl-expert-about__content {
    width: 100%;
}

.kl-expert-section-title {
    margin: 0 0 26px;
    font-family: 'Rubik', sans-serif;
    font-size: 32px;
    font-weight: 800;
    line-height: 1.2;
    text-transform: uppercase;
    color: #1e1e1e;
}

.kl-expert-posts-list {
    display: block;
}

.kl-expert-post-item {
    width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid #e1d8d0;
    margin: 0 15px;
}

.kl-expert-post-item:first-child {
    padding-top: 0;
}

.kl-expert-post-thumb img {
    aspect-ratio: 16 / 9;
    object-fit: cover;
}

.kl-expert-empty {
    padding: 22px 24px;
    background: #f6f7f7;
    color: #646970;
}

.kl-expert-load-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 32px;
}

.kl-expert-load-more[disabled] {
    opacity: .65;
    cursor: wait;
}

@media (max-width: 1199px) {
    .kl-expert-profile {
        justify-content: center;
        text-align: center;
    }

    .kl-expert-socials {
        justify-content: center;
    }
}

@media (max-width: 767px) {
    .kl-expert-profile {
        margin-top: 24px;
        gap: 18px;
    }

    .kl-expert-profile__photo {
        width: 180px;
        height: 180px;
    }

    .kl-expert-section-title {
        font-size: 24px;
    }

    .kl-expert-post-item {
        padding: 24px 0;
    }

}
