#cookie-box,#cookie-box *{box-sizing:border-box!important}#cookie-box{position:fixed!important;z-index:999999999!important;left:0;right:0;width:100%!important;padding:16px 24px;font-size:14px;line-height:1.5;box-shadow:0 -4px 20px rgba(0,0,0,.08);transition:opacity .4s ease,transform .4s ease}.cookie-box.cookie-hidden{display:none!important}#cookie-form{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}#extra-cookie-info{flex:1;font-size:13.5px}#extra-cookie-info p{margin:0}#cookie-notice-button{display:flex;align-items:center;gap:10px;flex-shrink:0}#cookie-privacy-policy,#cookie-accept-button{display:inline-flex;align-items:center;justify-content:center;padding:8px 18px!important;border-radius:4px;font-size:13px;font-weight:600;text-decoration:none!important;cursor:pointer;transition:all .2s ease;white-space:nowrap}#cookie-privacy-policy{background:transparent!important}#cookie-privacy-policy:hover{opacity:.8}#cookie-accept-button:hover{filter:brightness(1.1);transform:translateY(-1px)}@media only screen and (max-width:768px){#cookie-form{flex-direction:column;align-items:flex-start;gap:14px}#cookie-notice-button{width:100%;justify-content:flex-end}#cookie-privacy-policy,#cookie-accept-button{flex:1;text-align:center}}