.cookie-bar__buttons {
    display: block;
    margin-top: .375rem
}

@media (min-width: 62rem) {
    .cookie-bar__buttons {
        display: inline;
        margin-top: 0
    }
}

.cookie-bar__btn {
    background-color: #0275d8;
    color: #fff;
    border: none;
    margin: 0 .875rem;
    padding: .125rem .875rem;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
    cursor: pointer
}

@media (max-width: 36rem) {
    .cookie-bar__btn {
        display: block;
        margin: 0 auto .25rem
    }
}

.cookie-bar__btn:hover {
    background-color: #0267bf
}

.cookie-bar__btn:active {
    background-color: #0262b5
}

.cookie-bar__link {
    margin: 0 .5rem
}

.cookie-bar a {
    color: #fff;
    text-decoration: underline
}

.cookie-bar a:hover {
    text-decoration: none
}

.cookie-bar--bottom, .cookie-bar--bottom-left, .cookie-bar--bottom-right {
    z-index: 100;
    position: fixed
}

.cookie-bar--bottom {
    right: 0;
    bottom: 0;
    left: 0
}

.cookie-bar--bottom-left {
    left: .9375rem
}

.cookie-bar--bottom-right {
    right: .9375rem
}

.cookie-bar--bottom-left, .cookie-bar--bottom-right {
    bottom: .9375rem
}
@media (min-width: 48rem) {
    .cookie-bar--bottom-left, .cookie-bar--bottom-right {
        width: 22.5rem
    }
}

@media (min-width: 48rem) {
    .cookie-bar--bottom-left .cookie-bar__buttons, .cookie-bar--bottom-left .cookie-bar__inner, .cookie-bar--bottom-right .cookie-bar__buttons, .cookie-bar--bottom-right .cookie-bar__inner {
        display: block
    }
}

@media (min-width: 48rem) {
    .cookie-bar--bottom-left .cookie-bar__buttons, .cookie-bar--bottom-right .cookie-bar__buttons {
        margin-top: .375rem
    }
}

.cookie-bar--bottom-left .cookie-bar__inner, .cookie-bar--bottom-right .cookie-bar__inner {
    line-height: 1.3
}

.cookie-bar__inner {
    background-color: #000;
    color: #fff;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: .875rem;
    padding: .375rem .5rem;
    text-align: center
}

@media (min-width: 62rem) {
    .cookie-bar__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }
}
