.pcp-overlay{position:fixed;inset:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:999999}
.pcp-box{background:#fff;padding:20px;max-width:600px;width:95%;position:relative}
.pcp-box img{width:100%}
.pcp-row{display:flex;gap:15px;align-items:center}
.pcp-row img{width:50%}
.pcp-close{position:absolute;top:10px;right:10px;background:red;color:#fff;width:32px;height:32px;text-align:center;line-height:32px;cursor:pointer}
.pcp-btn{display:inline-block;margin-top:10px;background:#0073ff;color:#fff;padding:10px 15px}