.page-template-wp-custom-template-blank-page {
    background-image: url(img/background-bes-2025.webp);
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 100vh;
}

.page-template-wp-custom-template-blank-page > .wp-site-blocks {
    padding: 1rem;
    color: #fff;
}

.page-template-wp-custom-template-blank-page #unax-logo {
    position: absolute;
    bottom: 1rem;
    right: 2rem;
    width: 100px;
    height: auto;
}

.page-template-wp-custom-template-blank-page .grecaptcha-badge {
    display: none;
}

.page-template-wp-custom-template-blank-page #wof-actions {
    position: absolute;
    bottom: 1rem;
    left: 2rem;
}

#wof-wheel-container {
    position: relative;
    display: flex;
    align-items: top;
    position: relative;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    padding-top: 3rem;
}

@media (min-width: 992px) {
    #wof-wheel-container {
        max-width: 1400px;
    }
}

#wof-wheel-container .col-1,
#wof-wheel-container .col-2 {
    position: relative;
}

#wof-wheel-container .col-2 {
    width: 40%;
    padding-left: 6rem;
}

#wof-wheel-container .col-2 h2 {
    margin-top: 0;
    font-size: 3rem;
}

#wof-wheel-container .col-2 p {
    font-size: 1.25rem;
}

#wof-wheel-container .col-2 p.legal-agreement {
    font-size: 1rem;
}

#wof-wheel-container .col-2 {
    display: flex;
    flex-direction: column;
    font-size: 1.75rem;
}   

#wof-wheel-container .col-2 * {
    margin-bottom: 1rem;
}

#wof-wheel-container .col-2 label {
    display: none;
}

#wof-wheel-container .col-2 input,
#wof-wheel-container .col-2 button {
    padding: 0.5rem 1rem;
    font-size: 1.5rem;
    border-radius: 0.25rem;
}

#wof-wheel {
    width: 380px;
    height: 380px;
    color: #000;
    border-radius: 50%;
    box-shadow: 0 0 10px rgba(255, 255, 255, 0.6);
}

#wof-pointer {
    position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 40px solid #AA0078;
    z-index: 10;
}

#wof-wheel-container .col-2 #wof-spin {
    padding: 10px 20px;
    font-weight: bold;
    font-size: 1.75rem;
    cursor: pointer;
    border: none;
    background: #AA0078;
    color: white;
    border-radius: 0.25rem;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

#wof-spin:disabled {
    background: #aaa;
    cursor: not-allowed;
}

#wof-confetti {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 999;
}

#wof-result-container {
    position: relative;
    width: 100%;
    max-width: 750px;
    height: 100%;
    overflow: auto;
}

#wof-result {
    display: none;
    position: absolute;
    top: 50px; 
    left: 0;
    width: 100%;
    max-width: calc(100% - 4rem);
    padding: 10rem 2rem 15rem 2rem;
    color: #000;
    background-color: rgba(255, 255, 255, 0.95);
    font-size: 42px;
    text-align: center;
    z-index: 9999;
}

@media (min-width: 576px) {
    #wof-wheel-container .col-1,
    #wof-wheel {
        width: 420px;
        height: 420px;
    }
}

@media (min-width: 992px) {
    #wof-wheel-container .col-1,
    #wof-wheel {
        width: 600px;
        height: 600px;
    }

    #wof-result {
        top: 100px;
    }
}

#wof-reload {
    z-index: 9999;
}
