.js-cookie-consent {
    margin: 0;
    padding: 0;
    position: fixed;
    bottom: -100%;
    left: 0;
    right: 0;
    background: #2f3640;
    color: #f5f6fa;
    padding: 0 32px;
    box-shadow: 0 -2px 16px #2f36405e;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;

    z-index: 9999;
}

.js-cookie-consent.active {
    bottom: 0;
}

.js-cookie-consent a {
    color: #f5f6fa;
}

.cookie-consent__message {
    margin: 24px 0;
    line-height: 2;
}

.cookie-consent__agree {
    background: #DC3E15;
    border: 0;
    color: #f5f6fa;
    padding: 12px 48px;
    font-size: 18px;
    margin: 1rem;
    border-radius: 8px;
    cursor: pointer;
}
