/* Results card rows */
.zvv-rzw--resultslist .zvv-rzw__matchrow{padding:1.25rem 0;border-top:1px solid #e5e7eb}
.zvv-rzw--resultslist .zvv-rzw__matchrow:last-child{border-bottom:1px solid #e5e7eb}
.zvv-rzw__teams{display:grid;grid-template-columns:1fr auto 1fr;gap:1rem;align-items:center}
.zvv-rzw__team{display:flex;flex-direction:column;align-items:center;gap:.25rem}
.zvv-rzw__logo{width:64px;height:64px;object-fit:contain}
.zvv-rzw__teamname{font-size:1rem}
.zvv-rzw__score{display:flex;align-items:center;gap:.5rem;justify-content:center}
.zvv-rzw__score-num{font-size:3rem;font-weight:700;line-height:1}
.zvv-rzw__score-sep{font-size:2rem;opacity:.6}

/* Stand table */
.zvv-rzw__tablewrap{overflow:auto}
.zvv-rzw__table{width:100%;border-collapse:collapse}
.zvv-rzw__table thead th{background:#4b2ca3;color:#fff;text-align:left;padding:.6rem .75rem;font-weight:600}
.zvv-rzw__table tbody td{padding:.55rem .75rem;border-bottom:1px solid #e5e7eb}
.zvv-rzw__table tbody tr.is-current td{font-weight:700;background:#f5f0ff}
