.cookie-banner {
    width: 96vw;
    margin: 0 2vw;
    height: 69px;
    opacity: 0.91;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.37);
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.37);
    position: fixed;
    top: calc(100vh - 80px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    z-index: 99;
}

@media (max-width: 61.24em) {
    .cookie-banner {
        width: 100vw;
        margin-left: 0;
    }
}

.cookie-icon {
    height: 32px;
    width: 32px;
}

@media (max-width: 61.24em) {
    .cookie-icon {
        padding-top: 16px;
    }
}

.cookie-text {
    display: -ms-flexbox;
    display: flex;
}

.cookie-text img {
    margin-left: 23px;
    margin-right: 6.5px;
}

.cookie-text p {
    font-family: Arial;
    color: #2b2654;
    font-size: 13px;
}

@media (max-width: 61.24em) {
    .cookie-text p {
        padding-left: 12px;
    }
}

.cookie-text a {
    font-weight: bold;
    color: #bea493;
    text-decoration: none;
}

.cookie-text a:hover {
    opacity: .8;
}

.accept-cookies-button {
    width: 170px;
    height: 45px;
    font-family: "pangram-regular";
    font-size: 14px;
    font-weight: bold;
    color: #ffffff;
    background-color: #bca292;
    -webkit-box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.19);
    box-shadow: 0 8px 12px 0 rgba(0, 0, 0, 0.19);
    border-radius: 30px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    margin-right: 17px;
}

.accept-cookies-button:hover {
    opacity: .8;
}

@media (max-width: 46.24em) {
    .accept-cookies-button-text {
        display: none;
    }
}

.accept-cookies-button-text--mobile {
    display: none;
}

@media (max-width: 46.24em) {
    .accept-cookies-button-text--mobile {
        display: block;
    }
}

// WEBPACK FOOTER //
// ./src/styles/CustomCookieBanner.css