/* Minimal rendering primitives shared by the frontend and the iframed editor. */
*, *::before, *::after { box-sizing: border-box; }

:where(.wp-site-blocks, .is-root-container, .wp-block-group, .wp-block-columns, .wp-block-column, .wp-block-query, .wp-block-post-template) > * {
  min-width: 0;
}

img, picture, video, canvas {
  display: block;
  max-width: 100%;
}

button, input, textarea, select {
  color: inherit;
  font: inherit;
}
