/* Scoped editorial components only; protected page/module geometry is unchanged. */
.cm-editorial .content-cta { text-align: center; margin-block: 24px; }
.cm-editorial .content-cta a { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 12px 22px; text-decoration: none; }
.cm-editorial p { line-height: 1.7; }
.cm-editorial h2 { scroll-margin-top: 100px; }
.cm-editorial .table-wrap { max-width: 100%; margin-block: 20px; }
.cm-editorial table { border-collapse: collapse; width: 100%; }
.cm-editorial th,.cm-editorial td { padding: 12px; border: 1px solid rgba(160,160,160,.3); text-align: left; }
.cm-editorial .page-intro { margin-bottom: 24px; }
.cm-faq details { margin-block: 10px; }
.cm-faq summary { cursor: pointer; padding: 16px; font-weight: 600; }
.cm-faq .faq-answer { padding: 0 16px 16px; }
.cm-faq details:not([open]) .faq-answer { display: none; }
.cm-faq details[open] .faq-answer { display: block; }
@media (max-width: 600px) {
  .cm-editorial .table-wrap[data-table-columns="3"] { overflow: visible; }
  .cm-editorial table[data-table-columns="3"],.cm-editorial table[data-table-columns="3"] tbody,.cm-editorial table[data-table-columns="3"] tr { display: block; width: 100%; }
  .cm-editorial table[data-table-columns="3"] thead { display: none; }
  .cm-editorial table[data-table-columns="3"] tr { margin-bottom: 12px; }
  .cm-editorial table[data-table-columns="3"] td { display: grid; grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: 12px; overflow-wrap: anywhere; }
  .cm-editorial table[data-table-columns="3"] td::before { content: attr(data-label); font-weight: 600; }
}
