.season-admin .submit {
  margin: 16px 0;
}
.season-admin > p {
  line-height: 1.5;
}
.season-history-entry {
  padding: 16px;
  margin: 12px 0;
}
.season-history-entry summary {
  cursor: pointer;
  min-height: 44px;
  overflow-wrap: anywhere;
}
.season-history-entry summary span {
  display: block;
  color: var(--muted);
  margin-top: 6px;
  font-size: 13px;
}
.season-history-entry dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  font-size: 13px;
}
.season-history-entry dd {
  margin: 0;
  text-align: right;
}
.season-match-history {
  border-top: 1px solid var(--line);
  padding-top: 12px;
}
.season-match-history li {
  padding: 8px 0;
  font-size: 13px;
}
.player-season-history > p {
  line-height: 1.5;
}
