/* Button outline on "Set up Authenticator app" and "Set up Passkey" */
button[data-testid="otp/create"],
button[data-testid="webauthn/create"] {
    border: 1px solid var(--pf-global--primary-color--dark-100);
}

/* Hide "Change password" button and date-information as it's not relevant here */
#cred-password-id button[data-testrole="update"],
#cred-password-id div[data-testrole="created-at"] {
    visibility: hidden;
}
