/* The same axis and proof explanations are available in the sections below. */
app-judge-profile-result .hero-copy .hero-insights[data-testid="judge-profile-insights"] {
  display: none;
}
/* The disclosure summary already contains this range label. */
app-judge-profile-result .quality-band .metric-detail .metric-interpretation > strong {
  display: none;
}
app-judge-profile-result .axis-title > div,
app-judge-profile-result .proof-copy > div {
  min-width: 0;
}
app-judge-profile-result .axis-title b,
app-judge-profile-result .proof-copy b {
  overflow-wrap: anywhere;
}
app-judge-profile-result .proof-conclusion dl > div[hidden] { display: none !important; }
app-judge-profile-result .proof-conclusion .proof-average-note {
  font-size: 12px;
  line-height: 1.65;
  color: inherit;
  opacity: .8;
}
app-judge-profile-result .modifier-scale > span:not(.modifier-track) {
  overflow-wrap: anywhere;
  min-width: 0;
}
