.tendency-summary {
  margin: .25rem 0 .8rem;
  padding: .55rem .7rem;
  color: #17452f;
  background: #eef8f2;
  border-radius: .55rem;
}
.tendency-summary strong { color: #087541; }
.foot-distribution button {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: .15rem;
  min-height: 5rem;
}
.foot-distribution button > strong { font-size: 1.25rem; }
.foot-distribution .choice-team {
  max-width: 100%;
  overflow: hidden;
  font-size: .76rem;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.foot-distribution button > span:last-child {
  font-size: 1rem;
  font-weight: 950;
}
