/* Editor-stijl (content_css) wordt apart geserveerd via de route main.page.style */

/* Basis reset voor CMS content */
.cms-page-content img { max-width: 100%; height: auto; }
.cms-page-content a { color: inherit; }
.cms-page-content * { box-sizing: border-box; }
