.btn-icon-upload {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: linear-gradient(135deg, #f0f2f5 0%, #e4e6eb 100%);
    cursor: pointer;
    transition: all 0.2s ease;
    border: none;
}
.btn-icon-upload:hover {
    background: linear-gradient(135deg, #e4e6eb 0%, #d8dadf 100%);
    transform: scale(1.05);
}
.btn-icon-upload i {
    font-size: 18px;
    color: #65676b;
}
.btn-icon-upload:hover i {
    color: #1877f2;
}
.comment-image-preview,
.reply-image-preview {
    display: inline-flex;
    align-items: center;
    margin-top: 0;
    padding: 6px;
    background: #f7f8fa;
    border-radius: 10px;
    position: relative;
}
.btn-close-preview {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.6);
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}
.btn-close-preview:hover {
    background: rgba(220, 53, 69, 0.9);
}
.btn-close-preview i {
    font-size: 12px;
    color: #fff;
}
.comment-actions {
    flex-shrink: 0;
}


.inl-8354e9b3 {
    text-decoration: none;
}

.inl-e628633c {
    max-height: 80px; border-radius: 8px;
}

.inl-4063534a {
    max-width: 200px; border-radius: 10px;
}

.inl-224b51a7 {
    display: none;
}

.inl-1a5c8dcf {
    max-width: 200px;
}
