#cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 20px;
    max-width: 365px;
    text-align: center;
    background: #FFF;
    color: #f2f2f2;
    z-index: 9999;
    padding: 25px 25px 30px 25px;
    border-radius: 15px;
    box-shadow: 1px 7px 14px -5px rgba(0, 0, 0, 0.15);
    font-size: 15px;
    display: none;
}

#cookie-consent .cookie-logo {
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px
}

.cookie-button {
    background-color: #000000;
    color: #fff;
    border: none;
    padding: 16px;
    cursor: pointer;
    margin: 0px 8px 8px 0px;
    font: 16px Inter, sans-serif
}