
/* V2.8 public team sequence */
.players-page-v28{background:#fff!important;color:#091b4f!important}
.players-page-v28 h2{color:#071b50!important}
.players-page-v28 .muted{color:#59657a!important}
.team-category{margin-top:26px}
.team-category h3{font:700 28px Georgia,serif;color:#d2a84e;margin:0 0 12px}
.team-grid-v28{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}
.team-card-v28{display:flex;align-items:center;gap:14px;min-height:72px;border:1px solid #bec9da;border-radius:14px;padding:12px 16px;background:#fff}
.seed-badge-v28{display:flex;align-items:center;justify-content:center;width:40px;height:40px;min-width:40px;border-radius:50%;background:#0d483a;color:#e7c86d;font-weight:900}
.team-card-v28 b{display:block;font-size:15px;color:#071b50}
.team-card-v28 small{display:block;margin-top:4px;color:#7d8798}
@media(max-width:900px){.team-grid-v28{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:600px){.team-grid-v28{grid-template-columns:1fr}}
