@media (max-width: 760px) {
  .score-explorer .toolbar {
    padding: 8px 0 10px !important;
    margin-bottom: 10px !important;
  }

  .score-explorer .segment-nav button {
    min-height: 44px !important;
    font-size: 19px !important;
  }

  .score-explorer .filter-row {
    gap: 7px !important;
    margin-top: 14px !important;
  }

  .score-explorer label {
    min-height: 44px !important;
  }

  .score-explorer select {
    height: 44px !important;
    font-size: 16px !important;
  }

  .score-explorer .table-header {
    display: none !important;
  }

  .score-explorer .section-head {
    display: block !important;
    margin: 8px 0 12px !important;
  }

  .score-explorer .section-head h2 {
    font-size: 22px !important;
    line-height: 1.25 !important;
  }

  .score-explorer .section-head p {
    margin-top: 4px !important;
    font-size: 12px !important;
    line-height: 1.45 !important;
  }

  .score-explorer .score-row {
    grid-template-columns: minmax(0, 1fr) 104px 30px 34px !important;
    gap: 7px !important;
    min-height: 0 !important;
    padding: 9px 0 10px !important;
  }

  .score-explorer .name-cell strong {
    font-size: 15px !important;
    line-height: 1.35 !important;
  }

  .score-explorer .name-cell span,
  .score-explorer .name-cell em {
    margin-top: 2px !important;
    font-size: 13px !important;
    line-height: 1.32 !important;
  }

  .score-explorer .metric {
    padding-top: 1px !important;
    font-size: 14px !important;
    line-height: 1.35 !important;
    text-align: center !important;
    white-space: nowrap !important;
  }

  .score-explorer .score-row > .metric:nth-child(2) {
    text-align: left !important;
  }
}

@media (max-width: 430px) {
  .score-explorer .score-row {
    grid-template-columns: minmax(0, 1fr) 102px 28px 32px !important;
    gap: 5px !important;
  }

  .score-explorer .name-cell strong {
    font-size: 14px !important;
  }

  .score-explorer .name-cell span,
  .score-explorer .name-cell em {
    font-size: 12px !important;
  }

  .score-explorer .metric {
    font-size: 13px !important;
  }
}

@media (max-width: 390px) {
  .score-explorer .score-row {
    grid-template-columns: minmax(0, 1fr) 96px 26px 30px !important;
    gap: 4px !important;
  }

  .score-explorer .name-cell strong,
  .score-explorer .metric {
    font-size: 12px !important;
  }

  .score-explorer .name-cell span,
  .score-explorer .name-cell em {
    font-size: 11px !important;
  }
}
