/* VERBOTEN: Keine zentralen base- Klassen in dieser Datei überschreiben (Regel 011-ui-css-overrides.mdc). */
/* Base-Klassen (base-headline-h1, base-form-*, base-form-links-inline, base-layout-*, base-info-text, base-link-*, etc.) → ausschließlich in theme1/base/ definiert. */
/* Verwendete Widget-Klassen (nur Referenz): .base-layout-*, .base-headline-h1, .base-form-*, .base-form-links-inline, .base-info-text, .base-link-standard → layout.css, widgets-headlines.css, widgets-forms.css, widgets-content.css, widgets-links.css */

/* #user-registration-form-label-spam | Änderungsprotokoll: 2026-08-01 | subagent-check-vendor-registration-implementation | @skill-contact-form-spam-protection, @skill-css-rules, @skill-change-provenance | Spam-Label Umbruch statt nowrap aus base-form-label */
#user-registration-form-label-spam {
    white-space: normal;
}

/* .user-registration-spam-svg | Änderungsprotokoll: 2026-08-01 | subagent-check-vendor-registration-implementation | @skill-contact-form-spam-protection, @skill-css-rules, @skill-change-provenance | Spam-SVG Groesse und Ausrichtung */
.user-registration-spam-svg {
    display: inline-block;
    vertical-align: middle;
    width: 110px;
    height: 28px;
    overflow: visible;
}

/* .user-registration-spam-text | Änderungsprotokoll: 2026-08-01 | subagent-check-vendor-registration-implementation | @skill-contact-form-spam-protection, @skill-css-rules, @skill-change-provenance | SVG-Text fill fuer Dark-Theme Lesbarkeit */
.user-registration-spam-text {
    fill: var(--color-text);
    font-size: 16px;
    font-family: var(--font-family-primary);
    font-weight: var(--font-weight-medium);
}
