/* استایل اصلی لیست دیدگاه‌ها */
.commentlist {
    list-style: none;
    padding: 0;
    margin: 0;
}

.comment {
    display: block;
    align-items: flex-start;
    margin-bottom: 10px;
    
    position: relative;
}
.comment_gf
{
padding: 10px 10px 0px 15px;
    background: #f9f9f9;
    border-radius: 10px;
margin: 10px 10px 5px 30px;
}
.comment-img {
    margin-right: 15px;
    position: absolute;
    top: -30px;
}

.comment-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.comment-content {
    flex: 1;
}

.comment-details {
    margin-bottom: 5px;
    display: flex;
    justify-content: space-between;
}

.comment-name {
    font-size: 15px;
    font-weight: 500;
    color: #333;
}

.comment-log {
    font-size: 12px;
    color: #999;
}

.comment-desc {
    font-size: 14px;
    color: #555;
    margin-bottom: 10px;
}

.comment-data {
    display: flex;
    gap: 10px;
    font-size: 14px;
margin-left: 80px;
    margin-right: 80px;
}

.comment-reply a {
    color: #0073aa;
    text-decoration: none;
}

.comment-reply a:hover {
    text-decoration: underline;
}

/* استایل برای دیدگاه‌های فرزند */
.commentlist .children {
    margin-left: 50px;
    padding-left: 20px;

}

.commentlist .children .comment {
    margin-top: 10px;
}
.comment-reply-link
{
margin: 0 !important;
}
.comment-img img
{
border-radius:50% !important;
border: 9px solid #f9f9f9 !important;
}
h3#reply-title {
    font-size: 17px !important;
    font-weight: 500 !important;
}
#commentlist-container
{
margin-top: 20px !important;
}
.comment-notes
{
font-size: 14px;
}
.logged-in-as
{
font-size: 14px;
}

.default-avatar {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-color: #f9f9f9;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    font-size: 30px;
}

