
/* The clickable word */
a.popup-link1 ,a.popup-link2{
    cursor: pointer;
    text-decoration: underline;
}

/* Overlay */
#overlay,#overlay2,#overlay3 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Image box */
#popupBox,#popupBox2,#popupBox3 {
    position: relative;
}

/* Image */
#popupBox,#popupBox2,#popupBox3 img {
    display: block;
    max-width: 90vw;
    max-height: 90vh;
}

/* Exit button */
#closeBtn,#closeBtn2,#closeBtn3 {
    position: absolute;
    top: -10px;
    right: -10px;
    background: black;
    color: white;
    border: none;
    padding: 5px 10px;
    cursor: pointer;
}

a.rexona{text-decoration:none;color:white;}


.choice-container {
    width: 90%;
    max-width: 1100px;
    margin: 40px auto;
    padding: 25px;

    display: flex;
    justify-content: center;
    gap: 20px;

    background: rgba(220, 220, 220,0.80);
    border: 2px solid #555;
    border-radius: 25px;
    box-sizing: border-box;
}

.choice-button {
    flex: 1;
    min-height: 90px;
    padding: 20px;

    background: rgba(235, 235, 235);
    border: 2px solid #555;
    border-radius: 18px;

    font-family: Arial, sans-serif;
    font-size: 18px;
    color: #111;

    cursor: pointer;
    transition: 0.2s ease;
}

.choice-button:hover {
    background: rgba(200, 200, 200, 0.7);
    transform: translateY(-2px);
}

.choice-button:active {
    transform: translateY(0);
}

/* Mobile */
@media (max-width: 600px) {
    .choice-container {
        flex-direction: column;
        width: 92%;
    }

    .choice-button {
        width: 100%;
        min-height: 75px;
    }
}


/* ============================= */
/* DEFENSE IMAGE VIEWER */
/* ============================= */

#defenseOverlay {
    position: fixed;
    inset: 0;

    display: none;

    justify-content: center;
    align-items: center;

    background: rgba(0, 0, 0, 0.90);

    z-index: 99999;

    padding: 20px;
    box-sizing: border-box;
}

#defenseImage {
    display: block;

    width: auto;
    height: auto;

    max-width: 95vw;
    max-height: 95vh;

    object-fit: contain;
}


/* X BUTTON */

#defenseClose {
    position: absolute;

    top: 20px;
    left: 20px;

    width: 45px;
    height: 45px;

    border: 2px solid white;
    border-radius: 50%;

    background: rgba(0, 0, 0, 0.75);

    color: white;

    font-size: 32px;
    line-height: 35px;

    cursor: pointer;

    z-index: 100000;
}

#defenseClose:hover {
    background: white;
    color: black;
}


/* ============================= */
/* VICTIMS CONTENT */
/* ============================= */
/*
#victimsContent {
    display: none;
}*/


#threaten,#guilty,#not-guilty{display:none}
#elaborate{
    display:none;
}

#life-ending ,#victimsContent{
    display: none;
}

#psychiatric-ending {
    display: none;
}


#fixed-ending {
    display: none;
}


#death-ending {
    display: none;
}


#immediate-release-ending,#supervised-release-ending,
#further-investigation-ending{
    display:none;
}