#popup-kaus-overlay {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0,0,0,0.7);
}

#popup-kaus-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10000;
}

#popup-kaus-content img {
    max-width: 90vw;
    max-height: 90vh;
    border-radius: 8px;
}

.popup-kaus-close {
    position: absolute;
    top: -15px;
    right: -35px !important;
    background-color: #fff;
    border: 2px solid #000;
    border-radius: 50%;
    font-size: 38px !important;
    width: 30px;
    height: 30px;
    cursor: pointer;
    line-height: 0;
    text-align: center;
    font-weight: bold;
    color: #000;
    padding: 0;
    min-height: 0px !important;
}
