/* Popup dasar */
.popup22 {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: white;
}

/* Konten popup fullscreen */
.popup-content22 {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Tombol close ala iPhone */
.close-btn22 {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: black;
    cursor: pointer;
    z-index: 1000;
    background: rgba(255,255,255,0.7);
    border-radius: 50%;
    padding: 5px 12px;
}