input.search-query {
	width: 100% !important;
}
/* === Passkey-/WebAuthn-Icon auf der Anmelde-Seite verkleinern === */
/* Das große Schlüssel-Symbol stammt aus dem WebAuthn-Login-Button.    */
/* max-width begrenzt die Breite, height:auto haelt die Proportionen.  */
#plg_system_webauthn_login_button img,
#plg_system_webauthn_login_button svg,
.plg_system_webauthn_login_button img,
.plg_system_webauthn_login_button svg,
button[data-webauthn] img,
button[data-webauthn] svg,
.webauthn-button img,
.webauthn-button svg {
    max-width: 48px;
    width: 48px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
}