.adaptivePosition {
  border-left: 3px solid var(--green);
}

.performanceHeader > div:first-child {
  min-width: 0;
}

.performanceTabs {
  flex-shrink: 0;
}

.adaptivePositionHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.adaptivePositionHeader button {
  min-height: 30px;
  padding: 0 10px;
  font-size: 12px;
}

.adaptivePosition small {
  display: block;
  margin-top: 7px;
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.adaptiveCurrentRow {
  background: #f0f7ff;
}

.adaptiveCurrentRow td:first-child {
  color: var(--blue);
  font-weight: 700;
}

.performanceTable:has(.adaptiveCurrentRow) {
  min-width: 1380px;
}

@media (max-width: 520px) {
  .adaptivePositionHeader {
    align-items: flex-start;
  }
}
