.org-account-profile-page {
    &__updated-text {
        opacity: 0;
        transition: opacity 500ms ease-out;

        &--visible {
            opacity: 1;
        }
    }
}
