/* Feed comments */
.post .post-footer .comments-list .comment .comment-body,
.post .post-footer .comments-list .reply .comment-body {
    position: relative;
}

.comment-text,
.reply-text {
    display: block;
    max-width: 100%;
    min-height: 0;
    margin-top: 4px;
    background: #f0f2f5;
    border-radius: 14px;
    padding: 8px 12px;
    color: #050505;
    overflow: hidden;
    overflow-wrap: anywhere;
    word-wrap: break-word;
    word-break: break-word;    
    box-sizing: border-box;
    text-align: left !important;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.35;
}

.comment-text[contenteditable="true"] {
    outline: none;
}

.comment-text.comment-text-editing ,
.reply-text.comment-text-editing {
    display: block;
    position: relative;
    width: 100%;
    min-height: 88px;
    padding: 12px 40px 50px 12px;
    cursor: text;
}

.comment-text.comment-text-editing .inline-comment-edit-tools ,
.reply-text.comment-text-editing .inline-comment-edit-tools {
    position: absolute;
    right: 10px;
    bottom: 8px;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
    user-select: none;
    cursor: default;
}

.comment-text.comment-text-editing .inline-comment-edit-tools .btn,
.reply-text.comment-text-editing .inline-comment-edit-tools .btn,
.comment-text.comment-text-editing .inline-comment-edit-tools .btn-file,
.reply-text.comment-text-editing .inline-comment-edit-tools .btn-file {
    border: 0;
    padding: 0 !important;
    box-shadow: none;
    width: 28px;
    height: 28px;
    min-width: 28px;
    border-radius: 50%;
    margin: 0;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.comment-text.comment-text-editing .inline-comment-edit-tools .sendbtn,
.reply-text.comment-text-editing .inline-comment-edit-tools .sendbtn,
.comment-text.comment-text-editing .inline-comment-edit-tools .btn-main,
.reply-text.comment-text-editing .inline-comment-edit-tools .btn-main,
.comment-text.comment-text-editing .inline-comment-edit-tools .inline-comment-edit-send,
.reply-text.comment-text-editing .inline-comment-edit-tools .inline-comment-edit-send {
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    background: #1b74e4 !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(27, 116, 228, 0.28) !important;
}

.comment-text.comment-text-editing .inline-comment-edit-tools svg ,
.reply-text.comment-text-editing .inline-comment-edit-tools svg {
    width: 16px !important;
    height: 16px !important;
    opacity: 1 !important;
    margin: 0 !important;
}

.comment-text.comment-text-editing .inline-comment-edit-tools .inline-comment-edit-label ,
.reply-text.comment-text-editing .inline-comment-edit-tools .inline-comment-edit-label {
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
}

.comment-text.comment-text-editing .inline-comment-edit-emoji-menu ,
.reply-text.comment-text-editing .inline-comment-edit-emoji-menu {
    position: absolute;
    right: 44px;
    top: calc(100% + 0px);
    bottom: auto;
    z-index: 20;
    display: grid;
    grid-template-columns: repeat(8, 28px);
    gap: 8px;
    max-height: 220px;
    overflow-y: auto;
    padding: 8px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18);
}

.comment-text.comment-text-editing .inline-comment-edit-emoji-item ,
.reply-text.comment-text-editing .inline-comment-edit-emoji-item {
    border: 0;
    width: 28px;
    height: 28px;
    padding: 0;
    border-radius: 6px;
    background: transparent;
    line-height: 28px;
    text-align: center;
}

.comment-text.comment-text-editing .inline-comment-edit-emoji-item:hover ,
.reply-text.comment-text-editing .inline-comment-edit-emoji-item:hover {
    background: #f0f2f5;
}

#wo_comment_combo .comment_combo_footer .wo_feed_post_comments .btn.sendbtn svg,
.comment-reply .wo_commreply_combo .image-comment button[onclick*="Wo_RegisterReply2"] svg,
.post .comment_combo_footer .wo_feed_post_comments .btn-main svg {
    width: 16px !important;
    height: 16px !important;
    fill: currentColor !important;
    opacity: 1 !important;
    margin: 0 0 0 1px !important;
}

