#popup-go-overlay{display:none;position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,0.7);z-index:9999;justify-content:center;align-items:center;overflow:auto;}
#popup-go-container{position:relative;background:transparent;max-width:900px;max-height:800px;display:flex;justify-content:center;align-items:center;}
#popup-go-container img{display:block;width:auto;height:auto;max-width:100%;max-height:100%;border-radius:10px;box-shadow:0 0 25px rgba(0,0,0,0.6);}
#popup-go-close{position:absolute;top:-15px;right:-15px;background:#ff4444;color:#fff;border:none;border-radius:50%;width:35px;height:35px;font-size:22px;cursor:pointer;z-index:10000;line-height:30px;text-align:center;box-shadow:0 2px 6px rgba(0,0,0,0.3);}
#popup-go-close:hover{background:#ff2222;}