.card {
    width: 300px;
    min-width: 0;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #d2d2dc;
    border-radius: 1rem !important;
}

.cookies a {
    color: #000;
    margin-top: 8px
}
.cookies img{
    width: 270px;
    padding-right: 0px !important;
    z-index: 1000 !important;
}

#accept-button-cookies {
    color: rgb(255, 255, 255);
    border-radius: 20px;
    width: 250px;
    border-radius: 20px;
}

#custom-button-cookies {
    color: rgb(0, 0, 0);
    border-radius: 20px;
    width: 120px;
    border-radius: 20px;
    cursor: pointer;
}
