#compado-static-page {
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
  padding: 40px 0;
}

#compado-static-page .compado-static-page-container {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
}

#compado-static-page .compado-static-page-heading {
  margin: 0 0 20px;
  padding: 0;
  font-weight: 700;
  font-size: 38px;
  line-height: 1.5;
  font-style: normal;
  text-align: center;
  color: #000;
}

#compado-static-page .compado-static-page-content {
  color: #000;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
}

#compado-static-page .compado-static-page-content :where(p, li) {
  padding: 0;
  margin: 0 0 0.8em;
  font-size: 16px;
  line-height: 1.5;
  font-style: normal;
  font-weight: normal;
}

#compado-static-page .compado-static-page-content :where(h2, h3, h4, h5, h6) {
  padding: 0;
  margin: 1.2em 0 0.8em;
  font-size: 24px;
  line-height: 1.5;
  font-style: normal;
  font-weight: 700;
}

#compado-static-page .compado-static-page-content :where(h3, h4, h5, h6) {
  font-size: 20px;
}

#compado-static-page .compado-static-page-content :where(span, div, strong, em) {
  font: inherit;
  color: inherit;
}

#compado-static-page .compado-static-page-content a {
  font: inherit;
  text-decoration: underline;

  @media (hover: hover) {
    &:hover {
      text-decoration: none;
    }
  }
}

#compado-static-page .compado-static-page-content strong {
  font-weight: 700;
}

#compado-static-page .compado-static-page-content em {
  font-style: italic;
}

#compado-static-page .compado-static-page-content :where(ol, ul) {
  padding: 0;
  padding-inline-start: 20px;
  margin: 0.8em 0;
}
#compado-static-page .compado-static-page-content li {
  margin: 0 0 0.5em;
}
