.cookieConsentBanner{position:fixed;bottom:0;left:0;right:0;z-index:50;background-color:rgba(28,25,23,.9);color:#ffffff;padding:1rem;box-shadow:0 10px 15px -3px rgb(0 0 0/.1),0 4px 6px -4px rgb(0 0 0/.1)}.cookieConsentBannerInner{max-width:850px;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;gap:var(--spacing-small)}@media (min-width:1023px){.cookieConsentBannerInner{flex-direction:row;align-items:center}}.cookieConsentBannerText{flex:1 1 0%;font-size:.875rem;line-height:1.25rem;color:#ffffff}.cookieConsentBannerLink{text-decoration:underline}.cookieConsentBannerLink:hover{color:#34d399}.cookieConsentBannerButtons{display:flex;gap:.75rem;width:100%;justify-content:center}@media (min-width:640px){.cookieConsentBannerButtons{width:auto}}.cookieConsentBannerDecline{padding:.5rem 1rem;font-size:.875rem;border:1px solid #57534e;border-radius:.5rem;background:transparent;color:inherit;cursor:pointer}.cookieConsentBannerDecline:hover{background-color:#292524}.cookieConsentBannerAccept{padding:.5rem 1rem;font-size:.875rem;font-weight:500;background-color:#059669;color:white;border:none;border-radius:.5rem;cursor:pointer}.cookieConsentBannerAccept:hover{background-color:#047857}