<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Comments Section */
.comments-list {
    list-style: none;
    padding-left: 0;
}

.comment {
    margin-bottom: 30px;
    position: relative;
}

.comment .commenter {
    float: left;
    margin-right: 15px;
}

.comment .commenter img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-body {
    overflow: hidden;
}

.commenter-name {
    margin-top: 0;
    font-weight: 600;
}

.comment-info {
    color: #777;
    font-size: 13px;
    margin-bottom: 10px;
}

/* Reply Styling */
.comment-replies {
    margin-top: 20px;
    padding-left: 65px;
    list-style: none;
    border-left: 2px solid #eee;
}

.comment-replied {
    background-color: #f9f9f9;
    padding: 15px;
    border-radius: 5px;
}

.reply-form {
    margin: 15px 0;
    padding: 15px;
    background-color: #f5f5f5;
    border-radius: 5px;
}

/* Form Styling */
.textarea-box {
    resize: vertical;
    min-height: 120px;
}

.comment-submit .btn {
    margin-top: 0;
}

.comment-require {
    color: #777;
    font-size: 13px;
    line-height: 38px;
}
</pre></body></html>