/* Nur das SVG-Icon im WebAuthn-Button ausblenden – Funktion bleibt erhalten */
.plg_system_webauthn_login_button svg {
    display: none !important;
}
/* Deutlichere Schriftfarbe für Tool-Checkboxen */
form.tool-checkboxes .form-check .form-check-label {
  color: #000000 !important;
  font-weight: 400 !important;
  filter: none !important;
  opacity: 1 !important;
}

.offcanvas a:contains("Ticket erstellen") {
  display: none !important;
}
