
.fi-analytics-consent{
  position:fixed;
  left:16px;
  right:16px;
  bottom:16px;
  z-index:99999;
  max-width:760px;
  margin:0 auto;
  padding:17px;
  border:1px solid rgba(11,35,64,.16);
  border-radius:18px;
  background:rgba(255,255,255,.98);
  color:#102235;
  box-shadow:0 22px 60px rgba(11,35,64,.22);
  font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
}
.fi-analytics-consent[hidden]{display:none!important}
.fi-analytics-consent__title{
  margin:0 0 6px;
  color:#0b2340;
  font-size:16px;
  font-weight:950;
}
.fi-analytics-consent__text{
  margin:0;
  color:#516579;
  font-size:13px;
  line-height:1.5;
}
.fi-analytics-consent__actions{
  display:flex;
  gap:9px;
  flex-wrap:wrap;
  margin-top:13px;
}
.fi-analytics-consent button{
  min-height:42px;
  padding:10px 14px;
  border:1px solid #d8e1ea;
  border-radius:12px;
  background:#fff;
  color:#0b2340;
  font:inherit;
  font-size:13px;
  font-weight:900;
  cursor:pointer;
}
.fi-analytics-consent button[data-choice="accept"]{
  border-color:#0b2340;
  background:linear-gradient(135deg,#0b2340,#225f93);
  color:#fff;
}
.fi-analytics-settings{
  position:fixed;
  left:12px;
  bottom:12px;
  z-index:9998;
  padding:8px 10px;
  border:1px solid rgba(11,35,64,.14);
  border-radius:999px;
  background:rgba(255,255,255,.94);
  color:#0b2340;
  box-shadow:0 6px 20px rgba(11,35,64,.12);
  font:700 11px system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;
  cursor:pointer;
}
@media(max-width:560px){
  .fi-analytics-consent{left:9px;right:9px;bottom:9px}
  .fi-analytics-consent__actions{display:grid}
  .fi-analytics-consent button{width:100%}
}
