/*------------------------------------*\

    Component: WYSIWYG (ACF block shell)

    Typography, lists, blockquotes, aligned images, and CTA rows live in
    global.css (see .rich-text and sitewide tokens in custom-properties.css).
    This file only holds layout tied to the block BEM wrapper so floated
    media does not overlap following content.

    DEPENDENCIES
        - assets/css/global.css
        - assets/css/custom-properties.css

\*------------------------------------*/

.wysiwyg__content {
    overflow: hidden;
}
