[contenteditable="true"]:empty:before {
    content: attr(placeholder);
    color: #64748b; 
    pointer-events: none;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

[contenteditable="true"] {
    min-height: 44px; 
}

#pc-messages.chat-is-blocked .pc-reply-btn {
    display: none !important;
    pointer-events: none;
}