/* === ACF: DRUŻYNA === */
.team-profile { min-height: 320px; }

.team-profile img {
  width:100%;
  max-width:180px;
  aspect-ratio:1/1;
  object-fit:contain;
  margin-bottom:12px;
  display:block;
}

.team-profile h1 {
  font-size:28px;
  font-weight:700;
  margin-bottom:10px;
  min-height:36px;
}

.team-profile p { margin-bottom:6px; color:#4a4a4a; }
.team-profile p strong { color:#222; }

.team-seasons { margin-top:24px; }
.team-seasons h3 { font-size:18px; font-weight:600; margin-bottom:8px; }

.team-seasons ul {
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(140px,1fr));
  gap:6px;
}

.team-seasons li a {
  color:#1d4ed8;
  text-decoration:none;
  font-weight:500;
}
.team-seasons li a:hover { text-decoration:underline; }

/* Opis drużyny / nagłówki */
.team-desc h1 {
  font-size:1.8rem;
  font-weight:800;
  margin:1em 0 .5em;
  color:#0a1e3d;
}

.team-desc h2 {
  font-size:1.6rem;
  font-weight:700;
  margin:1em 0 .5em;
  color:#d60000;
}

.team-desc h3 {
  font-size:1.4rem;
  font-weight:600;
  margin:.8em 0 .4em;
}

.team-desc h4, .team-desc h5, .team-desc h6 {
  font-size:1.2rem;
  font-weight:600;
  margin:.6em 0 .3em;
}

.team-desc p { margin:.5em 0; line-height:1.6; }

.team-desc ul, .team-desc ol {
  margin-left:1.4em;
  line-height:1.6;
}

.team-desc li { margin-bottom:.4em; }

.team-desc blockquote {
  padding:.8em 1.2em;
  margin:1em 0;
  border-left:4px solid #ccc;
  background:#f9f9f9;
  font-style:italic;
  color:#444;
}
