.ft_recent_comments_widget .ft-recent-comments-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ft_recent_comments_widget .ft-recent-comment {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
}

.ft_recent_comments_widget .comment-avatar {
    width: 56px;
    height: 56px;
    background: #E9E9E9;
    border-radius: 50%;
    overflow: hidden;
    max-width: none;
}

.ft_recent_comments_widget .ft-comment-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 4px;
}

.ft_recent_comments_widget .ft-comment-author {
    font-family: Archivo, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1C1C1C;
    line-height: 24px;
    text-decoration: none;
}

.ft_recent_comments_widget .ft-comment-excerpt {
    font-family: Archivo, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #1C1C1C;
    line-height: 24px;
    text-decoration: none;
    max-width: 628px;
}

.ft_recent_comments_widget .ft-comment-meta {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ft_recent_comments_widget .ft-comment-meta .ft-comment-time {
    font-family: Archivo, sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #1C1C1C;
    opacity: 0.5;
    line-height: 20px;
}
