.match-score { display: grid; grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr); align-items: center; gap: var(--gap-md); margin-bottom: var(--gap-md); }
.match-score > :last-child { text-align: right; }
.match-score-value { font: 700 22px/1.2 var(--font-mono); font-variant-numeric: tabular-nums; white-space: nowrap; }
