div.ww-autogate-enable-container {
    width: 300px;
    height: 50px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: background-color 0.3s, box-shadow 0.3s;
    background-color: #333;
    color: #f5f5f5;
    border: solid #555 1px;

    p {
        font-family: sans-serif;
        font-weight: 600;
        font-size: 20px;
        user-select: none;
        margin: 0;
    }
}

.ww-autogate-enable-container:hover {
    background-color: #444;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

body div.ww-autogate-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10;
}

div.ww-autogate.photo-1 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: auto;
    z-index: 11;
    border: 2px solid black;
    border-radius: 20px;
    height: 70%;

    img {
        border-radius: 20px;
    }

    h4 {
        position: absolute;
        font-size: 40px;
        font-family: sans-serif;
        text-align: center;
        width: 100%;
        margin-top: -50px;
        color: white;
        mix-blend-mode: difference;
        text-shadow: -16px -9px 20px rgb(255 255 255 / 80%);
    }

    h5 {
        position: absolute;
        font-size: 30px;
        font-family: sans-serif;
        text-align: center;
        width: 100%;
        margin-top: 197px;
        pointer-events: none;
        color: white;
        mix-blend-mode: difference;
        text-shadow: -16px -9px 20px rgb(255 255 255 / 80%);
    }

    p {
        position: absolute;
        font-size: 17px;
        font-family: sans-serif;
        text-align: center;
        width: 100%;
        margin-top: calc(78vh - 12%);
        color: white;
        mix-blend-mode: difference;
        text-shadow: -16px -9px 20px rgb(255 255 255 / 80%);

        a {
            text-decoration: underline;
            color: white;
            mix-blend-mode: difference;
            text-shadow: -16px -9px 20px rgb(255 255 255 / 80%);
        }
    }
}

div.ww-autogate.photo-2 {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 70%;
    margin: auto;
    z-index: 11;
    border: 2px solid black;
    border-radius: 20px;

    div {
        width: 50px;
        height: 50px;
        border-radius: 36px;
        background-color: white;
        border: 2px solid black;
        position: absolute;
    }

    img {
        border-radius: 20px;
    }

    h4 {
        position: absolute;
        font-size: 40px;
        font-family: sans-serif;
        text-align: center;
        width: 100%;
        margin-top: -50px;
        color: white;
        mix-blend-mode: difference;
        text-shadow: -16px -9px 20px rgb(255 255 255 / 80%);
    }

    h5 {
        position: absolute;
        font-size: 30px;
        font-family: sans-serif;
        text-align: center;
        width: 100%;
        margin-top: 197px;
        pointer-events: none;
        color: white;
        mix-blend-mode: difference;
        text-shadow: -16px -9px 20px rgb(255 255 255 / 80%);
    }

    p {
        position: absolute;
        font-size: 17px;
        font-family: sans-serif;
        text-align: center;
        width: 100%;
        margin-top: calc(78vh - 12%);
        color: white;
        mix-blend-mode: difference;
        text-shadow: -16px -9px 20px rgb(255 255 255 / 80%);

        a {
            text-decoration: underline;
            color: white;
            mix-blend-mode: difference;
            text-shadow: -16px -9px 20px rgb(255 255 255 / 80%);
        }
    }
}

div.ww-autogate.word-1 {
    flex-direction: column;
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    height: 30%;
    margin: auto;
    z-index: 11;
    border: 2px solid black;
    border-radius: 20px;
    margin-top: 90px;

    input {
        padding: 14px;
        border: 1px solid black;
        outline: none;
        border-radius: 16px;
        text-transform: uppercase;
        text-align: center;
    }

    button {
        padding: 9px;
        border-radius: 15px;
        outline: none;
        border: black 1px solid;
        background-color: white;
        cursor: pointer;
    }

    img {
        border-radius: 20px;
    }

    h4 {
        position: absolute;
        font-size: 40px;
        font-family: sans-serif;
        text-align: center;
        width: 100%;
        margin-top: -114px;
        color: white;
        mix-blend-mode: difference;
        text-shadow: -16px -9px 20px rgb(255 255 255 / 80%);
    }

    h5 {
        position: absolute;
        font-size: 30px;
        font-family: sans-serif;
        text-align: center;
        width: 100%;
        margin-top: 193px;
        pointer-events: none;
        color: white;
        mix-blend-mode: difference;
        text-shadow: -16px -9px 20px rgb(255 255 255 / 80%);
    }

    p {
        position: absolute;
        font-size: 17px;
        font-family: sans-serif;
        text-align: center;
        width: 100%;
        margin-top: calc(73vh - 58px);
        color: white;
        mix-blend-mode: difference;
        text-shadow: -16px -9px 20px rgb(255 255 255 / 80%);

        a {
            text-decoration: underline;
            color: white;
            mix-blend-mode: difference;
            text-shadow: -16px -9px 20px rgb(255 255 255 / 80%);
        }
    }
}