.comment_edele_options .feather-edit-2 {
    color: #1b74e4;
    stroke: #1b74e4;
}

.comment_edele_options .feather-trash-2 {
    color: #f02849;
    stroke: #f02849;
}

.comment-reply .wo_commreply_combo {
    align-items: flex-start;
    flex-wrap: wrap;
    position: relative;
}

.comment-reply .wo_commreply_combo .textarea,
#wo_comment_combo .textarea {
    text-align: left !important;
    vertical-align: top !important;
    padding-right: 48px !important;
}

#wo_comment_combo {
    position: relative;
}

#wo_comment_combo .comment_combo_footer .wo_feed_post_comments .btn.sendbtn {
    position: absolute;
    right: 8px;
    top: 7px;
}

.comment-reply .wo_commreply_combo .image-comment {
    position: static !important;
    right: auto !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 0 100%;
    width: 100%;
    margin-top: 6px;
    padding-right: 8px;
}

.comment-reply .wo_commreply_combo .image-comment button[onclick*="Wo_RegisterReply2"] {
    position: absolute;
    right: 8px;
    top: 0;
}

#wo_comment_combo .comment_combo_footer .wo_feed_post_comments .btn:not(.btn-main),
.comment-reply .wo_commreply_combo .image-comment .btn-file {
    border: 0;
    padding: 0 !important;
    box-shadow: none;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    margin: 0 3px;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(27, 116, 228, 0.1);
    color: #1b74e4;
}

#wo_comment_combo .comment_combo_footer .wo_feed_post_comments .btn:not(.btn-main) svg,
.comment-reply .wo_commreply_combo .image-comment .btn-file svg {
    width: 19px !important;
    height: 19px !important;
    fill: currentColor;
    opacity: 1 !important;
    margin: 0 !important;
}

#wo_comment_combo .comment_combo_footer .wo_feed_post_comments .btngif,
.comment-reply .wo_commreply_combo .image-comment .btngif {
    background: rgba(139, 92, 246, 0.12) !important;
    color: #7c3aed !important;
}

#wo_comment_combo .comment_combo_footer .wo_feed_post_comments .emo-comment2 .btn-file,
.comment-reply .wo_commreply_combo .image-comment .emo-comment2 .btn-file {
    background: rgba(245, 158, 11, 0.14) !important;
    color: #d97706 !important;
}

#wo_comment_combo .comment_combo_footer .wo_feed_post_comments .btn-upload-comment,
.comment-reply .wo_commreply_combo .image-comment .btn-upload-comment {
    background: rgba(16, 185, 129, 0.13) !important;
    color: #059669 !important;
}

.comment-status-reaction[class*="comment-status-reaction-"].active-like,
.replay-status-reaction[class*="replay-status-reaction-"].active-like,
.lightbox-comment-status-reaction[class*="lightbox-comment-status-reaction-"].active-like,
.comment-icons svg.active-like {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 22px !important;
    height: 22px !important;
    min-width: 22px;
    border-radius: 50%;
    background: #1b74e4;
    color: #fff !important;
    padding: 4px;
    box-sizing: border-box;
    vertical-align: middle;
}

.comment-status-reaction[class*="comment-status-reaction-"].active-like svg,
.replay-status-reaction[class*="replay-status-reaction-"].active-like svg,
.lightbox-comment-status-reaction[class*="lightbox-comment-status-reaction-"].active-like svg,
.comment-icons svg.active-like {
    width: 14px !important;
    height: 14px !important;
    stroke: currentColor !important;
    color: #fff !important;
}

.comment-status-reaction[class*="comment-status-reaction-"].active-like path,
.replay-status-reaction[class*="replay-status-reaction-"].active-like path,
.lightbox-comment-status-reaction[class*="lightbox-comment-status-reaction-"].active-like path,
.comment-icons svg.active-like path {
    stroke-width: 3 !important;
}
/* Profile feed comment fixes */
.post .post-footer.post-comments .comments-list .comment,
.post .post-footer.post-comments .comments-list .reply {
    text-align: left !important;
}

.post .post-footer.post-comments .comment-text,
.post .post-footer.post-comments .reply-text {
    display: table !important;
    width: auto !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-wrap: anywhere !important;
    word-break: break-word !important;
    box-sizing: border-box !important;
    text-align: left !important;
    vertical-align: top !important;
}

