.b-likee-cookie-alert {
    position: fixed;
    left: 3%;
    bottom: 3%;
    max-width: 450px;
    width: 90%;
    border-radius: 5px;
    box-shadow: 0 -1px 22px 0 rgba(0, 0, 0, 0.35);
    padding: 20px 15px;
    font-weight: normal;
    line-height: 18px;
    background-color: #fff;
    color: #2f2f2f;
    transition: opacity .2s ease-in;
    z-index: 1050;
}

.b-likee-cookie-alert p {
    margin: 0 0 30px;
}

.b-likee-cookie-alert a {
    color: #000;
}

.b-likee-cookie-alert a:hover {
    color: #1485ce;
}
