.scheduled-banner{bottom:0;display:none;padding-block:24px;padding-inline-end:24px;position:sticky;z-index:999}.scheduled-banner__content{align-items:center;display:grid;gap:20px;grid-template-areas:"title button" "body body";grid-template-columns:auto auto}@media(min-width:992px){.scheduled-banner__content{grid-template-areas:"title body button";grid-template-columns:auto 1fr auto}.scheduled-banner__content .scheduled-banner__button{justify-self:start}}.scheduled-banner.information{background-color:#fff}.scheduled-banner.information__body,.scheduled-banner.information__button,.scheduled-banner.information__title{color:var(--c-midnight-blue)}.scheduled-banner.warning{background-color:var(--c-primary)}.scheduled-banner.warning__body,.scheduled-banner.warning__button,.scheduled-banner.warning__title{color:var(--c-midnight-blue)}.scheduled-banner.error-message{background-color:var(--bg-error-light)}.scheduled-banner.error-message__body,.scheduled-banner.error-message__button,.scheduled-banner.error-message__title{color:#fff}.scheduled-banner__body,.scheduled-banner__button,.scheduled-banner__title{margin:0}.scheduled-banner__button .button-v3{--button-gap:unset;background-color:unset;font-size:calc(clamp(.875rem,.243vw + .788rem,1rem) - 2px);padding:unset;text-decoration:unset!important}.scheduled-banner__button .button-v3.button-v3--variant-text{outline:unset}.scheduled-banner__button .button-v3__icon{background-color:unset}.scheduled-banner__button .button-v3__icon:before{background-color:unset!important}.scheduled-banner__title{font-weight:700;grid-area:title;text-transform:uppercase}.scheduled-banner__body{grid-area:body}.scheduled-banner__body p{margin:0}.scheduled-banner__button{grid-area:button;justify-self:end}
