/* =========================================================
 * コラム記事用 共通スタイル
 * - 既存記事の見た目に影響を与えないよう、"独自クラス" に限定
 * - 目次(.mokuji)は既存クラスをスタイル追加（現状スタイルが弱いため補強）
 * ========================================================= */

/* ---------- コラム一覧: カテゴリタブ ---------- */
.c-column-tabs {
  margin: 20px 0 32px;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.c-column-tabs__list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.c-column-tabs__item {
  list-style: none;
  margin: 0;
}
.c-column-tabs__link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 18px;
  background: #fff;
  border: 1.5px solid #d5dce4;
  border-radius: 999px;
  color: #333;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s ease;
  white-space: nowrap;
}
.c-column-tabs__link:hover {
  background: #eef4fa;
  border-color: #0087ff;
  color: #0087ff;
}
.c-column-tabs__link.is-active {
  background: #0087ff;
  border-color: #0087ff;
  color: #fff;
}
.c-column-tabs__count {
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  background: rgba(0,0,0,.08);
  border-radius: 999px;
  min-width: 22px;
  text-align: center;
}
.c-column-tabs__link.is-active .c-column-tabs__count {
  background: rgba(255,255,255,.28);
  color: #fff;
}
@media (max-width: 767px) {
  .c-column-tabs__list {
    flex-wrap: nowrap;
    padding-bottom: 8px;
  }
  .c-column-tabs__link {
    padding: 8px 14px;
    font-size: 13px;
  }
}

/* カテゴリ説明文 (category.php で使用) */
.c-cat-desc {
  font-size: 14px;
  color: #555;
  line-height: 1.75;
  background: #f7f9fb;
  padding: 14px 18px;
  border-left: 4px solid #0087ff;
  border-radius: 4px;
  margin: 16px 0 24px;
}

/* ---------- ページネーション (.pnavi と .pagination 両対応) ---------- */
.pnavi,
.column_lists .pagination,
.column_lists nav.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  margin: 40px 0 20px;
  flex-wrap: wrap;
}
.pnavi .page-numbers,
.column_lists .pagination .page-numbers,
.column_lists .pagination .nav-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  background: #fff;
  border: 1.5px solid #d5dce4;
  border-radius: 8px;
  color: #333;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: all .18s ease;
  line-height: 1;
}
.pnavi a.page-numbers:hover,
.column_lists .pagination a.page-numbers:hover {
  background: #eef4fa;
  border-color: #0087ff;
  color: #0087ff;
}
.pnavi .page-numbers.current,
.column_lists .pagination .page-numbers.current {
  background: #0087ff;
  border-color: #0087ff;
  color: #fff;
  cursor: default;
}
.pnavi .page-numbers.dots,
.column_lists .pagination .page-numbers.dots {
  background: transparent;
  border: none;
  color: #999;
  font-weight: 400;
}
.pnavi .page-numbers.prev,
.pnavi .page-numbers.next,
.column_lists .pagination .page-numbers.prev,
.column_lists .pagination .page-numbers.next {
  padding: 0 16px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .pnavi .page-numbers,
  .column_lists .pagination .page-numbers {
    min-width: 34px;
    height: 34px;
    font-size: 13px;
    padding: 0 8px;
  }
  .pnavi .page-numbers.prev,
  .pnavi .page-numbers.next,
  .column_lists .pagination .page-numbers.prev,
  .column_lists .pagination .page-numbers.next {
    padding: 0 12px;
  }
}

/* the_posts_pagination() が生成する .nav-links の余分な screen-reader-text 対策 */
.column_lists .pagination .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}


/* ---------- 新テンプレート記事本文: 素のh2/h3/ul/ol ---------- */
/* 既存記事は .pickup など専用クラス付きなので、:not() で除外して当てる */
article .column_left h2:not([class]),
article .column_left h2.wp-block-heading {
  font-size: 24px;
  font-weight: 700;
  color: #222;
  border-left: 5px solid #0087ff;
  padding: 6px 0 6px 14px;
  margin: 44px 0 20px;
  line-height: 1.4;
  background: none;
}
@media (max-width: 767px) {
  article .column_left h2:not([class]),
  article .column_left h2.wp-block-heading {
    font-size: 20px;
    margin: 36px 0 16px;
  }
}

article .column_left h3:not([class]),
article .column_left h3.wp-block-heading {
  font-size: 18px;
  font-weight: 700;
  color: #222;
  border-bottom: 2px solid #e5e9ee;
  padding-bottom: 6px;
  margin: 32px 0 14px;
  line-height: 1.5;
  background: none;
}
@media (max-width: 767px) {
  article .column_left h3:not([class]),
  article .column_left h3.wp-block-heading {
    font-size: 16px;
    margin: 26px 0 12px;
  }
}

