.chat-widget {
    position: fixed;
    z-index: 9999;
}
.chat-widget.bottom-right { bottom: 20px; right: 20px; }
.chat-widget.bottom-left { bottom: 20px; left: 20px; }

.chat-icon img {
    width: 50px;
    cursor: pointer;
}

.chat-box {
    display: none;
    background: white;
    border: 1px solid #ccc;
    width: 300px;
    padding: 10px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.chat-box textarea {
    width: 100%;
    height: 80px;
}

.chat-box button {
    background-color: #324d67;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}
