.win-spirit-content-scope {
  all: initial;
  contain: layout paint style;
  isolation: isolate;
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: initial;
  font: initial;
  text-align: initial;
}

.win-spirit-content-scope,
.win-spirit-content-scope *,
.win-spirit-content-scope *::before,
.win-spirit-content-scope *::after {
  box-sizing: border-box;
}

.win-spirit-content-scope :where(
  div,
  section,
  article,
  header,
  footer,
  main,
  nav,
  aside,
  figure,
  figcaption,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  a,
  span,
  strong,
  em,
  small,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  table,
  thead,
  tbody,
  tfoot,
  tr,
  th,
  td,
  img,
  picture,
  source,
  video,
  iframe,
  svg,
  canvas,
  button,
  input,
  textarea,
  select,
  label
) {
  all: revert;
  box-sizing: border-box;
}

.win-spirit-content-scope :where(img, video, iframe, svg, canvas) {
  max-width: 100%;
}

.win-spirit-content-scope table {
  width: 100%;
}
