
/* IG SAFE – Consent / Cookie Banner */
#igsafe-consent{
  position:fixed;left:16px;right:16px;bottom:16px;z-index:99999;
  max-width:980px;margin:0 auto;
  background:var(--surface2,#fff);color:var(--text,#261f1d);
  border:1px solid var(--line,#e3d9cc);border-radius:18px;
  box-shadow:0 14px 38px rgba(0,0,0,.18);padding:20px;
}
#igsafe-consent[hidden]{display:none!important}
.igsafe-consent-inner{display:grid;grid-template-columns:1fr auto;gap:18px;align-items:center}
.igsafe-consent-copy h2{margin:0 0 7px;font-size:20px;line-height:1.2}
.igsafe-consent-copy p{margin:0;color:var(--muted,#716861);line-height:1.5;font-size:14px}
.igsafe-consent-copy a{color:var(--red,#d61f26);font-weight:800}
.igsafe-consent-actions{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}
.igsafe-consent-btn{
  min-height:42px;border-radius:10px;padding:0 14px;font-weight:900;cursor:pointer;
  border:1px solid var(--line,#e3d9cc);background:var(--surface,#fffdf0);color:var(--text,#261f1d)
}
.igsafe-consent-btn.primary{border-color:var(--red,#d61f26);background:var(--red,#d61f26);color:#fff}
.igsafe-consent-btn:hover,.igsafe-consent-btn:focus-visible{outline:2px solid rgba(214,31,38,.2);outline-offset:2px}
.cookie-settings-link{cursor:pointer}
#igsafe-consent-status{font-size:12px;margin-top:8px;color:var(--muted,#716861)}
@media(max-width:720px){
  #igsafe-consent{left:10px;right:10px;bottom:10px;padding:16px}
  .igsafe-consent-inner{grid-template-columns:1fr}
  .igsafe-consent-actions{justify-content:stretch}
  .igsafe-consent-btn{flex:1 1 150px}
}
