.agpm-card{box-sizing:border-box;}
#agpm-popup{
display:none;
position:fixed;
inset:0;
background:rgba(0,0,0,.8);
z-index:99999;
}

#agpm-popup.active{
display:flex;
align-items:center;
justify-content:center;
}

.agpm-popup-content{
background:#fff;
padding:20px;
max-width:900px;
width:90%;
border-radius:12px;
position:relative;
text-align:center;
}

#agpm-popup-image{
max-width:100%;
max-height:70vh;
object-fit:contain;
}

#agpm-popup-close{
position:absolute;
top:10px;
left:15px;
cursor:pointer;
font-size:30px;
font-weight:bold;
}

.agpm-open-popup{
padding:10px 20px;
cursor:pointer;
border:none;
border-radius:8px;
}
.agpm-gallery-wrapper{
display:flex;
align-items:center;
justify-content:center;
gap:20px;
}

#agpm-prev,
#agpm-next{
cursor:pointer;
font-size:24px;
padding:10px 15px;
border:none;
border-radius:6px;
}