.elementor-222 .elementor-element.elementor-element-69dbc22{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-a47d6ca */#juego-numeros {
    text-align: center;
    font-family: 'Comic Sans MS', cursive, sans-serif;
    margin: 20px auto;
    padding: 20px;
    background-color: #f9c8e0;
    border-radius: 15px;
    max-width: 400px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
    position: relative;
}

#juego-numeros h2 {
    color: #ff69b4;
    font-size: 24px;
}

#instruccion {
    font-size: 18px;
    color: #ff1493;
}

.opciones {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px 0;
}

#juego-numeros button {
    padding: 15px;
    font-size: 24px;
    background-color: #ff69b4;
    color: white;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    width: 100px;
    height: 60px;
}

#juego-numeros button:hover {
    background-color: #ff1493;
}

.nuevo-boton {
    background-color: #ff1493;
    font-size: 18px;
    padding: 10px 20px;
    border-radius: 15px;
    margin: 20px auto;
    display: inline-block;
    min-width: 200px; /* Asegura que el botón sea lo suficientemente ancho */
    text-align: center;
    white-space: nowrap; /* Evita que el texto se divida en varias líneas */
    overflow: hidden; /* Asegura que el contenido se mantenga dentro del botón */
}


.nuevo-boton:hover {
    background-color: #ff69b4;
}

#signo-comparacion {
    font-size: 30px;
    color: #ff1493;
}

#resultado {
    font-size: 20px;
    margin-top: 20px;
    color: #ff69b4;
}

#confetti-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}/* End custom CSS */