.wa-live-proof{
  position:fixed;
  z-index:99999;
  left:20px; bottom:20px;
  pointer-events:none; /* solo el contenido clickeable */
  font-family: Inter, system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
}
.wa-live-proof.right{ left:auto; right:20px; }

.wa-proof-item{
  display:flex; align-items:center; gap:10px;
  background:#0b1220; color:#eaf2ff;
  border:1px solid rgba(255,255,255,.08);
  box-shadow: 0 12px 30px rgba(0,0,0,.25);
  padding:10px 14px; border-radius:14px;
  min-width: 260px; max-width: 92vw;
  transform: translateY(20px); opacity:0;
  transition: transform .35s ease, opacity .35s ease;
  pointer-events:auto;
}
.wa-proof-item.on{ transform: translateY(0); opacity:1; }

.wa-flag{ font-size: 20px; line-height:1; }
.wa-text{ font-weight:700; font-size:14px; line-height:1.35; }
.wa-close{
  margin-left:8px;
  border:0; background:transparent; color:#b8c2d8; font-size:18px;
  cursor:pointer; padding:2px 6px; line-height:1;
}
.wa-close:hover{ color:#fff; }

@media (max-width: 680px){
  .wa-live-proof{ left:12px; right:12px; bottom:12px; }
  .wa-live-proof.right{ right:12px; }
  .wa-proof-item{ width:auto; max-width: calc(100vw - 24px); }
}
