.performanceTabs {
  max-width: 100%;
  overflow-x: auto;
}

.performanceTabs button {
  flex: 0 0 auto;
  white-space: nowrap;
}
.performanceSummary {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.shadowPosition {
  border-left: 3px solid var(--blue);
}

.performanceTable th:nth-child(3),
.performanceTable td:nth-child(3) {
  text-align: left;
}

@media (max-width: 900px) {
  .performanceSummary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .performanceSummary div:nth-child(2),
  .performanceSummary div:nth-child(4),
  .performanceSummary div:nth-child(6) {
    border-right: 0;
  }

  .performanceSummary div:nth-child(-n + 4) {
    border-bottom: 1px solid var(--line);
  }
}
