body:has(.ds-r-site-shell__root),
.wp-site-blocks:has(.ds-r-site-shell__root),
.wp-block-shortcode:has(.ds-r-site-shell__root) {
  margin: var(--primitive-space-zero) !important;
  padding: var(--primitive-space-zero) !important;
  background: var(--semantic-color-surface);
}

.ds-r-site-shell__root,
.ds-r-site-shell__root *,
.ds-r-site-shell__root *::before,
.ds-r-site-shell__root *::after {
  box-sizing: border-box;
}

.ds-r-site-shell__root h1,
.ds-r-site-shell__root h2,
.ds-r-site-shell__root h3,
.ds-r-site-shell__root p,
.ds-r-site-shell__root figure {
  margin-block-start: var(--primitive-space-zero);
}

.ds-r-site-shell__root img {
  max-width: var(--primitive-size-full);
}

@media (prefers-reduced-motion: reduce) {
  .ds-r-site-shell__root *,
  .ds-r-site-shell__root *::before,
  .ds-r-site-shell__root *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