.post .post-footer.post-comments .comment-text.comment-text-editing,
.post .post-footer.post-comments .reply-text.comment-text-editing {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    padding: 12px 40px 50px 12px !important;
    position: relative !important;
    overflow: visible !important;
}

.post .post-footer.post-comments .comment-text *,
.post .post-footer.post-comments .reply-text * {
    text-align: left !important;
    font-size: 21px;
}

.post .post-footer.post-comments .comment-options,
.post .post-footer.post-comments .comment-options .comment-icons,
.post .post-footer.post-comments .wo-reaction,
.post .post-footer.post-comments .like-btn,
.post .post-footer.post-comments .like-btn-comment,
.post .post-footer.post-comments .like-btn-replay {
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px;
}

.post .post-footer.post-comments .comment-status-reaction[class*="comment-status-reaction-"].active-like,
.post .post-footer.post-comments .replay-status-reaction[class*="replay-status-reaction-"].active-like,
.post .post-footer.post-comments .comment-icons svg.active-like {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: #1b74e4 !important;
    color: #fff !important;
    padding: 4px !important;
}

.post .post-footer.post-comments .comment-status-reaction[class*="comment-status-reaction-"].active-like svg,
.post .post-footer.post-comments .replay-status-reaction[class*="replay-status-reaction-"].active-like svg,
.post .post-footer.post-comments .comment-icons svg.active-like {
    width: 14px !important;
    height: 14px !important;
    stroke: currentColor !important;
    color: #fff !important;
    margin: 0 !important;
}

