b,
strong {
  font-weight: 700;
}
img {
  max-width: 100%;
  height: auto;
}
:root :where(.is-layout-flow) > *,
:root :where(.is-layout-constrained) > * {
  margin-block-start: var(--wp--style--block-gap);
}
.wp-post-image {
  width: 100%;
}
.site-main,
.site-footer,
.site-panel {
  margin-block-start: 0 !important;
}
@media (max-width: 1280px) {
  :root {
    --wp--style--block-gap: var(--wp--custom--block-gap--small);
  }
}
@media (max-width: 480px) {
  :root {
    --wp--style--block-gap: 15px;
  }
}