/* 本文の ul/ol (専用クラスが付いてないもの) */
article .column_left > ul:not([class]),
article .column_left > ol:not([class]),
article .column_left p + ul:not([class]),
article .column_left p + ol:not([class]) {
  padding-left: 26px;
  margin: 14px 0 20px;
}
article .column_left > ul:not([class]),
article .column_left p + ul:not([class]) { list-style: disc; }
article .column_left > ol:not([class]),
article .column_left p + ol:not([class]) { list-style: decimal; }

article .column_left > ul:not([class]) > li,
article .column_left > ol:not([class]) > li,
article .column_left p + ul:not([class]) > li,
article .column_left p + ol:not([class]) > li {
  margin: 6px 0;
  line-height: 1.8;
  color: #333;
  font-size: 15px;
  display: list-item;
}
article .column_left > ul:not([class]) > li,
article .column_left p + ul:not([class]) > li { list-style: disc; }
article .column_left > ol:not([class]) > li,
article .column_left p + ol:not([class]) > li { list-style: decimal; }

/* c-point 内部の ul も念のため表示 */
article .column_left .c-point ul,
article .column_left .c-note ul,
article .column_left .c-tldr ul {
  padding-left: 22px;
  margin: 8px 0 0;
  list-style: disc;
}
article .column_left .c-point ul li,
article .column_left .c-note ul li,
article .column_left .c-tldr ul li {
  list-style: disc;
  margin: 3px 0;
  line-height: 1.7;
  display: list-item;
}


