/**
 * KW Backend Assistent - Spam Protection Frontend CSS
 *
 * Minimales Styling für den Platzhalter-Zustand (bevor JS läuft).
 *
 * @since 5.6.0
 */

.kw-sp {
    cursor: default;
    user-select: none;
    font-style: italic;
    opacity: 0.7;
}

/* Verhindert Klick auf href="#" bevor JS dekodiert hat */
a.kw-sp-link {
    pointer-events: none;
    cursor: default;
}
