/* FONTS */
body, .contents-page {
  font-family: Arial, sans-serif;
  color: #000000;
}
:lang(zh), .zh {
  font-family: FangSong, "仿宋", serif;
}

/* LINE LENGTH */
.contents-page {
  max-width: 75ch;
}

/* H1 - Capítol */
.contents-page h1 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: #000000;
  line-height: 1.2;
  margin: 0 0 0.5em 0;
}
.contents-page h1 .zh {
  font-family: FangSong, "仿宋", serif;
  font-size: 26px;
}

/* H2 - Apartat */
.contents-page h2 {
  font-family: Arial, sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  line-height: 1.3;
  margin-top: 2em;
  margin-bottom: 0.5em;
}
.contents-page h2 .zh {
  font-family: FangSong, "仿宋", serif;
  font-size: 24px;
}

/* H3 - Subapartat */
.contents-page h3 {
  font-family: Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
  margin-top: 1.5em;
  margin-bottom: 0.4em;
}
.contents-page h3 .zh {
  font-family: FangSong, "仿宋", serif;
  font-size: 19px;
}

/* PARAGRAPHS */
.contents-page p {
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 18pt;
  text-align: justify;
  color: #000000;
  margin: 6pt 0;
}
.contents-page p .zh {
  font-family: FangSong, "仿宋", serif;
  font-size: 17px;
}
.pinyin, em.pinyin {
  font-family: Arial, sans-serif;
  font-style: italic;
  font-size: 16px;
}

/* LISTS */
.contents-page ol {
  padding-left: 2em;
  list-style-type: decimal;
  font-size: 16px;
  line-height: 18pt;
}
.contents-page ol ol {
  padding-left: 3em;
  list-style-type: lower-alpha;
}
.contents-page ul {
  padding-left: 4em;
  list-style-type: disc;
}

/* LINKS */
.contents-page a {
  color: #1E3A8A;
  text-decoration: underline;
}

/* EXAMPLES */
.example-block {
  margin: 6pt 0;
  text-align: left;
}
.example-zh {
  font-family: FangSong, "仿宋", serif;
  font-size: 17px;
  color: #1E3A8A;
  display: list-item;
  margin-left: 2em;
}
.example-zh .highlight {
  background-color: #D3D3D3;
  padding: 0 2px;
}
.example-py {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: italic;
  color: #1E3A8A;
  display: block;
  margin-left: 2em;
}
.example-es {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #047857;
  display: block;
  margin-left: 2em;
}

/* TABLES */
.contents-page table {
  border-collapse: collapse;
  width: 100%;
  font-family: Arial, sans-serif;
  font-size: 10pt;
  line-height: 18pt;
}
.contents-page table caption {
  font-size: 10pt;
  font-weight: 700;
  text-align: center;
}
.contents-page thead th {
  background-color: #1E40AF;
  color: #FFFFFF;
  font-weight: 700;
  text-align: center;
  padding: 6px 8px;
}
.contents-page tbody td {
  text-align: center;
  padding: 4px 8px;
  vertical-align: middle;
}
.contents-page tbody td:nth-child(1) {
  background-color: #F8FAFC;
  color: #1E3A8A;
  text-align: left;
}
.contents-page tbody td:nth-child(2) {
  background-color: #E0F2FE;
  color: #1E3A8A;
}
.contents-page tbody td:nth-child(3) {
  background-color: #DBEAFE;
  color: #1E3A8A;
}
.contents-page table .zh {
  font-family: FangSong, "仿宋", serif;
  font-size: 12pt;
}
