/* article-specific rules only — base in article-base.css */

/* COMPARISON TABLE — operational log vs. litigation-ready record */
.comp-wrap { overflow-x: auto; margin: 1.5rem 0 2rem }
.comp-table { width: 100%; border-collapse: collapse; font-size: 0.86rem; background: #fff; border: 1px solid #e5e5e2; border-radius: var(--rl); overflow: hidden }
.comp-table th { font-size: 0.72rem; text-transform: uppercase; letter-spacing: 0.06em; font-weight: 600; padding: 0.8rem 0.9rem; text-align: left; border-bottom: 1px solid #e5e5e2; background: var(--s2) }
.comp-table th.th-ops { color: var(--ink3) }
.comp-table th.th-legal { background: rgba(232,86,42,0.08); color: var(--accent) }
.comp-table td { padding: 0.8rem 0.9rem; border-bottom: 1px solid #f0f0ed; vertical-align: top; line-height: 1.55; color: var(--ink2); font-size: 0.84rem }
.comp-table tr:last-child td { border-bottom: none }
.comp-table td:first-child { font-weight: 500; color: var(--ink); font-size: 0.82rem; width: 22% }
.comp-table td.td-legal { background: rgba(232,86,42,0.03) }

@media (max-width: 600px) {
  .comp-table { font-size: 0.78rem }
  .comp-table th, .comp-table td { padding: 0.6rem 0.7rem }
}
