.fbcs-comments {
    margin-top: 2em;
    padding-top: 1.5em;
    border-top: 2px solid #e0e0e0;
}

.fbcs-comments-title {
    display: flex;
    align-items: center;
    gap: 1em;
    font-size: 1.3em;
    margin-bottom: 1em;
}

.fbcs-fb-link {
    font-size: 0.65em;
    font-weight: normal;
    color: #1877F2;
    text-decoration: none;
}

.fbcs-fb-link:hover {
    text-decoration: underline;
}

.fbcs-comment-list,
.fbcs-reply-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.fbcs-reply-list {
    margin-left: 2.5em;
    margin-top: 0.5em;
    padding-left: 1em;
    border-left: 2px solid #e8e8e8;
}

.fbcs-comment {
    margin-bottom: 1.2em;
    padding-bottom: 1em;
    border-bottom: 1px solid #f0f0f0;
}

.fbcs-reply-list .fbcs-comment {
    border-bottom: none;
    margin-bottom: 0.8em;
    padding-bottom: 0.5em;
}

.fbcs-comment-header {
    display: flex;
    align-items: center;
    gap: 0.5em;
    margin-bottom: 0.4em;
}

.fbcs-avatar {
    border-radius: 50%;
    flex-shrink: 0;
}

.fbcs-author {
    font-size: 0.95em;
}

.fbcs-time {
    font-size: 0.8em;
    color: #888;
}

.fbcs-comment-body {
    font-size: 0.95em;
    line-height: 1.5;
    margin-bottom: 0.3em;
}

.fbcs-comment-attachment {
    margin-top: 0.5em;
}

.fbcs-attachment-img {
    max-width: 300px;
    height: auto;
    border-radius: 6px;
}

.fbcs-comment-likes {
    font-size: 0.8em;
    color: #888;
    margin-top: 0.2em;
}

.fbcs-comment-likes::before {
    content: "\1F44D ";
}

.fbcs-reply-link {
    display: inline-block;
    margin-top: 0.4em;
    font-size: 0.85em;
    color: #1877F2;
    text-decoration: none;
}

.fbcs-reply-link:hover {
    text-decoration: underline;
}
