blocks/multiplatform/choose-share/blocks/what/choose-share-what.module.css [110:121]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @media (prefers-reduced-motion: no-preference) {
        :global(.js) & {
            opacity: 0;
        }

        transition: opacity .3s;

        @supports (transition: visibility 1s allow-discrete) {
            transition: opacity 1s, visibility 1s allow-discrete;
        }
    }
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



blocks/multiplatform/choose-share/blocks/where/choose-share-where.module.css [67:78]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @media (prefers-reduced-motion: no-preference) {
        :global(.js) & {
            opacity: 0;
        }

        transition: opacity .3s;

        @supports (transition: visibility 1s allow-discrete) {
            transition: opacity 1s, visibility 1s allow-discrete;
        }
    }
}
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



