.chroudakais-turnstile-container {
    margin: 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    clear: both;
    min-height: 70px;
    position: relative;
}

.chroudakais-turnstile-container.chroudakais-turnstile-loading::before {
    content: 'Vérification de sécurité en cours...';
    position: absolute;
    font-size: 13px;
    color: #666;
    text-align: center;
    width: 100%;
    pointer-events: none;
}

.chroudakais-turnstile-container.chroudakais-turnstile-error::after {
    content: 'Échec de la vérification. Rafraîchissez la page.';
    display: block;
    font-size: 12px;
    color: #b91c1c;
    text-align: center;
    margin-top: 8px;
    width: 100%;
}

.woocommerce form .chroudakais-turnstile-container {
    clear: both;
}

/* Outside #order_review — survives WooCommerce checkout AJAX refresh */
.chroudakais-checkout-turnstile-wrap {
    margin: 16px 0 20px;
    padding: 12px 0;
    border-top: 1px solid #e8e8e8;
    clear: both;
}
