/* 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;
}
