.prosoccer-modern{--ps-accent:#ff2b2b;--ps-dark:#07111f;--ps-soft:#f4f7fb;--ps-line:#e4e9f1;font-family:inherit}.prosoccer-modern-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.prosoccer-modern-card{background:#fff;border:1px solid var(--ps-line);border-radius:16px;overflow:hidden;box-shadow:0 12px 35px rgba(7,17,31,.08)}.prosoccer-modern-card img{width:100%;aspect-ratio:4/3;object-fit:cover;display:block}.prosoccer-modern-card-body{padding:20px}.prosoccer-modern-card h3{margin:0 0 8px;font-size:20px}.prosoccer-modern-card p{margin:0;color:#5b687a}.prosoccer-modern-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px;color:#69768a;font-size:12px}.prosoccer-match-list{display:grid;gap:14px}.prosoccer-match-row{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:18px;background:#fff;border:1px solid var(--ps-line);border-radius:14px;padding:18px}.prosoccer-match-team{font-weight:800}.prosoccer-match-team:last-child{text-align:right}.prosoccer-match-score{background:var(--ps-dark);color:#fff;border-radius:10px;padding:9px 14px;font-size:18px;font-weight:900}.prosoccer-table-wrap{overflow:auto;border:1px solid var(--ps-line);border-radius:16px}.prosoccer-table{width:100%;border-collapse:collapse;background:#fff}.prosoccer-table th,.prosoccer-table td{padding:14px 16px;border-bottom:1px solid var(--ps-line);text-align:left;white-space:nowrap}.prosoccer-table th{background:var(--ps-dark);color:#fff;font-size:12px;text-transform:uppercase;letter-spacing:.6px}.prosoccer-table tr:last-child td{border-bottom:0}.prosoccer-empty{padding:24px;border:1px dashed #c9d1dd;border-radius:14px;background:var(--ps-soft);color:#647084}.prosoccer-component-title{margin:0 0 24px;font-size:clamp(28px,4vw,42px)}@media(max-width:800px){.prosoccer-modern-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:540px){.prosoccer-modern-grid{grid-template-columns:1fr}.prosoccer-match-row{grid-template-columns:1fr;text-align:center}.prosoccer-match-team:last-child{text-align:center}}
/* Match crests and table club identity (v4.0). */
.prosoccer-match-team{display:flex;align-items:center;gap:12px;min-width:0}
.prosoccer-match-team:last-child{flex-direction:row-reverse;text-align:right}
.prosoccer-match-team span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.prosoccer-match-crest{width:56px;height:56px;flex:0 0 56px;object-fit:cover;border-radius:50%;background:#f1f4f8;border:1px solid var(--ps-line)}
.prosoccer-table-club a{display:flex;align-items:center;gap:10px;text-decoration:none}
.prosoccer-table-crest{width:40px;height:40px;flex:0 0 40px;object-fit:cover;border-radius:50%;background:#f1f4f8;border:1px solid var(--ps-line)}
@media(max-width:600px){
.prosoccer-match-crest{width:40px;height:40px;flex:0 0 40px}
.prosoccer-match-row{gap:10px;padding:14px}
.prosoccer-table-crest{width:30px;height:30px;flex:0 0 30px}
}
