/* Zmniejszenie i ujednolicenie przycisku WebAuthn (Uwierzytelnianie sieciowe) */
button.plg_system_webauthn_login_button {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 6px;

    padding: .5rem 1rem !important;
    font-size: 1.25rem !important;
    border-radius: .3rem!important;
    line-height: 1.2 !important;

    width: auto !important;
    height: auto !important;

    background: #f5f5f5 !important;
    border: 1px solid #ccc !important;
    color: #333 !important;

    box-shadow: none !important;
}

/* Zmniejszenie ikony SVG (Passkey) */
button.plg_system_webauthn_login_button svg {
    width: 24px !important;
    height: 24px !important;
}

/* Usunięcie wymuszonej szerokości 100% */
.com-users-login__submit .plg_system_webauthn_login_button.w-100 {
    width: 100% !important;
}

