/* Match the editor canvas; keep authored HTML free of the old story frame. */
.category-editor-story>.container.narrow{width:100%;max-width:980px;padding:0;margin-inline:auto}
.category-editor-story__inner{min-width:0}
.category-editor-story .category-story-richtext{box-sizing:border-box;width:100%;padding:32px;display:flow-root}
.category-editor-story .category-story-richtext :is(img,video){max-width:100%;height:auto}
@media(max-width:900px){.category-editor-story .category-story-richtext{padding:20px}}
