/* Revize edilmiş Popup stil ayarları */
.cpsi-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1000;
    background: #fff;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    width: 90%;            
    max-width: 600px;      
    max-height: 90vh;      
    overflow: auto;        
}

.cpsi-popup img {
    width: 100%;
    height: auto;
    display: block;
}

.cpsi-sticky {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 1001;
    cursor: pointer;
}