.post .post-footer.post-comments .comment-reply {
    display: none;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo {
    display: flex !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    position: relative !important;
    margin-top: 10px !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .avatar {
    width: 30px !important;
    height: 30px !important;
    flex: 0 0 30px !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .textarea {
    height: 30px !important;
    min-height: 30px !important;
    line-height: 20px !important;
    background: #f0f2f5 !important;
    border-radius: 15px !important;
    text-align: left !important;
    padding: 5px 42px 5px 10px !important;
    box-sizing: border-box !important;
}

.post .post-footer.post-comments #wo_comment_combo .textarea {
    min-height: 30px !important;
    line-height: 30px !important;
    background: #f0f2f5 !important;
    border-radius: 15px !important;
    text-align: left !important;
    padding: 5px 42px 5px 10px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    flex: 1 !important;
    width: 100% !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .textarea {
    flex: 1 1 calc(100% - 40px) !important;
    width: calc(100% - 40px) !important;
    margin: 0 0 0 5px !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo > div:first-child {
    display: flex !important;
    align-items: flex-start !important;
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
}

.post .post-footer.post-comments #wo_comment_combo {
    position: relative !important;
}

.post .post-footer.post-comments #wo_comment_combo > div:first-child {
    position: relative !important;
}

.post .post-footer.post-comments #wo_comment_combo .comment_combo_footer .wo_feed_post_comments .btn.sendbtn,
.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment button[onclick*="Wo_RegisterReply2"] {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    box-shadow: 0 4px 12px rgba(27, 116, 228, 0.22) !important;
}

.post .post-footer.post-comments #wo_comment_combo .comment_combo_footer .wo_feed_post_comments .btn.sendbtn {
    position: absolute !important;
    right: 7px !important;
    top: 1px !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment button[onclick*="Wo_RegisterReply2"] {
    position: absolute !important;
    right: 7px !important;
    top: 1px !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment {
    position: static !important;
    right: auto !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    margin-top: 8px !important;
    padding-right: 8px !important;
}
.post .post-footer.post-comments .comment-heading .comment-text,
.post .post-footer.post-comments .comment-heading .reply-text {
    clear: both !important;
    margin-left: 0 !important;
}

.post .post-footer.post-comments .comment-icons #LikeComment,
.post .post-footer.post-comments .comment-icons span[id="LikeComment"] {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.post .post-footer.post-comments .comment-icons #LikeComment svg,
.post .post-footer.post-comments .comment-icons span[id="LikeComment"] svg {
    width: 18px !important;
    height: 18px !important;
    color: #65676b;
    stroke: currentColor !important;
    fill: none;
    margin: 0 !important;
}

.post .post-footer.post-comments .comment-icons #LikeComment svg.active-like,
.post .post-footer.post-comments .comment-icons span[id="LikeComment"] svg.active-like {
    width: 22px !important;
    height: 22px !important;
    border-radius: 50% !important;
    background: #1b74e4 !important;
    color: #fff !important;
    fill: currentColor !important;
    stroke: currentColor !important;
    padding: 4px !important;
    box-sizing: border-box !important;
}
/* Comment action row: like, reply, reactions. */
.post .post-footer.post-comments .comment .comment-body > span.comment-options,
.post .post-footer.post-comments .reply .comment-body > span.comment-options {
    clear: both !important;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    gap: 8px !important;
    margin-top: 4px !important;
    color: #65676b !important;
    font-size: 13px !important;
}

.post .post-footer.post-comments .wo-reaction,
.post .post-footer.post-comments .like-btn,
.post .post-footer.post-comments .like-btn-comment,
.post .post-footer.post-comments .like-btn-replay {
    display: inline-flex !important;
    align-items: center !important;
}

.post .post-footer.post-comments .like-btn-comment > span[class*="comment-status-reaction-"],
.post .post-footer.post-comments .like-btn-replay > span[class*="replay-status-reaction-"] {
    width: auto !important;
    height: auto !important;
    min-width: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: #65676b !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
}

.post .post-footer.post-comments .like-btn-comment > span[class*="comment-status-reaction-"].active-like,
.post .post-footer.post-comments .like-btn-replay > span[class*="replay-status-reaction-"].active-like {
    color: #1b74e4 !important;
}

.post .post-footer.post-comments .like-btn-comment > span[class*="comment-status-reaction-"] svg,
.post .post-footer.post-comments .like-btn-replay > span[class*="replay-status-reaction-"] svg,
.post .post-footer.post-comments .like-btn-comment > span[class*="comment-status-reaction-"] span,
.post .post-footer.post-comments .like-btn-replay > span[class*="replay-status-reaction-"] span {
    display: none !important;
}

.post .post-footer.post-comments .like-btn-comment > span[class*="comment-status-reaction-"]::after,
.post .post-footer.post-comments .like-btn-replay > span[class*="replay-status-reaction-"]::after {
    content: "Mi piace";
}

.post .post-footer.post-comments .comment-action-reactions#comment_reacted {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 3px !important;
    margin: 0 !important;
    vertical-align: middle !important;
    line-height: 1 !important;
}

.post .post-footer.post-comments .comment-action-reactions#comment_reacted .like-emo {
    display: inline-flex !important;
    align-items: center !important;
}

.post .post-footer.post-comments .comment-action-reactions#comment_reacted .like-emo > .how_reacted {
    transform: none !important;
    margin: 0 !important;
}

.post .post-footer.post-comments .comment-action-reactions#comment_reacted .like-emo .how_many_reacts {
    font-size: 12px !important;
    color: #65676b !important;
    margin-left: 3px !important;
}
/* Main comment composer: 3 rows with tools inside the grey box. */
.post .post-footer.post-comments #wo_comment_combo {
    position: relative !important;
}

.post .post-footer.post-comments #wo_comment_combo > div:first-child {
    align-items: flex-start !important;
}

.post .post-footer.post-comments #wo_comment_combo.comment-toggle .textarea.comment-textarea {
    min-height: 88px !important;
    line-height: 20px !important;
    padding: 12px 40px 50px 12px !important;
    resize: none !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    background: #f0f2f5 !important;
    text-align: left !important;
}

.post .post-footer.post-comments #wo_comment_combo .textarea.comment-textarea,
.post .post-footer.post-comments .comment-reply .wo_commreply_combo .textarea.comment-reply-textarea {
    font-family: 'Poppins' !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 20px !important;
}

.post .post-footer.post-comments #wo_comment_combo.comment-toggle .comment_combo_footer {
    display: block !important;
}

.post .post-footer.post-comments #wo_comment_combo .comment_combo_footer {
    position: static !important;
    padding: 0 !important;
    margin: 0 !important;
    background: transparent !important;
}

