.ml-social-proof{position:fixed;left:24px;bottom:24px;width:340px;max-width:calc(100vw - 24px);z-index:99990;font-family:'Figtree',system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;pointer-events:none}
.ml-has-sticky-cta .ml-social-proof,body:has([data-sticky-cta]) .ml-social-proof{bottom:92px}
.ml-social-proof-card{display:grid;grid-template-columns:42px 1fr 28px;gap:12px;align-items:start;background:#fff;border:1px solid #e7eef9;border-radius:12px;box-shadow:0 18px 54px -34px rgba(13,28,58,.48),0 8px 24px -20px rgba(13,28,58,.36);padding:14px 13px 14px 14px;color:#1d283a;opacity:0;filter:blur(5px);transform:translate3d(-8px,18px,0) scale(.965);transition:opacity .62s ease,filter .62s ease,transform .62s cubic-bezier(.16,1,.3,1),box-shadow .62s ease;will-change:opacity,filter,transform;pointer-events:auto}
.ml-social-proof-card.is-visible{opacity:1;filter:blur(0);transform:translate3d(0,0,0) scale(1);box-shadow:0 24px 64px -34px rgba(13,28,58,.58),0 12px 28px -20px rgba(13,28,58,.42)}
.ml-social-proof-card.is-leaving{opacity:0;filter:blur(3px);transform:translate3d(-6px,12px,0) scale(.98);transition:opacity .46s ease,filter .46s ease,transform .46s cubic-bezier(.4,0,.2,1)}
.ml-social-proof-flag{width:42px;height:42px;border-radius:12px;background:#f1f6ff;display:flex;align-items:center;justify-content:center;font-size:24px;box-shadow:inset 0 0 0 1px #e7eef9}
.ml-social-proof-copy{min-width:0;padding-top:1px}
.ml-social-proof-badge{display:inline-flex;align-items:center;margin-bottom:5px;padding:3px 8px;border-radius:999px;background:#e8f1ff;color:#0081fa;font-size:10.5px;font-weight:850;letter-spacing:0}
.ml-social-proof-title{font-size:14.5px;line-height:1.28;font-weight:900;letter-spacing:0;color:#1d283a;margin:0 0 4px}
.ml-social-proof-text{font-size:13px;line-height:1.38;font-weight:600;color:#5c6b86;margin:0}
.ml-social-proof-close{width:28px;height:28px;border:0;border-radius:9px;background:#f4f8ff;color:#8294b0;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px;line-height:1;font-family:Arial,sans-serif;transition:background .15s,color .15s}
.ml-social-proof-close:hover{background:#e8f1ff;color:#1d283a}
@media (max-width:640px){
  .ml-social-proof{left:12px;right:12px;bottom:12px;width:auto;max-width:none}
  .ml-has-sticky-cta .ml-social-proof,body:has([data-sticky-cta]) .ml-social-proof{bottom:108px}
  .ml-social-proof-card{grid-template-columns:38px 1fr 28px;padding:12px;gap:10px}
  .ml-social-proof-flag{width:38px;height:38px;border-radius:11px;font-size:22px}
  .ml-social-proof-title{font-size:13.5px}
  .ml-social-proof-text{font-size:12.5px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}
}
@media (prefers-reduced-motion:reduce){
  .ml-social-proof-card{transition:none}
}
