.placements {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 8px;
}

.placement-row {
  display: flex;
  gap: 10px;
  align-items: center;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  padding: 8px 10px;
}

.placement-row span {
  color: #6b7280;
  min-width: 24px;
}

.team {
  display: grid;
  grid-template-columns: 1fr 36px;
  gap: 8px;
  align-items: center;
  padding: 7px 0;
  border-bottom: 1px solid #e5e7eb;
}

.team span {
  text-align: right;
  color: #374151;
  font-weight: bold;
}
