/* privacy/cookies.css */
.cookiebar-backdrop{
  position:fixed; inset:0; background:rgba(0,0,0,.45);
  display:none; z-index:9998;
}
.cookiebar{
  position:fixed; left:18px; right:18px; bottom:18px;
  max-width:980px; margin:0 auto;
  background:#5c5c5c; color:#fff; border-radius:12px;
  padding:16px; z-index:9999; box-shadow:0 10px 30px rgba(0,0,0,.35);
  font-family: system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
}
.cookiebar h3{ margin:0 0 8px 0; font-size:16px; }
.cookiebar p{ margin:0 0 12px 0; font-size:13px; line-height:1.45; color:#eaeaea; }
.cookiebar a{ color:#fff; text-decoration:underline; }
.cookiebar .cookiebar-row{
  display:flex; gap:10px; flex-wrap:wrap; align-items:center; justify-content:flex-end;
}
.cookie-modal .cookiebtn{
  appearance:none; border:1px solid #5c5c5c;
  background:transparent; color:#111111; padding:10px 12px;
  border-radius:10px; font-weight:600; cursor:pointer; font-size:13px;
}
.cookiebtn{
  appearance:none; border:1px solid #ffffff;
  background:transparent; color:#ffffff; padding:10px 12px;
  border-radius:10px; font-weight:600; cursor:pointer; font-size:13px;
}
.cookiebtn.primary{ background:#f2f2f2; color:#111111; border-color:#f2f2f2; }
.cookiebtn.linklike{ border:none; padding:10px 0; text-decoration:underline; background:transparent; }

.cookie-modal{
  position:fixed; inset:0; display:none; z-index:10000;
  align-items:center; justify-content:center;
}
.cookie-modal .panel{
  width:min(720px, calc(100% - 36px));
  background:#fff; color:#111111; border-radius:14px; padding:18px;
  box-shadow:0 10px 35px rgba(0,0,0,.25);
}
.cookie-modal h4{ margin:0 0 8px 0; font-size:18px; color: #111111; }
.cookie-modal p{ margin:0 0 12px 0; font-size:13px; line-height:1.45; color:#333; }
.cookie-modal .opt{ display:flex; gap:10px; align-items:flex-start; padding:10px 0; border-top:1px solid #eee; }
.cookie-modal .opt:first-of-type{ border-top:none; }
.cookie-modal label{ font-weight:700; }
.cookie-modal small{ display:block; color:#555; font-weight:400; margin-top:2px; }
.cookie-modal .actions{ display:flex; gap:10px; justify-content:flex-end; flex-wrap:wrap; margin-top:12px; }
.cookie-modal .closex{ float:right; border:none; background:transparent; font-size:18px; cursor:pointer; }

.cookie-settings-link{
  position:fixed; left:18px; bottom:18px; z-index:9997;
  display:none;
}
.cookie-settings-link button{
  border:none; background:#5c5c5c; color:#fff; padding:10px 12px;
  border-radius:999px; cursor:pointer; font-weight:700; font-size:12px;
  box-shadow:0 10px 30px rgba(0,0,0,.2);
}
.cookie-settings-link img {
  width: 28px;
  height: auto;
}
