.comments-list{margin-top:14px}.comment-item{padding:15px 0;border-top:1px solid var(--line);display:grid;grid-template-columns:42px minmax(0,1fr);gap:11px}.comment-avatar{text-decoration:none}.comment-avatar .avatar{width:42px;height:42px;font-size:12px}.comment-content{min-width:0}.comment-author{display:flex;align-items:center;gap:5px;min-width:0;font-size:13px}.comment-author a{min-width:0;color:var(--text);text-decoration:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comment-author strong{font-size:13px}.comment-author .verified{width:16px;height:16px;font-size:10px;flex:0 0 auto}.comment-author>span:last-child{min-width:0;color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.comment-content>p{margin:4px 0 7px;color:var(--text);line-height:1.45;white-space:pre-wrap;overflow-wrap:anywhere}.comment-content>p a{color:var(--blue);text-decoration:none}.comment-actions{max-width:230px;display:flex;justify-content:space-between}.comment-actions button{width:31px;height:28px;border:0;border-radius:50%;background:transparent;color:var(--muted);cursor:pointer}.comment-actions button:hover{background:rgba(45,140,253,.1);color:var(--blue)}.comment-item.empty-comment{display:block;color:var(--muted)}
@media(max-width:480px){.comment-item{grid-template-columns:38px minmax(0,1fr);gap:9px}.comment-avatar .avatar{width:38px;height:38px}.comment-author{font-size:12px}.comment-author strong{font-size:12px}}
