.recsite-cookie-banner {
    width: 100%;
    height: 86px;
    font-size: 16px;
    line-height: 26px;
    background-color: #fff;
    border-bottom: 1px solid #ccc;
    position: fixed;
    bottom: 0;
    z-index: 999999;
}
.recsite-cookie-banner__container {
    overflow: hidden;
}
.recsite-cookie-banner__text {
    float: left;
    width: calc(100% - 120px);
    padding: 16px 0;
}

.recsite-cookie-banner__btn-container {
    float: left;
    width: 120px;
    overflow: hidden;
}

.recsite-cookie-banner__btn {
    margin-top: 30px;
    width: 80px;
    height: 33px;
    float: right;
    font-size: 18px;
    background-color: #009be5;
    color: #fff;
    border-radius: 5px;
    transition: all .3s;
}
.recsite-cookie-banner__btn:hover {
    background-color: #CCC;
    color: #000;
}

.recsite-cookie-banner__link {
    text-decoration: underline;
}