.team-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 15px; margin-top: 15px; }
.team-card { background: #f9fafc; border: 1px solid #ddd; border-radius: 12px; padding: 15px; box-shadow: 0 3px 6px rgba(0,0,0,0.1); transition: transform 0.2s, box-shadow 0.2s; }
.team-card:hover { transform: scale(1.03); box-shadow: 0 5px 10px rgba(0,0,0,0.15); }
.team-card h4 { margin-top: 0; font-size: 1.1em; display:flex; align-items:center; gap:8px; }
.team-card img.avatar { width: 28px; height: 28px; border-radius: 50%; object-fit: cover; }
.team-card img.team-logo { height: 22px; vertical-align: middle; margin-right: 6px; }
.pewniak { color: #1e8449; font-weight: bold; }
.zdrajca { color: #b03a2e; font-weight: bold; }