.dg-popup .pop-text{width:600px; height:475px;position:relative;border:thick solid var(--site-color);background:var(--site-color); color:#fff;}
.dg-popup .pop-text .pop-img-close{position:absolute; top:-15px; right:-15px;z-index:9999;cursor:pointer;background: red;color: #fff;width: 34px;height: 34px;display: inline-flex;align-items: center;justify-content: center;font-size: 22px;border-radius: 100%;}
.dg-popup .pop-text .pop-img-close span{color:#fff;}
.dg-popup .pop-text .ptext{height:100%;overflow-y:auto;padding:20px;}
.dg-popup .pop-text .ptext p, .dg-popup .pop-text .ptext li{line-height:26px;}
.dg-popup .pop-text .ptext img{width:100%; height:100%;object-fit:contain;}
.dg-popup .pop-text .ptext a{color:yellow !important;}
.dg-popup .pop-text .ptext a:hover{text-decoration:underline !important;}
#popImageContainer img {position: absolute;transition: opacity 0.3s;}
#popImageContainer img:not(.active) {opacity: 0;}