.player-athlete-row {
  max-width: 100%;
  overflow: hidden;
}

.player-expand {
  grid-template-columns: 1fr;
  min-width: 0;
  max-width: 100%;
  overflow: hidden;
}

.player-expand > div,
.discipline-profile {
  min-width: 0;
  max-width: 100%;
}

.discipline-table {
  max-width: 100%;
  overflow-x: auto;
  overscroll-behavior-x: contain;
}

.discipline-table .discipline-row {
  min-width: 520px;
}

@media (max-width: 700px) {
  .player-athlete-row.is-collapsed {
    width: 100%;
    min-width: 0;
  }
}
