/**
 * Estilos para el widget de Cloudflare Turnstile
 * BigMomo Turnstile for Weblator Polls
 */

.bigmomo-turnstile-widget {
    margin: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
}

/* Asegurar que el widget se vea bien en móviles */
@media (max-width: 768px) {
    .bigmomo-turnstile-widget {
        margin: 10px 0;
        padding: 8px 0;
    }
}

/* Estilos para el contenedor del panel cuando hay un widget Turnstile */
.weblator-poll-container .panel-footer {
    padding-top: 15px;
}

/* Espacio adicional para el botón de votar cuando hay Turnstile */
.weblator-poll-container .button-vote {
    margin-top: 10px;
}
