#czateria-lite-chat {
    border: 1px solid #ccc;
    padding: 10px;
    background: #fafafa;
}
#czateria-lite-chat-messages {
    height: 250px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #eee;
    margin-bottom: 10px;
    padding: 5px;
}
.czateria-lite-chat-message {
    margin-bottom: 8px;
    padding: 4px 6px;
    border-radius: 4px;
    background: #f0f0f0;
}
.czateria-lite-chat-message img {
    max-width: 100px;
    max-height: 100px;
    display: block;
    margin-top: 4px;
}
#czateria-lite-chat-form {
    display: flex;
    gap: 5px;
}
#czateria-lite-chat-form input[type="text"] {
    flex: 1;
}
#czateria-lite-chat-form input[type="file"] {
    width: 120px;
}
#czateria-lite-chat-form button {
    padding: 4px 12px;
}
.czateria-lite-chat-delete {
    color: #c00;
    cursor: pointer;
    font-size: 12px;
    margin-left: 8px;
}
