.afm-team-directory{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:28px;margin:30px 0}
.afm-team-card{text-align:center;padding:20px;border:1px solid #e5e5e5;border-radius:4px;background:#fff}
.afm-team-badge{height:180px;display:flex;align-items:center;justify-content:center;margin-bottom:18px}
.afm-team-badge img{max-width:100%;max-height:180px;width:auto;height:auto;object-fit:contain}
.afm-team-card h2{font-size:18px;line-height:1.4;margin:0}
.afm-player-directory{margin:30px 0;overflow-x:auto}
.afm-player-directory table{width:100%;border-collapse:collapse;text-align:left}
.afm-player-directory th,.afm-player-directory td{padding:12px 16px;border-bottom:1px solid #e5e5e5;text-align:left}
.afm-player-directory th{background:#222;color:#fff}
.afm-player-directory tbody tr:nth-child(even){background:#f6f6f6}
.afm-player-identity{display:flex;align-items:center;gap:12px}
.afm-player-identity .afm-player-photo{width:48px;height:48px;object-fit:cover;border-radius:4px;flex-shrink:0}
@media(max-width:480px){.afm-team-directory{grid-template-columns:1fr}.afm-player-directory th,.afm-player-directory td{padding:10px 8px}}
