/* The comparison pages. Shell from legal.css; this is only what a table of facts needs. */
.cmp-page .container { max-width: 980px; }
.cmp-index.container { max-width: 1240px; }
.cmp-page main { padding-top: 28px; padding-bottom: 72px; }  /* the sides stay the container's 24px */
.cmp-crumbs { display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin: 0 0 22px; font: 500 var(--text-sm)/1.4 var(--font-ui); color: var(--ink-muted); }
.cmp-crumbs a { color: var(--ink-secondary); } .cmp-crumbs .sep { color: var(--ink-faint); } .cmp-crumbs [aria-current] { color: var(--ink); }
.cmp-main .lead { font-size: var(--text-md); line-height: 1.65; color: var(--ink-secondary); max-width: 74ch; margin: 0 0 22px; }

.cmp-tablewrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-lg); background: var(--surface); }
.cmp-table { width: 100%; border-collapse: collapse; font-size: 14px; line-height: 1.55; }
.cmp-table th, .cmp-table td { text-align: left; vertical-align: top; padding: 12px 14px; border-bottom: 1px solid var(--line); }
.cmp-table tr:last-child td, .cmp-table tr:last-child th { border-bottom: 0; }
.cmp-table thead th { background: var(--surface-sunken); font: 700 11.5px/1.4 var(--font-ui); letter-spacing: .07em; text-transform: uppercase; color: var(--ink-muted); }
.cmp-table thead th:nth-child(2) { color: var(--brand); }
.cmp-table tbody th { width: 150px; font: 700 12.5px/1.45 var(--font-ui); color: var(--ink); background: var(--surface-sunken); }
.cmp-table td { color: var(--ink-secondary); min-width: 220px; }
.cmp-table td:first-of-type { color: var(--ink); }
.cmp-table-all td { min-width: 200px; font-size: 13px; }
.cmp-table-all tbody th { position: sticky; left: 0; z-index: 1; }

.cmp-sources { font-size: 13px; color: var(--ink-muted); margin: 12px 0 0; }
.cmp-sources a { color: var(--ink-secondary); }

.cmp-verdict { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 18px; margin-top: 36px; }
.cmp-col { background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 18px 20px; }
.cmp-col h2 { margin: 0 0 10px; font-size: 17px; }
.cmp-col ul { margin: 0; padding-left: 18px; } .cmp-col li { margin-bottom: 8px; color: var(--ink-secondary); }

.cmp-faq { margin-top: 36px; } .cmp-faq h2 { margin: 0 0 8px; }
.cmp-faq details { border-bottom: 1px solid var(--line); padding: 12px 0; }
.cmp-faq summary { cursor: pointer; font: 650 15px/1.4 var(--font-ui); color: var(--ink); }
.cmp-faq p { margin: 8px 0 0; color: var(--ink-secondary); max-width: 74ch; }

.cmp-cta { margin-top: 36px; padding: 20px 22px; border: 1px solid var(--brand-tint-line); background: var(--brand-tint); border-radius: var(--radius-lg); display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 14px; }
.cmp-cta strong { display: block; color: var(--ink); font: 700 15px/1.4 var(--font-ui); }
.cmp-cta span { display: block; color: var(--ink-secondary); font-size: 14px; margin-top: 2px; }
.cmp-legal { margin-top: 28px; font-size: 12.5px; color: var(--ink-faint); max-width: 80ch; }

.cmp-cards { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 12px; margin: 0 0 36px; }
.cmp-card { display: block; background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg); padding: 14px 16px; text-decoration: none; color: inherit; }
.cmp-card:hover { border-color: var(--line-strong); text-decoration: none; }
.cmp-card .t { display: block; font: 650 15px/1.35 var(--font-ui); color: var(--ink); }
.cmp-card .b { display: block; font-size: 13px; line-height: 1.5; color: var(--ink-muted); margin-top: 4px; }
