.js-cookie-consent.cookie-consent {
    padding: 25px;
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    background: rgba(1,1,1,0.9);
    color: white;
    font-size: 12px;
    right: 0;
    width: 400px;
}

button.js-cookie-consent-agree.cookie-consent__agree {
    font-size: 12px;
    display: flex;
    margin-top: 20px;
}