/**
 * AxA Turnstile - estilos del front
 *
 * @author    Aníbal Adrián Vidal
 * @copyright 2026 Aníbal Adrián Vidal
 * @license   MIT
 */

.axaturnstile-box {
    margin: 12px auto;
    max-width: 300px;
}

.axaturnstile-box:empty {
    display: none;
}
