.cf-turnstile {
    text-align: center;
    margin: 1rem 0;
}

/* GESTION ELEMENTOR */
.elementor-field-group .cf-turnstile {
    width: 100%;
}

.turnstile-error {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    padding: 15px;
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: opacity 0.5s ease-in-out;
    opacity: 1;
}
