.comment-item-pinned{display:flex;align-items:center;gap:8px;margin-bottom:8px}.comment-item-pinned-text{font-size:12px;color:#033C5F;font-weight:500}.comment-item-container{justify-content:flex-end}.comment-item,.comment-item-container{display:flex;flex-direction:column;overflow:visible;min-width:0;width:100%}.comment-item{position:relative;height:200px}.comment-item-icon{width:25px;height:25px;z-index:1;margin-left:-10px}.comment-item-icon-img{width:100%;height:100%}.comment-item-content{display:flex;flex-direction:column;flex:1 1;background-color:#E1ECF1;padding:20px 15px 20px 30px;border-radius:20px 20px 0 0;border:1px solid #297a9b4d;border-bottom-color:#92bbcc;overflow:visible;min-width:0;width:100%;box-sizing:border-box}.comment-item-content.pinned{background-color:#ECF5F9;border:1px solid #4f8095}@media screen and (min-width:1024px){.comment-item-content{background-color:#E1ECF1}}.comment-item-content-head{display:flex;gap:8px;overflow:visible;width:100%;min-width:0;align-items:center;justify-content:space-between}@media screen and (min-width:1024px){.comment-item-content-head{flex-direction:row;justify-content:space-between;align-items:center}}.comment-item-content-wave-type-container{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start}.comment-item-content-wave-type{font-weight:600;font-size:13px;line-height:150%;color:#323232}.comment-item-content-posted-at{font-weight:600;font-size:9px;line-height:100%;color:#8C8C8C}.comment-item-content-actions{display:flex;align-items:center;gap:8px}.comment-item-content-actions-like{display:flex;align-items:center;gap:4px;font-weight:600;font-size:11px;color:#033C5F;background-color:#FFFFFF;border-radius:20px;padding:0 8px 0 2px}.comment-item-content-actions-like-button{width:24px;height:24px;border-radius:50%;background-color:#FFFFFF;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;position:relative}.comment-item-content-actions-like-button:disabled{cursor:not-allowed;opacity:.6}.comment-item-content-actions-like-count{font-weight:600;font-size:11px;color:#033C5F}.comment-item-content-actions-waves{display:flex;align-items:center;gap:4px;font-weight:600;font-size:11px;color:#033C5F;background-color:#FFFFFF;border-radius:20px}.comment-item-content-actions-bookmark{display:flex;align-items:center;justify-content:center;color:#033C5F;background-color:#FFFFFF;border-radius:360px;width:24px;height:24px}.comment-item-content-actions-bookmark-button{width:20px;height:20px;border-radius:50%;background-color:#FFFFFF;display:flex;align-items:center;justify-content:center;border:none;cursor:pointer;position:relative}.comment-item-content-actions-etc{position:relative}.comment-item-more-button{position:relative;display:flex;padding:4px;background:none;border:none;cursor:pointer;border-radius:4px;transition:background-color .2s}.comment-item-more-button:hover{background-color:#F0F0F0}.comment-item-dropdown{position:absolute;right:0;top:100%;padding-top:4px;background-color:transparent;min-width:200px;display:none;z-index:1000}.comment-item-dropdown.open{display:block}.comment-item-dropdown:before{content:"";position:absolute;top:0;right:0;left:0;height:4px;background-color:transparent}.comment-item-dropdown:after{content:"";position:absolute;top:4px;right:0;left:0;bottom:0;background-color:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:-1}.comment-item-dropdown-item{padding:12px 16px;font-size:13px;color:#333;cursor:pointer;transition:background-color .2s;text-align:left;white-space:nowrap}.comment-item-dropdown-item:hover{background-color:#F8FBFC}.comment-item-dropdown-item:first-child{border-radius:8px 8px 0 0}.comment-item-dropdown-item:last-child{border-radius:0 0 8px 8px}.comment-item-dropdown-separator{height:1px;background-color:#E5E5E5;margin:0}.comment-item-content-body{font-weight:300;font-size:14px;line-height:150%;letter-spacing:0;color:#033C5F;margin-top:11px;flex:1 1;overflow:hidden;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;text-overflow:ellipsis;max-height:63px}.comment-item-content-body-link{text-decoration:none;color:inherit;display:inline;cursor:pointer}.comment-item-content-body-link:hover{text-decoration:underline}.comment-item-article{display:flex;flex-direction:column;gap:3px;padding:11px 15px 14px 20px;background-color:#FFFFFF;border:1px solid #297a9b4d;border-top:none;border-radius:0 0 20px 20px;text-decoration:none;transition:background-color .2s;flex-shrink:0;min-height:50px;min-width:0;width:100%;box-sizing:border-box}.comment-item-article.pinned{border:1px solid #4f8095;border-top:none}.comment-item-article:hover{background-color:#F5F5F5}.comment-item-article-title-container{display:flex;justify-content:space-between;align-items:center;padding:0 8px;width:100%;min-width:0;box-sizing:border-box}.comment-item-article-title{font-weight:600;font-size:13px;line-height:150%;color:#323232;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer;transition:opacity .2s;flex:1 1;min-width:0;max-width:100%}.comment-item-article:hover .comment-item-article-title{opacity:.7}.comment-item-article-title-label{color:#B2B2B2;font-weight:600}.comment-item-article-title-text{color:#323232}@media screen and (min-width:1024px){.comment-item-content-body{font-size:16px;line-height:24px}}