@media (max-width: 768px) {
    #chat-panel {
        width: 100%;
        height: 60vh;
        bottom: 9vh;
        left: 2px;
        border-radius: 12px 12px 0 0;
    }

    #notification-panel {
        width: 280px;
    }
}