.nashr-product-comments{
    direction: rtl;
    font-family: IRANSansXFaNum;
    background: #f6f4f2;
    padding: 40px;
    border-radius: 16px;
}

.nashr-comments-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:30px;
}

.nashr-comments-title h2{
    font-size:22px;
    font-weight:600;
    color:#5E4C3E;
    margin:0 0 8px 0;
}

.nashr-comments-title .nashr-q{ color:#5E4C3E; }

.nashr-comments-count{
    font-size:14px;
    color:#9C8B7B;
}

.nashr-btn-add-comment{
    background:#6B5C4F;
    color:#fff;
    border:none;
    padding:12px 22px;
    border-radius:10px;
    font-size:14px;
    cursor:pointer;
    transition:0.3s;
    white-space:nowrap;
}
.nashr-btn-add-comment:hover{ opacity:.85; }

.nashr-comment-item{ margin-bottom:20px; }

.nashr-comment-meta{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-bottom:12px;
}

.nashr-comment-right{
    display:flex;
    gap:16px;
    align-items:center;
}

.nashr-comment-author{
    font-weight:600;
    color:#4A3D32;
}

.nashr-comment-date{
    font-size:13px;
    color:#9C8B7B;
}

.nashr-comment-actions{
    display:flex;
    align-items:center;
    gap:18px;
}

.nashr-reply-link{
    font-size:14px;
    color:#6B5C4F;
    text-decoration:none;
}
.nashr-reply-link:hover{ text-decoration:underline; }

.nashr-like-box{
    display:flex;
    align-items:center;
    gap:6px;
    color:#6B5C4F;
    font-size:14px;
    background:transparent;
    border:0;
    padding:0;
    cursor:pointer;
}

.nashr-comment-text{
    font-size:15px;
    line-height:1.9;
    color:#3C2F26;
    margin:0;
}

.nashr-comment-divider{
    border-bottom:1px dashed #D8CEC5;
    margin:25px 0;
}

.nashr-empty{
    color:#6d5c50;
    font-size:14px;
    padding:10px 0;
}
