/* Tryphon — confronto-programmi.css */

.legend { display: flex; flex-wrap: wrap; gap: var(--s-md); font-size: 13px; color: var(--ink-subtle); margin-bottom: var(--s-sm); }
.legend span { display: inline-flex; align-items: center; gap: var(--s-xxs); }

.compare-table td:first-child { color: var(--ink); font-weight: 500; white-space: nowrap; }
.compare-table td, .compare-table th { font-size: 13px; }
.compare-table .price { color: var(--ink-muted); white-space: nowrap; }

.verdict-cards { margin-top: var(--s-lg); }
.verdict-cards .pricing-card h4 { margin-top: 0; }
