/* Allow for MiniOrange SAML Button Text to Scale and Reflow - For Accessibility */
body #mo_saml_button {
    height: fit-content!important;
    display: flex;
    flex-direction: column;
}
body #mo_saml_login_sso_button {
    white-space: normal;
}