
    /* Zusätzliche Stile können hier hinzugefügt werden */
    input[type="checkbox"].svelte-trgadi {
        accent-color: #006838;
    }
    
    button.svelte-trgadi:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }

    /* reCAPTCHA Badge ausblenden */
    .grecaptcha-badge {
        visibility: hidden !important;
    }
