.cookie-notice {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 9999;
}

.cookie-notice__content {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    /* padding: 20px; */
    /* border-radius: 12px; */
    background: #3D464D;
    color: #fff;
}

.cookie-notice__accept {
    cursor: pointer;
}

.cookie-notice__close {
    position: absolute;
    top: 10px;
    right: 10px;
    border: none;
    padding: 0;
    background: none;
    color: inherit;
    font-size: 24px;
    width: 20px;
    line-height: 20px;
    cursor: pointer;
}