@charset "utf-8";

body {
  margin: 0;
}

[data-styled] {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

[data-styled] h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

[data-styled] h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}

[data-styled] h3 {
  font-size: 1.17em;
  margin: 1em 0;
}

[data-styled] h4 {
  font-size: 1em;
  margin: 1.33em 0;
}

[data-styled] h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}

[data-styled] h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}


[data-styled] ul,
[data-styled] ol {
  margin-left: 1.666em;
}

[data-styled] ul {
  list-style-type: disc;
}

[data-styled] ol {
  list-style-type: decimal;
}

[data-styled] ul ul,
[data-styled] ol ul {
  list-style-type: circle;
}

[data-styled] ul ul ul,
[data-styled] ol ul ul {
  list-style-type: square;
}

[data-styled] label {
  display: initial;
}

[data-styled] blockquote{
  p{
    margin-block-start: 1em;
    margin-block-end: 1em;
  }
}