/* ---------- 記事メタ (公開日・監修者・読了時間) ---------- */
.c-col-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin: 16px 0 24px;
  padding: 12px 16px;
  background: #f7f9fb;
  border-radius: 8px;
  font-size: 13px;
  color: #555;
}
.c-col-meta__item { display: inline-flex; align-items: center; gap: 6px; }
.c-col-meta__item svg,
.c-col-meta__item .ico { width: 14px; height: 14px; opacity: .7; }
.c-col-meta__item strong { color: #222; font-weight: 700; }

/* ---------- TL;DR ボックス ---------- */
.c-tldr {
  border: 2px solid #0087ff;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 24px 0 32px;
  background: linear-gradient(135deg, #f2f8ff 0%, #ffffff 100%);
  position: relative;
}
.c-tldr__title {
  font-size: 14px;
  font-weight: 700;
  color: #0087ff;
  letter-spacing: .1em;
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.c-tldr__title::before {
  content: "📝";
  font-size: 18px;
}
.c-tldr__body {
  font-size: 15px;
  line-height: 1.8;
  color: #222;
  margin: 0;
}
.c-tldr__body ul,
.c-tldr__body ol { margin: 8px 0 0; padding-left: 24px; }
.c-tldr__body li { margin-bottom: 4px; }

/* ---------- 想定読者ボックス ---------- */
.c-target-reader {
  display: inline-block;
  background: #fff5e6;
  border-left: 4px solid #ff9900;
  padding: 10px 16px;
  margin: 0 0 24px;
  font-size: 13px;
  color: #333;
  border-radius: 0 6px 6px 0;
}
.c-target-reader::before {
  content: "👤 こんな人向け：";
  font-weight: 700;
  color: #cc7700;
  margin-right: 6px;
}

/* ---------- POINTボックス ---------- */
.c-point {
  border-left: 4px solid #0087ff;
  padding: 16px 20px;
  margin: 20px 0;
  background: #f2f8ff;
  border-radius: 0 8px 8px 0;
}
.c-point__title {
  font-size: 14px;
  font-weight: 700;
  color: #0087ff;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.c-point__title::before { content: "💡"; }
.c-point p { margin: 0; font-size: 14px; line-height: 1.75; }

/* ---------- 注意ボックス ---------- */
.c-note {
  border-left: 4px solid #e64545;
  padding: 16px 20px;
  margin: 20px 0;
  background: #fff5f5;
  border-radius: 0 8px 8px 0;
}
.c-note__title {
  font-size: 14px;
  font-weight: 700;
  color: #e64545;
  margin: 0 0 8px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.c-note__title::before { content: "⚠️"; }
.c-note p { margin: 0; font-size: 14px; line-height: 1.75; }

/* ---------- 引用ボックス ---------- */
.c-quote-box {
  background: #f8f8f8;
  border-radius: 8px;
  padding: 20px 24px 20px 60px;
  margin: 24px 0;
  position: relative;
  font-style: italic;
  color: #444;
}
.c-quote-box::before {
  content: "\201C";
  font-family: Georgia, serif;
  font-size: 60px;
  color: #0087ff;
  position: absolute;
  top: 8px;
  left: 16px;
  line-height: 1;
  font-style: normal;
}
.c-quote-box__cite {
  display: block;
  margin-top: 10px;
  font-size: 12px;
  color: #888;
  font-style: normal;
}
.c-quote-box__cite::before { content: "— "; }

/* ---------- 比較表 ---------- */
.c-cmp-wrap { overflow-x: auto; margin: 24px 0; -webkit-overflow-scrolling: touch; }
.c-cmp {
  border-collapse: collapse;
  width: 100%;
  min-width: 480px;
  font-size: 14px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
}
.c-cmp thead th {
  background: #0087ff;
  color: #fff;
  font-weight: 700;
  padding: 12px 14px;
  text-align: left;
  border-right: 1px solid rgba(255,255,255,.2);
}
.c-cmp thead th:last-child { border-right: none; }
.c-cmp tbody th {
  background: #f0f6fc;
  color: #222;
  font-weight: 700;
  padding: 12px 14px;
  text-align: left;
  border-bottom: 1px solid #e5e9ee;
  border-right: 1px solid #e5e9ee;
  white-space: nowrap;
}
.c-cmp tbody td {
  padding: 12px 14px;
  border-bottom: 1px solid #e5e9ee;
  border-right: 1px solid #e5e9ee;
  vertical-align: top;
}
.c-cmp tbody td:last-child { border-right: none; }
.c-cmp tbody tr:last-child th,
.c-cmp tbody tr:last-child td { border-bottom: none; }
.c-cmp tbody tr:nth-child(even) td { background: #fafbfc; }
.c-cmp .-good { color: #0087ff; font-weight: 700; }
.c-cmp .-bad  { color: #e64545; font-weight: 700; }
.c-cmp .-neutral { color: #888; }

/* ---------- チェックリスト ---------- */
.c-checklist {
  list-style: none;
  padding: 0;
  margin: 20px 0;
  background: #f8faff;
  border-radius: 8px;
  padding: 18px 24px;
}
.c-checklist li {
  position: relative;
  padding: 8px 0 8px 32px;
  border-bottom: 1px dashed #e0e6ee;
  font-size: 14px;
  line-height: 1.7;
  list-style: none;
}
.c-checklist li:last-child { border-bottom: none; }
.c-checklist li::before {
  content: "";
  position: absolute;
  left: 4px; top: 12px;
  width: 18px; height: 18px;
  background: #0087ff url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'><path fill='white' d='M20.28 6.72a1 1 0 010 1.42l-9 9a1 1 0 01-1.42 0l-5-5a1 1 0 011.42-1.42L10.5 15.06 18.86 6.72a1 1 0 011.42 0z'/></svg>") center / 14px no-repeat;
  border-radius: 4px;
}
.c-checklist li::marker { content: none; }

/* ---------- 記事内埋め込みCTA ---------- */
.c-inline-cta {
  margin: 30px 0;
  padding: 24px;
  background: linear-gradient(135deg, #0087ff 0%, #005ec4 100%);
  color: #fff;
  border-radius: 10px;
  text-align: center;
}
.c-inline-cta__title {
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 8px;
  color: #fff;
}
.c-inline-cta__body {
  font-size: 13px;
  margin: 0 0 16px;
  color: rgba(255,255,255,.9);
}
.c-inline-cta__btn {
  display: inline-block;
  background: #fff;
  color: #0087ff !important;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 30px;
  text-decoration: none;
  font-size: 14px;
  transition: transform .15s ease;
}
.c-inline-cta__btn:hover { transform: translateY(-2px); }

/* ---------- 関連製品ミニカード ---------- */
.c-related-products {
  margin: 32px 0;
  padding: 20px;
  background: #f7f9fb;
  border-radius: 10px;
}
.c-related-products__title {
  font-size: 14px;
  font-weight: 700;
  color: #0087ff;
  margin: 0 0 12px;
  letter-spacing: .05em;
}
.c-related-products__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}
.c-related-products__list li { list-style: none; padding: 0; margin: 0; }
.c-related-products__list a {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 12px 14px;
  background: #fff;
  border: 1px solid #e5e9ee;
  border-radius: 8px;
  color: #222;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  transition: border-color .15s ease, transform .15s ease;
}
.c-related-products__list a:hover {
  border-color: #0087ff;
  transform: translateX(2px);
}
.c-related-products__list a::before {
  content: "→";
  color: #0087ff;
  font-weight: 700;
}

/* ---------- 関連お客様の声カード ---------- */
.c-related-interviews {
  margin: 32px 0;
  padding: 20px;
  background: #fff8ec;
  border-radius: 10px;
}
.c-related-interviews__title {
  font-size: 14px;
  font-weight: 700;
  color: #cc7700;
  margin: 0 0 12px;
  letter-spacing: .05em;
}
.c-related-interviews__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 12px;
}
.c-related-interviews__item {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 4px rgba(0,0,0,.06);
  transition: transform .2s ease, box-shadow .2s ease;
}
.c-related-interviews__item:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0,0,0,.1);
}
.c-related-interviews__item a {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
  height: 100%;
}
.c-related-interviews__thumb {
  aspect-ratio: 4/3;
  overflow: hidden;
  background: #f2f2f2;
}
.c-related-interviews__thumb img {
  width: 100%; height: 100%; object-fit: cover; display: block;
}
.c-related-interviews__body {
  padding: 12px;
  font-size: 12.5px;
  line-height: 1.5;
  font-weight: 700;
  color: #222;
}

/* --- 関連する導入事例が未設定のときの誘導カード --- */
.c-related-interviews--fallback {
  padding: 0;
}
.c-related-interviews__fallback-link {
  display: block;
  padding: 22px 24px;
  color: inherit;
  text-decoration: none;
  transition: background .2s ease;
  border-radius: 10px;
}
.c-related-interviews__fallback-link:hover {
  background: #fff2d6;
}
.c-related-interviews__fallback-link .c-related-interviews__title {
  margin-bottom: 6px;
}
.c-related-interviews__fallback-body {
  font-size: 13px;
  color: #555;
  line-height: 1.6;
  margin: 4px 0 12px;
}
.c-related-interviews__fallback-btn {
  display: inline-block;
  padding: 8px 20px;
  background: #cc7700;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  border-radius: 6px;
  transition: background .2s ease;
}
.c-related-interviews__fallback-link:hover .c-related-interviews__fallback-btn {
  background: #b06600;
}

/* ---------- 監修者カード ---------- */
.c-author-card {
  display: grid;
  grid-template-columns: 88px 1fr;
  gap: 16px;
  margin: 40px 0 30px;
  padding: 20px;
  background: #fafbfc;
  border: 1px solid #e5e9ee;
  border-radius: 10px;
}
.c-author-card__avatar {
  width: 88px; height: 88px;
  border-radius: 50%;
  overflow: hidden;
  background: #f2f2f2;
  position: relative;
}
.c-author-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 74% 30%;
  transform: scale(2.4);
  transform-origin: 74% 30%;
  display: block;
}
.c-author-card__body {}
.c-author-card__label {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  background: #0087ff;
  padding: 2px 8px;
  border-radius: 3px;
  letter-spacing: .05em;
  margin-bottom: 6px;
}
.c-author-card__name {
  font-size: 16px;
  font-weight: 700;
  margin: 0 0 4px;
  color: #1a1a1a;
}
.c-author-card__title {
  font-size: 12px;
  color: #666;
  margin: 0 0 8px;
}
.c-author-card__bio {
  font-size: 13px;
  line-height: 1.7;
  color: #444;
  margin: 0;
}

/* ---------- FAQ セクション（新書式） ---------- */
.c-faq {
  margin: 32px 0;
}
.c-faq__title {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 16px;
  padding-bottom: 10px;
  border-bottom: 2px solid #0087ff;
  display: inline-block;
}
.c-faq__item {
  margin-bottom: 12px;
  border: 1px solid #e5e9ee;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
}
.c-faq__q {
  position: relative;
  padding: 16px 20px 16px 52px;
  background: #f7f9fb;
  font-weight: 700;
  color: #222;
  font-size: 15px;
  line-height: 1.5;
}
.c-faq__q::before {
  content: "Q";
  position: absolute;
  left: 16px; top: 50%;
  transform: translateY(-50%);
  width: 26px; height: 26px;
  background: #0087ff;
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  font-family: Arial, sans-serif;
}
.c-faq__a {
  padding: 16px 20px 16px 52px;
  color: #333;
  font-size: 14px;
  line-height: 1.85;
  position: relative;
}
.c-faq__a::before {
  content: "A";
  position: absolute;
  left: 16px; top: 16px;
  width: 26px; height: 26px;
  background: #fff;
  border: 2px solid #0087ff;
  color: #0087ff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 13px;
  font-weight: 700;
  font-family: Arial, sans-serif;
}
.c-faq__a p:first-child { margin-top: 0; }
.c-faq__a p:last-child  { margin-bottom: 0; }

/* ---------- 目次 (既存 .mokuji / .l_toc を強化) ---------- */
.mokuji,
.c-toc {
  background: #f7f9fb;
  border: 1px solid #e5e9ee;
  border-radius: 10px;
  padding: 20px 24px;
  margin: 24px 0 32px;
}
.mokuji .l_toc,
.c-toc__inner { padding: 0; }
.mokuji .mokuji_title,
.c-toc__title {
  font-size: 14px;
  font-weight: 700;
  color: #0087ff;
  letter-spacing: .1em;
  margin: 0 0 14px;
  padding: 0;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.mokuji .mokuji_title::before,
.c-toc__title::before {
  content: "📑";
  font-size: 16px;
}
.mokuji ol,
.c-toc ol {
  list-style: none;
  padding: 0;
  margin: 0;
  counter-reset: toc-counter;
}
.mokuji ol li,
.c-toc ol li {
  counter-increment: toc-counter;
  position: relative;
  padding: 6px 0 6px 26px;
  font-size: 14px;
  line-height: 1.6;
  list-style: none;
}
.mokuji ol li::before,
.c-toc ol li::before {
  content: counter(toc-counter, decimal-leading-zero);
  position: absolute;
  left: 0; top: 6px;
  color: #0087ff;
  font-weight: 700;
  font-size: 12px;
  font-family: Arial, sans-serif;
  min-width: 20px;
}
.mokuji ol a,
.c-toc ol a {
  color: #222;
  text-decoration: none;
  transition: color .15s ease;
}
.mokuji ol a:hover,
.c-toc ol a:hover { color: #0087ff; text-decoration: underline; }
.mokuji .child_ol,
.c-toc ol ol {
  list-style: none;
  padding: 4px 0 4px 8px;
  margin: 4px 0 0;
  counter-reset: none;
}
.mokuji .child_ol li,
.c-toc ol ol li {
  padding: 4px 0 4px 20px;
  font-size: 13px;
  counter-increment: none;
}
.mokuji .child_ol li::before,
.c-toc ol ol li::before {
  content: "→";
  color: #999;
  font-weight: 400;
  font-size: 12px;
}

/* --- Easy Table of Contents プラグイン用スタイル調整 --- */
#ez-toc-container,
div#ez-toc-container {
  background: #f7f9fb !important;
  border: 1px solid #e5e9ee !important;
  border-radius: 10px !important;
  padding: 20px 24px !important;
  margin: 24px 0 32px !important;
}
#ez-toc-container .ez-toc-title-container {
  margin-bottom: 10px !important;
}
#ez-toc-container .ez-toc-title {
  color: #0087ff !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: .1em !important;
}
#ez-toc-container nav ul {
  list-style: none !important;
  padding: 0 !important;
}
#ez-toc-container nav ul li { line-height: 1.7 !important; }
#ez-toc-container nav a { color: #222 !important; text-decoration: none !important; }
#ez-toc-container nav a:hover { color: #0087ff !important; text-decoration: underline !important; }

/* 手動目次(.mokuji等)がページ内にあるとき、プラグインの自動目次を非表示（重複防止） */
body:has(.mokuji) #ez-toc-container,
body:has(.l_toc) #ez-toc-container,
body:has(.table-of-contents) #ez-toc-container {
  display: none !important;
}

/* ---------- パンくず ---------- */
.c-breadcrumb {
  font-size: 12px;
  color: #888;
  margin: 12px 0 8px;
  line-height: 1.6;
}
.c-breadcrumb a { color: #666; text-decoration: none; }
.c-breadcrumb a:hover { color: #0087ff; text-decoration: underline; }
.c-breadcrumb__sep { margin: 0 6px; color: #ccc; }

/* ---------- モバイル調整 ---------- */
@media (max-width: 768px) {
  .c-tldr, .c-point, .c-note { padding: 14px 16px; }
  .c-tldr__body { font-size: 14px; }
  .c-inline-cta { padding: 18px 16px; }
  .c-author-card { grid-template-columns: 64px 1fr; gap: 12px; padding: 16px; }
  .c-author-card__avatar { width: 64px; height: 64px; }
  .c-faq__q, .c-faq__a { padding-left: 46px; font-size: 14px; }
  .c-faq__q::before, .c-faq__a::before { left: 12px; width: 22px; height: 22px; font-size: 12px; }
  .c-cmp { min-width: 100%; font-size: 13px; }
  .c-cmp thead th, .c-cmp tbody th, .c-cmp tbody td { padding: 8px 10px; }
}
