.mboost-consent{
  position:fixed;
  z-index:100000;
  right:18px;
  bottom:18px;
  width:min(520px,calc(100vw - 28px));
  display:flex;
  align-items:center;
  gap:22px;
  padding:18px;
  border:1px solid rgba(118,255,171,.22);
  border-radius:16px;
  background:#081a12;
  color:#f5fff8;
  box-shadow:0 20px 60px rgba(3,16,9,.28);
  font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}
.mboost-consent>div:first-child{flex:1;min-width:0}
.mboost-consent b{display:block;margin:0 0 5px;font-size:14px;letter-spacing:-.01em}
.mboost-consent p{margin:0;color:#afc8b8;font-size:11px;line-height:1.55}
.mboost-consent-actions{display:flex;flex:0 0 auto;gap:8px}
.mboost-consent button{
  min-height:38px;
  padding:0 13px;
  border:1px solid #345141;
  border-radius:9px;
  background:transparent;
  color:#dcebe1;
  font:700 11px Inter,system-ui,sans-serif;
  cursor:pointer;
}
.mboost-consent button:hover{border-color:#62db91;color:#fff}
.mboost-consent button.primary{border-color:#20c96b;background:#20c96b;color:#062013}
.mboost-consent button:focus-visible{outline:3px solid rgba(32,201,107,.35);outline-offset:2px}
@media(max-width:620px){
  .mboost-consent{right:14px;bottom:14px;display:block;padding:16px}
  .mboost-consent-actions{margin-top:13px}
  .mboost-consent button{flex:1}
}
