/**
 * BWA Altcha - Styles du widget
 */

altcha-widget {
    display: block;
    margin: 12px 0;
    font-family: inherit;
}

/* Mode invisible : masqué visuellement mais toujours fonctionnel */
altcha-widget[auto] {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
    pointer-events: none;
    margin: 0;
}
