.devvn-comments-wrapper {
    margin-top:40px;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial;
}

.devvn-title {
    font-size:20px;
    font-weight:600;
    margin-bottom:25px;
}

.devvn-comment-list {
    list-style:none;
    padding:0;
}

.devvn-item {
    list-style:none;
    margin-bottom:18px;
}

.devvn-comment {
    display:flex;
    gap:12px;
}

.devvn-avatar img {
    border-radius:50%;
    width:40px;
    height:40px;
}

.devvn-body {
    flex:1;
}

.devvn-bubble {
    background:#f0f2f5;
    padding:12px 15px;
    border-radius:18px;
}

.devvn-author {
    font-weight:600;
    font-size:14px;
    margin-bottom:5px;
}

.devvn-text {
    font-size:14px;
    line-height:1.5;
}

.devvn-actions {
    margin-top:6px;
    font-size:13px;
    color:#65676b;
    display:flex;
    gap:15px;
    align-items:center;
}

.devvn-like-btn {
    cursor:pointer;
    font-weight:500;
}

.devvn-like-btn:hover {
    color:#1877f2;
}

.devvn-actions a {
    text-decoration:none;
    color:#65676b;
}

.devvn-actions a:hover {
    color:#1877f2;
}

.children {
    margin-left:52px;
    margin-top:12px;
}

#commentform {
    margin-top:35px;
}

#commentform textarea {
    width:100%;
    border-radius:18px;
    padding:12px;
    border:1px solid #ddd;
    resize:vertical;
}

#commentform input[type="submit"] {
    margin-top:10px;
    background:#1877f2;
    color:#fff;
    border:none;
    padding:8px 20px;
    border-radius:20px;
    cursor:pointer;
}

#commentform input[type="submit"]:hover {
    background:#145dbf;
}

.devvn-like-btn {
    cursor: pointer;
    font-weight: 500;
}

.devvn-like-btn.liked {
    color: #1877f2;
    font-weight: 600;
}

.devvn-like-btn.disabled {
    opacity: 0.6;
    cursor: not-allowed;
}

.devvn-comment-image img {
    margin-top:10px;
    max-width:300px;
    border-radius:12px;
    cursor:pointer;
}