.news-comments-section {
    margin-top: 28px !important;
}

.news-comments-section .blog-comment-content-wrap {
    display: block !important;
    padding: 18px 16px 20px;
    box-shadow: 0 0 8px rgba(225, 225, 225, 0.35);
    border-radius: 8px;
    background: #fff;
}

.news-comments-section h4 {
    margin: 0 0 14px;
    font-size: 18px;
    font-weight: 700;
}

.news-comments-section h5 {
    margin: 0 0 10px;
    font-size: 15px;
    font-weight: 700;
}

.news-comment-list .single-blog-comment {
    display: flex;
    gap: 10px;
    margin-bottom: 14px;
}

.news-comment-list .single-blog-comment:last-child {
    margin-bottom: 0;
}

.news-comment-list .single-blog-comment.child-comment {
    margin-left: 28px;
    padding-left: 10px;
    border-left: 2px solid #e8f2ec;
}

.news-comment-list .blog-comment-img {
    flex: 0 0 40px;
    margin: 0;
}

.news-comment-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #eef8f2;
    color: #006838;
    font-size: 16px;
    font-weight: 700;
}

.news-comment-avatar.is-admin {
    background: #006838;
    color: #fff;
}

.news-comment-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px 10px;
    margin-bottom: 2px;
}

.news-comment-head h5 {
    margin: 0;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}

.news-comment-date {
    font-size: 11px;
    color: #888;
}

.news-comment-admin-badge {
    display: inline-block;
    margin-left: 4px;
    padding: 1px 6px;
    border-radius: 999px;
    background: #006838;
    color: #fff;
    font-size: 9px;
    font-weight: 700;
    text-transform: uppercase;
    vertical-align: middle;
}

.news-comment-content p {
    margin: 0;
    font-size: 13px;
    line-height: 1.55;
    color: #555;
}

.news-comment-main-form {
    margin-top: 18px !important;
    padding-top: 16px;
    border-top: 1px solid #eee;
}

.news-comment-form .row {
    --bs-gutter-y: 0.65rem;
}

.news-comment-form .form-label {
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 4px;
}

.news-comment-form .form-control {
    font-size: 13px;
    padding: 6px 10px;
}

.news-comment-form textarea.form-control {
    resize: vertical;
    min-height: 64px;
}

.news-comment-form .default-btn {
    padding: 8px 18px;
    font-size: 13px;
}

.news-comment-form-message {
    margin-top: 8px;
    font-size: 12px;
}

.news-comment-form-message.is-success {
    color: #0a8a45;
}

.news-comment-form-message.is-error {
    color: #c62828;
}

.news-comment-honeypot {
    position: absolute;
    left: -9999px;
    opacity: 0;
    height: 0;
    width: 0;
    pointer-events: none;
}

.news-comment-empty {
    color: #777;
    font-size: 13px;
    margin: 0 0 4px;
}

.news-comment-note {
    color: #777;
    font-size: 12px;
    margin: 0 0 10px;
}

@media (max-width: 767px) {
    .news-comments-section .blog-comment-content-wrap {
        padding: 14px 12px 16px;
    }

    .news-comment-list .single-blog-comment {
        gap: 8px;
    }

    .news-comment-list .single-blog-comment.child-comment {
        margin-left: 16px;
        padding-left: 8px;
    }

    .news-comment-list .blog-comment-img {
        flex: 0 0 36px;
    }

    .news-comment-avatar {
        width: 36px;
        height: 36px;
        font-size: 14px;
    }
}