.post .post-footer.post-comments #wo_comment_combo .comment_combo_footer .wo_feed_post_comments {
    position: absolute !important;
    right: 10px !important;
    bottom: 8px !important;
    left: 58px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 6px !important;
    pointer-events: none;
}

.post .post-footer.post-comments #wo_comment_combo .comment_combo_footer .wo_feed_post_comments > div:first-child {
    display: none !important;
}

.post .post-footer.post-comments #wo_comment_combo .comment_combo_footer .wo_feed_post_comments > div:last-child {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 20px !important;
    padding-right: 60px !important;
    pointer-events: auto;
}

.post .post-footer.post-comments #wo_comment_combo .comment_combo_footer .wo_feed_post_comments .btn:not(.sendbtn) {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.post .post-footer.post-comments #wo_comment_combo .comment_combo_footer .wo_feed_post_comments .btn:not(.sendbtn) svg {
    width: 20px !important;
    height: 20px !important;
}

.post .post-footer.post-comments #wo_comment_combo .comment_combo_footer .wo_feed_post_comments .btn.sendbtn {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 50% !important;
    background: #1b74e4 !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(27, 116, 228, 0.28) !important;
}

.post .post-footer.post-comments #wo_comment_combo .comment_combo_footer .wo_feed_post_comments .btn.sendbtn svg {
    width: 18px !important;
    height: 18px !important;
    margin: 0 0 0 1px !important;
    display: block !important;
    opacity: 1 !important;
}
.post .post-footer.post-comments [id^="sticker-form-"] {
    position: absolute !important;
    right: 58px !important;
    top: 100% !important;
    bottom: auto !important;
    width: 280px !important;
    max-width: calc(100% - 28px) !important;
    z-index: 1000 !important;
    background: #fff !important;
    border-radius: 8px !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18) !important;
    padding: 8px !important;
}

.post .post-footer.post-comments .sticker_post_comment_innr,
.post .post-footer.post-comments .sticker_post_reply_innr {
    margin: 0 !important;
    padding: 0 !important;
}

.post .post-footer.post-comments .sticker_post_comment_innr .chat-box-stickers-cont,
.post .post-footer.post-comments .sticker_post_reply_innr .chat-box-stickers-cont {
    display: grid !important;
    grid-template-columns: repeat(auto-fill, minmax(56px, 56px)) !important;
    justify-content: start !important;
    gap: 6px !important;
    max-height: 220px !important;
    overflow-y: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    box-sizing: border-box !important;
    text-align: left !important;
}

.post .post-footer.post-comments .sticker_post_comment_innr .chat-box-stickers-cont img,
.post .post-footer.post-comments .sticker_post_reply_innr .chat-box-stickers-cont img {
    width: 56px !important;
    height: 56px !important;
    max-width: 56px !important;
    max-height: 56px !important;
    padding: 4px !important;
    object-fit: contain !important;
    flex: 0 0 56px !important;
    cursor: pointer;
}

@media (max-width: 600px) {
    .post .post-footer.post-comments [id^="sticker-form-"] {
        right: 14px !important;
        width: 280px !important;
    }
}
.post .post-footer.post-comments #wo_comment_combo .comment_combo_footer .wo_feed_post_comments [tooltip][flow="up"]::after,
.comment-reply .wo_commreply_combo .image-comment [tooltip][flow="up"]::after {
    left: 50% !important;
    bottom: calc(100% + 10px) !important;
    top: auto !important;
    transform: translateX(-50%) translateY(4px) scale(0.96) !important;
    transform-origin: bottom center !important;
    min-width: max-content !important;
    max-width: 220px !important;
    padding: 7px 12px !important;
    border-radius: 10px !important;
    background: rgba(38, 38, 38, 0.96) !important;
    color: #fff !important;
    font-size: 12px !important;
    font-weight: 600 !important;
    line-height: 1.25 !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22) !important;
    white-space: nowrap !important;
    z-index: 1200 !important;
}

