/* Styling Chatbot */
#mpl-btn { 
    position: fixed !important; bottom: 20px !important; right: 20px !important; 
    z-index: 999999 !important; padding: 12px 20px !important; 
    background: #003366 !important; color: white !important; 
    border: none !important; border-radius: 30px !important; 
    cursor: pointer !important; font-weight: bold !important; 
    box-shadow: 0 4px 10px rgba(0,0,0,0.3) !important; font-family: sans-serif; 
}

#mpl-chat { 
    display: none; position: fixed !important; bottom: 20px !important; right: 20px !important; 
    width: 350px !important; height: 400px !important; 
    background: #fff !important; padding: 15px !important; box-sizing: border-box !important;
    border-radius: 15px !important; box-shadow: 0 -5px 20px rgba(0,0,0,0.2) !important; 
    z-index: 999999 !important; color: #000 !important; font-family: sans-serif;
}

@media screen and (max-width: 480px) {
    #mpl-chat { width: 90% !important; height: 70% !important; right: 5% !important; bottom: 10px !important; }
}