.glue-cookie-notification-bar__accept,
.glue-cookie-notification-bar__reject {
    font-size: 1rem;
    line-height: 1.5;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    border: 1px solid transparent;
    border-radius: 48px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row nowrap;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-family: Google Sans, Arial, Helvetica, sans-serif;
    font-weight: 500;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    letter-spacing: .5px;
    margin: 8px 0;
    max-width: 380px;
    min-height: 48px;
    min-width: 96px;
    overflow: hidden;
    padding: 12px 24px 12px 24px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: background-color .2s, box-shadow .2s, color .2s;
    transition: background-color .2s, box-shadow .2s, color .2s;
    vertical-align: middle
}

[lang=ar] .glue-cookie-notification-bar__accept,
[lang=ar] .glue-cookie-notification-bar__reject {
    font-family: Google Sans, Google Sans Arabic, Arial, Helvetica, sans-serif
}

[lang=ja] .glue-cookie-notification-bar__accept,
[lang=ja] .glue-cookie-notification-bar__reject {
    font-family: Google Sans, Google Sans Japanese, Noto Sans JP, Arial, Helvetica, sans-serif
}

[lang=ko] .glue-cookie-notification-bar__accept,
[lang=ko] .glue-cookie-notification-bar__reject {
    font-family: Google Sans, Google Sans Korean, Noto Sans KR, Arial, Helvetica, sans-serif
}

[lang=zh-CN] .glue-cookie-notification-bar__accept,
[lang=zh-CN] .glue-cookie-notification-bar__reject {
    font-family: Google Sans, Google Sans Simplified Chinese, Noto Sans SC, Arial, Helvetica, sans-serif
}

[lang=zh-TW] .glue-cookie-notification-bar__accept,
[lang=zh-TW] .glue-cookie-notification-bar__reject {
    font-family: Google Sans, Google Sans Traditional Chinese, Noto Sans TC, Arial, Helvetica, sans-serif
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    .glue-cookie-notification-bar__accept,
    .glue-cookie-notification-bar__reject {
        -webkit-transition: none;
        transition: none
    }
}

.glue-cookie-notification-bar__accept:focus,
.glue-cookie-notification-bar__reject:focus {
    outline: 2px solid transparent;
    -webkit-transition: none;
    transition: none
}

.glue-cookie-notification-bar__accept,
.glue-cookie-notification-bar__reject {
    background-color: #1a73e8;
    color: #fff
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    .glue-cookie-notification-bar__accept,
    .glue-cookie-notification-bar__reject {
        forced-color-adjust: none;
        background: buttonText;
        border-color: buttonFace;
        color: buttonFace
    }

    .glue-cookie-notification-bar__accept svg,
    .glue-cookie-notification-bar__reject svg {
        fill: buttonFace
    }
}

.glue-cookie-notification-bar__accept:visited,
.glue-cookie-notification-bar__reject:visited {
    background-color: #1a73e8;
    color: #fff
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    .glue-cookie-notification-bar__accept:visited,
    .glue-cookie-notification-bar__reject:visited {
        forced-color-adjust: none;
        background: buttonText;
        border-color: buttonFace;
        color: buttonFace
    }

    .glue-cookie-notification-bar__accept:visited svg,
    .glue-cookie-notification-bar__reject:visited svg {
        fill: buttonFace
    }
}

.glue-cookie-notification-bar__accept:hover,
.glue-cookie-notification-bar__reject:hover {
    background-color: #185abc;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 1px 3px 1px rgba(60, 64, 67, .15)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    .glue-cookie-notification-bar__accept:hover,
    .glue-cookie-notification-bar__reject:hover {
        forced-color-adjust: none;
        background: buttonFace;
        border-color: buttonText;
        color: buttonText
    }

    .glue-cookie-notification-bar__accept:hover svg,
    .glue-cookie-notification-bar__reject:hover svg {
        fill: buttonText
    }
}

.glue-cookie-notification-bar__accept:focus,
.glue-cookie-notification-bar__reject:focus {
    background-color: #185abc;
    border-color: #fff;
    box-shadow: 0 0 0 2px #185abc
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    .glue-cookie-notification-bar__accept:focus,
    .glue-cookie-notification-bar__reject:focus {
        forced-color-adjust: none;
        background: buttonFace;
        border-color: buttonText;
        color: buttonText;
        outline: 2px solid highlight
    }

    .glue-cookie-notification-bar__accept:focus svg,
    .glue-cookie-notification-bar__reject:focus svg {
        fill: buttonText
    }
}

.glue-cookie-notification-bar__accept:active,
.glue-cookie-notification-bar__reject:active {
    background-color: #185abc;
    border: 1px solid transparent;
    box-shadow: 0 1px 2px 0 rgba(60, 64, 67, .3), 0 2px 6px 2px rgba(60, 64, 67, .15)
}

@media (-ms-high-contrast:active),
(forced-colors:active) {

    .glue-cookie-notification-bar__accept:active,
    .glue-cookie-notification-bar__reject:active {
        forced-color-adjust: none;
        background: buttonFace;
        border-color: buttonText;
        color: buttonText
    }

    .glue-cookie-notification-bar__accept:active svg,
    .glue-cookie-notification-bar__reject:active svg {
        fill: buttonText
    }
}

