#feat-cookie-banner{position:static;width:100%;z-index:auto;margin:0 0 16px;padding:0;pointer-events:none}
  body.has-feat-cookie-banner,body:has(#feat-cookie-banner){padding-bottom:0}
  body.has-feat-cookie-banner .feat-screen-stage,body:has(#feat-cookie-banner) .feat-screen-stage{padding-bottom:0}
  body.modal-open #feat-cookie-banner{display:none!important}
  #feat-cookie-banner .box{max-width:none;margin:0;background:#111827;color:#fff;border-radius:12px;padding:10px 12px;box-shadow:0 10px 28px rgba(15,23,42,.14);display:flex;gap:10px;align-items:center;justify-content:space-between;flex-wrap:wrap;pointer-events:auto}
  #feat-cookie-banner .text{font-size:13px;line-height:1.45;opacity:.95}
  #feat-cookie-banner a{color:#fff;text-decoration:underline}
  #feat-cookie-banner .actions{display:flex;gap:8px;align-items:center}
  #feat-cookie-banner .btn{border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;border-radius:12px;padding:10px 12px;font-weight:800;cursor:pointer;min-height:48px;line-height:1.2;display:inline-flex;align-items:center;justify-content:center}
  #feat-cookie-banner .btn.primary,#feat-cookie-banner button[data-action="accept"]{min-height:48px!important}
  #feat-cookie-banner .btn.primary{background:#1E5BFF;border:1px solid #1E5BFF}
  @media (max-width: 480px){
    #feat-cookie-banner{width:100%;margin:0 0 12px;padding:0}
    body.has-feat-cookie-banner,body:has(#feat-cookie-banner){padding-top:0;padding-bottom:0}
    body.has-feat-cookie-banner .feat-screen-stage,body:has(#feat-cookie-banner) .feat-screen-stage{padding-bottom:0}
    #feat-cookie-banner .box{max-width:none;border-radius:12px;padding:10px}
    #feat-cookie-banner .actions{width:100%;justify-content:flex-end}
  }
