.eulaConsent {
    position: fixed;
    display: block;
    bottom: 15px;
    left: 5%;
    width: calc(90% - 40px);
    height: auto;
    margin: 0;
    padding: 20px;
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(10px);
    box-shadow: 0 10px 30px 0 rgba(0,0,0,0.15);
    z-index: 99
}

.eulaConsent p {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 180px);
    height: auto;
    margin: 0 20px 0 0;
    padding: 0;
    color: #242424;
    font-size: 14px;
    line-height: 19px;
    font-weight: 300;
    text-align: left;
}

.eulaConsent p a {color: #000}

.eulaConsent button {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 160px;
    height: auto;
    margin: 10px 0;
    padding: 12px 20px;
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
    font-family: "Exo 2", sans-serif;
    background: #F2A71E;
    color: #333;
    border: 0;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.eulaConsent button:hover {
    opacity: 0.95
}

.eulaConsent.cookieAcceptNone {display: none}

@media only screen and (max-width: 568px) {

    .eulaConsent {padding: 30px 30px 10px;}
    .eulaConsent p {display: block;width: 100%;}
}