.post .post-footer.post-comments #wo_comment_combo .comment_combo_footer .wo_feed_post_comments [tooltip][flow="up"]::before,
.comment-reply .wo_commreply_combo .image-comment [tooltip][flow="up"]::before {
    left: 50% !important;
    bottom: calc(100% + 2px) !important;
    top: auto !important;
    border: 5px solid transparent !important;
    border-top-color: rgba(38, 38, 38, 0.96) !important;
    transform: translateX(-50%) translateY(4px) scale(0.96) !important;
    transform-origin: top center !important;
    z-index: 1201 !important;
}

.post .post-footer.post-comments #wo_comment_combo .comment_combo_footer .wo_feed_post_comments [tooltip][flow="up"]:hover::after,
.post .post-footer.post-comments #wo_comment_combo .comment_combo_footer .wo_feed_post_comments [tooltip][flow="up"]:hover::before,
.comment-reply .wo_commreply_combo .image-comment [tooltip][flow="up"]:hover::after,
.comment-reply .wo_commreply_combo .image-comment [tooltip][flow="up"]:hover::before {
    transform: translateX(-50%) translateY(0) scale(1) !important;
}
.post .post-footer.post-comments #wo_comment_combo .comment_combo_footer .wo_feed_post_comments .btn-file[tooltip],
.post .post-footer.post-comments #wo_comment_combo .comment_combo_footer .wo_feed_post_comments .sendbtn[tooltip],
.comment-reply .wo_commreply_combo .image-comment .btn-file[tooltip],
.comment-reply .wo_commreply_combo .image-comment button[tooltip] {
    overflow: visible !important;
}
.post .post-footer.post-comments .comment-reply {
    position: relative !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo {
    display: flex !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    position: relative !important;
    margin-top: 10px !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .textarea.comment-reply-textarea {
    height: auto !important;
    min-height: 88px !important;
    line-height: 20px !important;
    padding: 12px 170px 50px 12px !important;
    resize: none !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    background: #f0f2f5 !important;
    text-align: left !important;
    flex: 1 1 calc(100% - 40px) !important;
    width: calc(100% - 40px) !important;
    margin: 0 0 0 5px !important;
    box-sizing: border-box !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment {
    position: absolute !important;
    right: 10px !important;
    bottom: 8px !important;
    left: 58px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 20px !important;
    width: auto !important;
    margin: 0 !important;
    padding: 0 60px 0 0 !important;
    pointer-events: none;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment > * {
    pointer-events: auto;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment > .pull-right {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    order: 10;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment button[onclick*="Wo_RegisterReply2"] {
    position: static !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 50% !important;
    background: #1b74e4 !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(27, 116, 228, 0.28) !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment button[onclick*="Wo_RegisterReply2"] svg {
    width: 18px !important;
    height: 18px !important;
    margin: 0 0 0 1px !important;
    display: block !important;
    opacity: 1 !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment .btn-file:not(button) {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment .btn-file:not(button) svg {
    width: 15px !important;
    height: 15px !important;
}
/* Reply composer: match the parent composer without letting controls overlap typed text. */
.post .post-footer.post-comments .comment-reply .wo_commreply_combo {
    display: flex !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    position: relative !important;
    margin-top: 10px !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .textarea.comment-reply-textarea {
    height: auto !important;
    min-height: 88px !important;
    line-height: 20px !important;
    padding: 12px 200px 54px 12px !important;
    resize: none !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    background: #f0f2f5 !important;
    text-align: left !important;
    flex: 1 1 calc(100% - 40px) !important;
    width: calc(100% - 40px) !important;
    margin: 0 0 0 5px !important;
    box-sizing: border-box !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 20px !important;
    flex: 0 0 calc(100% - 40px) !important;
    width: calc(100% - 40px) !important;
    height: 40px !important;
    margin: -48px 0 0 35px !important;
    padding: 0 48px 0 0 !important;
    pointer-events: auto !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment > * {
    pointer-events: auto !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment > .pull-right {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    order: 10;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment .reply-upload-loader {
    position: absolute !important;
    right: 44px !important;
    bottom: 5px !important;
    margin: 0 !important;
    line-height: 1 !important;
    transform: scale(0.75);
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment button[onclick*="Wo_RegisterReply2"] {
    position: static !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 50% !important;
    background: #1b74e4 !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(27, 116, 228, 0.28) !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment .btn-file:not(button) {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* Final reply guards: keep reply text clear of controls and align reply bubbles like parent comments. */
.post .post-footer.post-comments .comments-list .reply .comment-heading {
    display: block !important;
    text-align: left !important;
}

.post .post-footer.post-comments .comments-list .reply .reply-text {
    display: table !important;
    width: auto !important;
    max-width: 100% !important;
    margin: 4px 0 0 0 !important;
    clear: both !important;
    float: none !important;
    vertical-align: top !important;
}

.comment-text.comment-text-editing .inline-comment-edit-tools .btn:not(.sendbtn) ,
.reply-text.comment-text-editing .inline-comment-edit-tools .btn:not(.sendbtn) {
    width: 28px !important;
    height: 28px !important;
    min-width: 28px !important;
    background: rgba(27, 116, 228, 0.1) !important;
    color: #1b74e4 !important;
}

.comment-text.comment-text-editing .inline-comment-edit-tools .btn:not(.sendbtn) svg ,
.reply-text.comment-text-editing .inline-comment-edit-tools .btn:not(.sendbtn) svg {
    width: 20px !important;
    height: 20px !important;
    fill: currentColor !important;
}

.comment-text.comment-text-editing .inline-comment-edit-tools .btngif ,
.reply-text.comment-text-editing .inline-comment-edit-tools .btngif {
    background: rgba(139, 92, 246, 0.12) !important;
    color: #7c3aed !important;
}

.comment-text.comment-text-editing .inline-comment-edit-tools .inline-comment-edit-emoji ,
.reply-text.comment-text-editing .inline-comment-edit-tools .inline-comment-edit-emoji {
    background: rgba(245, 158, 11, 0.14) !important;
    color: #d97706 !important;
}

.comment-text.comment-text-editing .inline-comment-edit-tools .btn-upload-comment ,
.reply-text.comment-text-editing .inline-comment-edit-tools .btn-upload-comment {
    background: rgba(16, 185, 129, 0.13) !important;
    color: #059669 !important;
}

.comment-text.comment-text-editing .inline-comment-edit-tools .sendbtn svg ,
.reply-text.comment-text-editing .inline-comment-edit-tools .sendbtn svg {
    width: 18px !important;
    height: 18px !important;
    fill: currentColor !important;
    margin: 0 0 0 1px !important;
    display: block !important;
    opacity: 1 !important;
}
/* Edit composer visual alignment: mirror the main create-comment controls. */
.comment-text.comment-text-editing .inline-comment-edit-tools ,
.reply-text.comment-text-editing .inline-comment-edit-tools {
    padding-right: 60px !important;
}

.comment-text.comment-text-editing .inline-comment-edit-tools .sendbtn ,
.reply-text.comment-text-editing .inline-comment-edit-tools .sendbtn {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 38px !important;
    height: 38px !important;
    min-width: 38px !important;
    border-radius: 50% !important;
    background: #1b74e4 !important;
    color: #fff !important;
    box-shadow: 0 8px 18px rgba(27, 116, 228, 0.28) !important;
}

/* Inline main-comment edit: keep only emoji, send, and cancel. */
.comment-text.comment-text-editing,
.reply-text.comment-text-editing,
.post .post-footer.post-comments .comment-text.comment-text-editing {
    padding-right: 40px !important;
}

.comment-text.comment-text-editing,
.reply-text.comment-text-editing,
.post .post-footer.post-comments .comment-text.comment-text-editing {
    overflow: visible !important;
}

.comment-text.comment-text-editing .inline-comment-edit-tools,
.reply-text.comment-text-editing .inline-comment-edit-tools {
    gap: 20px !important;
    padding-right: 48px !important;
}

.post .post-footer.post-comments .comment.comment-inline-editing .comment-body > span.comment-options {
    max-width: min(100%, 520px) !important;
}

.inline-comment-edit-cancel {
    display: inline-flex;
    align-items: center;
    margin: 0 8px 0 auto;
    padding: 0;
    border: 0;
    background: transparent;
    color: #65676b;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    cursor: pointer;
}

.inline-comment-edit-cancel:hover {
    color: #1b74e4;
    text-decoration: underline;
}

.post .post-footer.post-comments .reply-text.comment-text-editing .inline-comment-edit-tools * {
    font-size: initial;
}

/* Reply composer final alignment: match the main comment composer on paste/input. */
.post .post-footer.post-comments .comment-reply .wo_commreply_combo .textarea.comment-reply-textarea {
    padding: 12px 40px 50px 12px !important;
    width: calc(100% - 40px) !important;
    flex: 1 1 calc(100% - 40px) !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment {
    position: absolute !important;
    right: 10px !important;
    bottom: 8px !important;
    left: 58px !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 20px !important;
    flex: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 60px 0 0 !important;
    pointer-events: none !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment > * {
    pointer-events: auto !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment > .pull-right {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    order: 10;
}

/* Reply composer moving controls: controls must follow textarea growth. */
.post .post-footer.post-comments .comment-reply .wo_commreply_combo .textarea.comment-reply-textarea {
    padding: 12px 40px 54px 12px !important;
    width: calc(100% - 40px) !important;
    flex: 1 1 calc(100% - 40px) !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment {
    position: relative !important;
    right: auto !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 20px !important;
    flex: 0 0 calc(100% - 40px) !important;
    width: calc(100% - 40px) !important;
    height: 40px !important;
    margin: -48px 0 0 35px !important;
    padding: 0 48px 0 0 !important;
    pointer-events: auto !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment > * {
    pointer-events: auto !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment > .pull-right {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    order: 10;
}


/* Reply composer: same moving footer behavior as the main comment composer. */
.post .post-footer.post-comments .comment-reply .wo_commreply_combo {
    position: relative !important;
    display: flex !important;
    align-items: flex-start !important;
    flex-wrap: wrap !important;
    width: 100% !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo > div:first-child {
    display: flex !important;
    align-items: flex-start !important;
    flex: 1 1 100% !important;
    width: 100% !important;
    max-width: 100% !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .textarea.comment-reply-textarea {
    min-height: 88px !important;
    line-height: 20px !important;
    padding: 12px 40px 50px 12px !important;
    resize: none !important;
    overflow: hidden !important;
    border-radius: 16px !important;
    background: #f0f2f5 !important;
    text-align: left !important;
    flex: 1 1 calc(100% - 40px) !important;
    width: calc(100% - 40px) !important;
    max-width: calc(100% - 40px) !important;
    margin: 0 0 0 5px !important;
    box-sizing: border-box !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment {
    position: absolute !important;
    right: 10px !important;
    bottom: 8px !important;
    left: 58px !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 20px !important;
    flex: none !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 60px 0 0 !important;
    pointer-events: none !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment > * {
    pointer-events: auto !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .image-comment > .pull-right {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    margin: 0 !important;
    order: 10;
}
/* Reply composer: keep every action icon pinned to the bottom like the main comment composer. */
.post .post-footer.post-comments .comment-reply .wo_commreply_combo .comment_combo_footer.image-comment {
    position: absolute !important;
    top: auto !important;
    right: 10px !important;
    bottom: 8px !important;
    left: 58px !important;
    z-index: 2 !important;
    display: flex !important;
    align-items: flex-end !important;
    justify-content: flex-end !important;
    gap: 20px !important;
    width: auto !important;
    height: 40px !important;
    min-height: 40px !important;
    max-height: 40px !important;
    margin: 0 !important;
    padding: 0 60px 0 0 !important;
    pointer-events: none !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .comment_combo_footer.image-comment > span,
.post .post-footer.post-comments .comment-reply .wo_commreply_combo .comment_combo_footer.image-comment > .comment-btn-wrapper,
.post .post-footer.post-comments .comment-reply .wo_commreply_combo .comment_combo_footer.image-comment > .pull-right {
    align-self: flex-end !important;
    pointer-events: auto !important;
}

.post .post-footer.post-comments .comment-reply .wo_commreply_combo .comment_combo_footer.image-comment > .pull-right {
    position: absolute !important;
    right: 0 !important;
    bottom: 0 !important;
    top: auto !important;
    margin: 0 !important;
}