#gfpp-overlay{position:fixed;inset:0;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.45);z-index:99999}
#gfpp-modal{background:#fff;max-width:520px;width:92%;border-radius:18px;box-shadow:0 20px 60px rgba(0,0,0,.25);overflow:hidden;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial}
#gfpp-head{padding:16px 18px;font-weight:700;font-size:18px;border-bottom:1px solid #eee}
#gfpp-body{padding:16px 18px;display:flex;gap:14px;align-items:center}
#gfpp-body img{width:96px;height:96px;object-fit:cover;border-radius:12px;background:#f5f5f5;flex-shrink:0}
#gfpp-info{flex:1}
#gfpp-title{font-size:16px;margin:0 0 8px 0;font-weight:600;line-height:1.3}
#gfpp-meta{font-size:13px;color:#666;margin-bottom:12px}
#gfpp-actions{display:flex;gap:10px;align-items:center}
#gfpp-cta{appearance:none;border:0;border-radius:12px;padding:10px 14px;font-weight:600;background:#1D8D60;color:#fff;cursor:pointer;text-decoration:none;display:inline-block}
#gfpp-close{appearance:none;border:0;background:transparent;cursor:pointer;font-size:14px;color:#666}
@media (max-width:480px){#gfpp-body{flex-direction:column;align-items:flex-start}#gfpp-body img{width:100%;height:auto}}
