.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background-color:var(--alt-text-dark-color);color:#fff;z-index:2000;box-shadow:0 -2px 8px rgba(0,0,0,.2)}.cookie-consent-banner .cookie-consent-content{max-width:var(--content-width);margin:0 auto;padding:20px 16px;display:flex;align-items:center;gap:24px}.cookie-consent-banner .cookie-consent-content .cookie-consent-text{flex:1;text-align:left}.cookie-consent-banner .cookie-consent-content .cookie-consent-text strong{display:block;font-family:var(--THBold);font-size:16px;margin-bottom:4px}.cookie-consent-banner .cookie-consent-content .cookie-consent-text p{font-size:14px;line-height:1.5;margin-bottom:4px}.cookie-consent-banner .cookie-consent-content .cookie-consent-text a{color:var(--blue-light);font-size:13px;text-decoration:underline}.cookie-consent-banner .cookie-consent-content .cookie-consent-buttons{display:flex;flex-direction:column;gap:8px;flex-shrink:0}.cookie-consent-banner .cookie-consent-content .cookie-consent-buttons button{min-width:180px;white-space:nowrap;padding:12px 16px 9px}.cookie-consent-banner .cookie-consent-content .cookie-consent-buttons button.secondary{background-color:transparent;color:#fff;border:1px solid rgba(255,255,255,.5)}.cookie-consent-banner .cookie-consent-content .cookie-consent-buttons button.secondary:hover{background-color:rgba(255,255,255,.1)}@media screen and (max-width:767px){.cookie-consent-banner .cookie-consent-content{flex-direction:column;align-items:stretch}.cookie-consent-banner .cookie-consent-content .cookie-consent-buttons{flex-direction:row}.cookie-consent-banner .cookie-consent-content .cookie-consent-buttons button{flex:1;min-width:0}}