.cookie-consent{
    position: fixed;
    width: 100%;
    background-color: rgba(203, 163, 104, 0.8);
    text-align: center;
    color: #fff!important;
}

.cookie-consent p{
    color: #fff!important;
}

.consent-link{
    text-decoration: underline !important;
    color: #fff;
}

.consent-link:hover{
    color: #424343;
}

.cookie-consent__agree{
    float: right;
    color: #cba368;
    background-color: #424343;
}

.cookie-consent__agree:hover{
    color: #cba368;
    cursor: pointer;
}
