.cookie-consent {
    position: fixed;
    bottom: 0;
    background-color: #f4f3f3;
    padding: 1rem 3rem 2rem;
    width: 100%;
    border-top: 1px solid #ccc;
    z-index: 9999;
}

.cookie-consent .cookie-consent__agree {
    font-size: 1.2rem;
}