.oky-authors-box {
    width: 100%;
}

.oky-authors-title {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
}

.oky-authors-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.oky-author-item {
    margin: 0 0 10px;
    padding: 0;
}

.oky-author-link {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    padding: 8px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
    transition: all .2s ease;
}

.oky-author-link:hover {
    border-color: #cfcfcf;
    transform: translateY(-1px);
}

.oky-author-avatar {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    overflow: hidden;
    border-radius: 50%;
    background: #f3f3f3;
}

.oky-author-avatar img,
.oky-author-avatar-img {
    width: 48px !important;
    height: 48px !important;
    object-fit: cover;
    border-radius: 50%;
    display: block;
}

.oky-author-info {
    display: flex;
    flex-direction: column;
    line-height: 1.25;
}

.oky-author-name {
    font-size: 14px;
    font-weight: 700;
    color: #222;
}

.oky-author-count {
    margin-top: 3px;
    font-size: 12px;
    color: #777;
}

.oky-authors-empty {
    color: #777;
    margin: 0;
}
