/* Cookie banner */
.cookie-consent-banner { position: sticky; bottom: 0; left: 0; z-index: 2; box-sizing: border-box; width: 100%; display: none;
    background-color : #FFF; border: 1px solid darkgray;}
.cookie-consent-banner__inner { margin: 0 auto; padding: 32px 0; }
.cookie-consent-banner__copy { margin-bottom: 16px; }
.cookie-consent-banner__actions { }
.cookie-consent-banner__header { margin-bottom: 8px; font-family: sans-serif, arial; font-weight: normal; font-size: 16px; line-height: 24px; }
.cookie-consent-banner__description { font-family: sans-serif, arial; font-weight: normal; color: #838F93; font-size: 16px; line-height: 24px; }
