#chat-footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #f8f9fa;
    border-top: 1px solid #ddd;
    padding: 5px 10px;
    z-index: 1000;
}
