blocks/multiplatform/choose-share/blocks/what/choose-share-what.module.css [124:135]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @media (prefers-reduced-motion: no-preference) {
        opacity: 1;

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

.anchor { /* show transparent 1px anchor for e2e test */
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



blocks/multiplatform/choose-share/blocks/where/choose-share-where.module.css [94:105]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
    @media (prefers-reduced-motion: no-preference) {
        opacity: 1;

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

.anchor {
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



