.gem-c-cookie-banner__hide-button {
    font-family: "nta", Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.25;
    outline: 0;
    border: 0;
    background: none;
    text-decoration: underline;
    color: #1d70b8;
    padding: 0;
    cursor: pointer;
}

.gem-c-cookie-banner#global-cookie-message {
    background-color: #f3f2f1;
    padding: 20px 0;
    box-sizing: border-box;
}


@media (min-width: 48.0625em) {
    .gem-c-cookie-banner__hide-button {
        margin-top: 0;
        position: absolute;
        right: 170px;
    }
}


@media (min-width: 40.0625em){
    .gem-c-cookie-banner__hide-button {
        font-size: 19px;
        line-height: 1.3157894737;
    }
}

@media (min-width: 48.0625em) {
    .gem-c-cookie-banner__confirmation-message, .gem-c-cookie-banner__hide-button {

        display: inline-block;
    }
}


@media (min-width: 48.0625em) {
    .gem-c-button-left {
        margin-right: 20px;
    }
}

@media (min-width: 48.0625em) {
    .gem-c-button2  {
        width: 48%;
        font-size: 1.12rem;
        line-height: 1;
    }
}