/* Reset */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
}

/* WordPress block editor compatibility */
.wp-block-image img {
  max-width: 100%;
  height: auto;
}

.wp-block-button__link {
  display: inline-block;
  text-align: center;
}

:root :where(.is-layout-flow) > * {
  margin-block-start: unset;
  margin-block-end: unset;
}
