.cookie-consent-banner{position:fixed;right:16px;bottom:16px;left:16px;z-index:999;box-sizing:border-box;max-width:1120px;margin:0 auto;padding:24px 28px 28px;overflow:hidden;background:#fff;border:1px solid #e6e6e6;border-radius:16px;box-shadow:0 12px 40px rgba(0,0,0,.16);transition:opacity .2s ease,visibility .2s ease}body:has(.react-responsive-modal-overlay) .cookie-consent-banner{opacity:0;visibility:hidden;pointer-events:none}.cookie-consent-banner:before{position:absolute;top:0;right:0;left:0;height:4px;background:#da291c;content:""}.cookie-consent-banner-inner{display:flex;flex-direction:column;gap:20px}.cookie-consent-banner-copy h2{margin:0 0 8px;color:#1a1a1a;font-size:1.25rem;font-weight:700;line-height:1.3}.cookie-consent-banner-copy p{margin:0 0 10px;color:#3c3c3c;font-size:.875rem;line-height:1.45}.cookie-consent-banner-copy p:last-child{margin-bottom:0}.cookie-consent-banner-copy a{color:#3c3c3c;font-weight:700;text-decoration:underline}.cookie-consent-banner-copy a:focus-visible,.cookie-consent-banner-copy a:hover{color:#da291c}.cookie-consent-banner-actions{display:grid;grid-template-columns:1fr;gap:10px;width:100%}.cookie-consent-btn{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;min-height:44px;padding:10px 20px;border:1px solid transparent;border-radius:24px;font-size:.875rem;font-weight:700;line-height:1;cursor:pointer;transition:.2s}.cookie-consent-btn:focus-visible{outline:2px solid #da291c;outline-offset:2px}.cookie-consent-btn-outline{background:#fff;border-color:#d0d0d0;color:#1a1a1a}.cookie-consent-btn-outline:hover{border-color:#1a1a1a}.cookie-consent-btn-primary{background:#da291c;color:#fff}.cookie-consent-btn-primary:hover{background:#b41e13}@media (min-width:768px){.cookie-consent-banner-inner{flex-direction:row;gap:32px;align-items:center;justify-content:space-between}.cookie-consent-banner-copy{flex:1 1 auto;min-width:0}.cookie-consent-banner-actions{flex:0 0 220px;width:220px}}