
.msp-wrapper{text-align:center;padding:30px;font-family:Poppins,Arial}
.msp-card{max-width:420px;margin:auto;background:#fff;border-radius:32px;padding:20px;box-shadow:0 20px 40px rgba(0,0,0,.15)}
.msp-image{width:100%;border-radius:24px;cursor:pointer}
.msp-question{font-size:28px;font-weight:800;margin:20px 0}
.msp-buttons{display:flex;gap:20px;justify-content:center}
.msp-buttons button{padding:16px 40px;border-radius:999px;border:none;font-weight:700;font-size:16px}
.msp-yes{background:#22c55e;color:#fff}
.msp-no{background:#ef4444;color:#fff;position:fixed;z-index:9999}

.msp-share{margin-top:16px}
.msp-icons{display:flex;gap:20px;justify-content:center}
.msp-icons a{width:44px;height:44px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#f1f1f1;font-weight:700}

.msp-modal{display:none;position:fixed;inset:0;background:rgba(0,0,0,.5);z-index:9999}
.msp-modal-content{background:#fff;max-width:520px;margin:10vh auto;padding:20px;border-radius:20px}
#msp-image-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
#msp-image-grid img{width:100%;border-radius:12px;cursor:pointer}
