@charset "UTF-8";

/* BLOG */
.cc-main-blog #blog-filter-links .text-theme-text {
  font-size: 14px;
}

/* ARTICLE */
.cc-main-article .reading-width {
  max-width: var(--page-width, 48em);
}

.cc-main-article .article__title .subtitle_wrapper {
  border-top: 2px solid lightgrey;
  padding-top: calc(4 * var(--space-unit));
}