.sp-template-lineup-card .card__header h4 { margin: 0; }

.spaf-lineup-grid {
  display: grid;
  grid-template-columns: 1fr minmax(280px, 640px) 1fr;
  gap: 16px;
  align-items: center;
}

@media (max-width: 980px) {
  .spaf-lineup-grid {
    grid-template-columns: 1fr;
  }
}

.spaf-side__box {
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 10px;
  padding: 12px;
  background: #fff;
}

.spaf-side__title {
  font-weight: 600;
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 8px;
}

.spaf-side__formation {
  font-size: 12px;
  opacity: .75;
}

.spaf-side__list {
  list-style: decimal inside;
  margin: 0;
  padding: 0;
}
.spaf-side__list li {
  padding: 2px 0;
  display: flex;
  gap: 8px;
  align-items: baseline;
}
.spaf-no {
  display: inline-block;
  min-width: 1.8em;
  text-align: center;
  font-weight: 700;
}

/* Saha */
.spaf-field-wrap { width: 100%; }
.spaf-field { width: 100%; height: auto; display: block; }

.spaf-pitch { fill: #44a05c; }
.spaf-line  { stroke: #fff; stroke-width: 0.6; }
.spaf-circle{ stroke: #fff; stroke-width: 0.6; fill: none; }
.spaf-dot   { fill: #fff; }
.spaf-box   { stroke: #fff; stroke-width: 0.6; fill: none; }

/* Oyuncu balonları (forma) */
.spaf-player .spaf-jersey { fill: #0b57d0; }
.spaf-player--away .spaf-jersey { fill: #d01e1e; }
.spaf-jersey-no {
  fill: #fff;
  font-size: 3.2px;
  font-weight: 700;
  text-anchor: middle;
  dominant-baseline: middle;
}