.glue-cookie-notification-bar__more {
    background: transparent;
    border-radius: 4px;
    color: #1a73e8;
    display: inline;
    overflow: hidden;
    text-decoration: underline;
    -webkit-transition: background-color .2s, color .2s;
    transition: background-color .2s, color .2s
}

.glue-cookie-notification-bar__more:active,
.glue-cookie-notification-bar__more:focus,
.glue-cookie-notification-bar__more:hover {
    color: #174ea6
}

.glue-cookie-notification-bar__more:visited {
    color: #681da8
}

.glue-cookie-notification-bar__more:active,
.glue-cookie-notification-bar__more:focus,
.glue-cookie-notification-bar__more:hover {
    cursor: pointer;
    outline: none
}

.glue-cookie-notification-bar__more:hover {
    background-color: rgba(26, 115, 232, .04)
}

.glue-cookie-notification-bar__more:focus {
    outline: 2px solid transparent;
    background-color: rgba(26, 115, 232, .12);
    box-shadow: 0 0 0 2px #1a73e8;
    z-index: 1
}

.glue-cookie-notification-bar__more:active {
    background-color: rgba(26, 115, 232, .1);
    box-shadow: none;
    outline: 2px auto Highlight;
    outline: 5px auto -webkit-focus-ring-color
}

.glue-cookie-notification-bar__more img {
    border: 0
}

.glue-cookie-notification-bar {
    box-shadow: 0 2px 3px 0 rgba(60, 64, 67, .3), 0 6px 10px 4px rgba(60, 64, 67, .15);
    background: #fff;
    bottom: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: grid;
    font-size: 1rem;
    grid-gap: 8px;
    grid-template-columns: auto auto;
    left: 0;
    padding: 8px;
    position: fixed;
    width: 100%;
    z-index: 1000
}

.glue-cookie-notification-bar[aria-hidden=true] {
    display: none
}

@media (min-width:600px) {
    .glue-cookie-notification-bar {
        grid-template-columns: 1fr auto;
        justify-items: flex-end
    }
}

@media (min-width:1024px) {
    .glue-cookie-notification-bar {
        grid-template-columns: 1fr auto auto
    }
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    .glue-cookie-notification-bar {
        border-top: 1px solid transparent
    }
}

@media print {
    .glue-cookie-notification-bar {
        display: none
    }
}

.glue-cookie-notification-bar__text {
    font-family: Google Sans Text, Roboto, Arial, Helvetica, sans-serif;
    font-size: 1.125em;
    line-height: 1.5555555556;
    font-weight: 400;
    letter-spacing: normal;
    align-self: center;
    color: #5f6368;
    grid-column: span 2;
    justify-self: flex-start;
    margin: 0;
    padding: 4px 12px
}

[lang=ar] .glue-cookie-notification-bar__text {
    font-family: Google Sans Text, Google Sans Arabic, Roboto, Arial, Helvetica, sans-serif
}

[lang=ja] .glue-cookie-notification-bar__text {
    font-family: Google Sans Text, Google Sans Japanese, Noto Sans JP, Roboto, Arial, Helvetica, sans-serif
}

[lang=ko] .glue-cookie-notification-bar__text {
    font-family: Google Sans Text, Google Sans Korean, Noto Sans KR, Roboto, Arial, Helvetica, sans-serif
}

[lang=zh-CN] .glue-cookie-notification-bar__text {
    font-family: Google Sans Text, Google Sans Simplified Chinese, Noto Sans SC, Roboto, Arial, Helvetica, sans-serif
}

[lang=zh-TW] .glue-cookie-notification-bar__text {
    font-family: Google Sans Text, Google Sans Traditional Chinese, Noto Sans TC, Roboto, Arial, Helvetica, sans-serif
}

@media (min-width:1024px) {
    .glue-cookie-notification-bar__text {
        grid-column: span 1
    }
}

.glue-cookie-notification-bar__text,
.glue-cookie-notification-bar__text * {
    -moz-osx-font-smoothing: initial;
    -webkit-font-smoothing: initial;
    text-rendering: auto
}

.glue-cookie-notification-bar__more {
    border-bottom: 0;
    font-weight: inherit;
    letter-spacing: inherit
}

.glue-cookie-notification-bar__accept,
.glue-cookie-notification-bar__reject {
    font-size: 1em;
    cursor: pointer;
    margin: auto 0 0;
    max-width: unset
}

.glue-cookie-notification-bar__accept:last-child {
    grid-column: span 2
}

.glue-cookie-notification-bar-control[aria-hidden=true] {
    display: none
}

button.glue-cookie-notification-bar-control.glue-footer__link {
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 4px;
    padding: 0
}

@media (-ms-high-contrast:active),
(forced-colors:active) {
    button.glue-cookie-notification-bar-control.glue-footer__link {
        color: linkText
    }

    button.glue-cookie-notification-bar-control.glue-footer__link:focus {
        outline: 2px solid transparent
    }
}

.glue-footer__global-links-list-item[aria-hidden=true],
.h-c-footer__global-links-list-item[aria-hidden=true] {
    display: none
}
