article * {
  line-height: 2;
  margin-bottom: 1rem;
}
article *:first-child {
  margin-top: 0;
}
article *:last-child {
  margin-bottom: 0;
}
article a {
  color: var(--my-custom-theme__sub-emphasized-color--code);
  text-decoration: underline;
}
article ul, article ol {
  padding-left: 2rem;
  display: table;
}
article ul li, article ol li {
  margin-bottom: 0.4rem;
}
article ul > li {
  list-style: disc;
}
article ol > li {
  list-style: decimal;
}
article figcaption {
  font-size: 1rem;
  text-align: center;
}
article h2, article h3, article h4 {
  margin-top: 4rem;
  margin-bottom: 2rem;
}
@media (max-width: 768px) {
  article h2, article h3, article h4 {
    margin-top: 2.4rem;
    margin-bottom: 1.8rem;
  }
}
article h2 {
  font-size: 2.4rem;
  font-weight: 700;
  padding: 0.4rem 0.4rem 0.4rem 1.6rem;
  background-color: rgba(var(--my-custom-theme__complementary-color--rgb), 0.15);
  border-bottom: solid 2px var(--my-custom-theme__complementary-color--code);
}
@media (max-width: 768px) {
  article h2 {
    font-size: 2rem;
  }
}
article h3 {
  font-size: 2rem;
  font-weight: 700;
  padding: 0.25rem 0.4rem 0.25rem 1.6rem;
  border-left: solid 5px var(--my-custom-theme__complementary-color--code);
}
@media (max-width: 768px) {
  article h3 {
    font-size: 1.8rem;
  }
}
article h4 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  article h4 {
    font-size: 1.6rem;
  }
}
article blockquote {
  border-left: 5px solid rgba(var(--my-custom-theme__complementary-color--rgb), 0.3);
  background-color: rgba(var(--my-custom-theme__complementary-color--rgb), 0.1);
  padding: 2rem;
}
article blockquote cite {
  font-size: 1.2rem;
}
article .wp-block-image {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
article .wp-block-table thead,
article table thead {
  margin-bottom: 0;
  border: none;
}
article .wp-block-table tfoot,
article table tfoot {
  margin-top: 0;
  border-top-width: 2px;
}
article .wp-block-table th,
article .wp-block-table td,
article table th,
article table td {
  padding: 1.2rem;
  border: 1px solid #dadada;
}
article .wp-block-table th,
article table th {
  background-color: #f1f1f1;
}
article .wp-block-table td,
article table td {
  background-color: #ffffff;
}/*# sourceMappingURL=article.css.map */