.cookie-alert {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
    border-radius: 10px;
    background: #f3f3f3;
    color: black;
    padding: 10px 15px;
    width: 280px;
    z-index: 100;
    color: #000;
    border: solid 1px #cacaca;
    font-weight: 500;
}

.cookie-alert a {
    display: block;
    text-align: center;
    padding: 5px 10px;
    margin: 8px auto 0 auto;
    border-radius: 10px;
    background: transparent;
    transition: all .3s ease;
    text-decoration: none;
    color: #fff;
    background-color: #23d223;
    border: solid 2px #23d223;
}

@media only screen and (max-width:480px) {
    .cookie-alert {
        text-align: center;
        left: 0;
        right: 0;
        ;
        margin: 0 auto;
        max-width: 700px;
        padding: 10px 30px;
    }
}
