
#cookie-banner {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #000;
    color: #d4af37;
    padding: 20px;
    border-radius: 10px;
    max-width: 320px;
    z-index: 99999;
}
#millenbot-launcher-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width:60px;height:60px;
    background:#000;
    border-radius:50%;
    color:#d4af37;
    display:flex;align-items:center;justify-content:center;
    cursor:pointer;
    z-index:99998;
}
#millenbot-window{
    display:none;
    position:fixed;
    bottom:90px;
    right:20px;
    width:300px;
    height:400px;
    background:#000;
    color:#d4af37;
    border-radius:10px;
    padding:10px;
    z-index:99999;
}
#millenbot-window.mbot-open{display:block;}
