/* Keep approved profile commentary complete; the result card previously clamped it to three lines. */
app-judge-profile-result .hero-copy [data-testid="judge-profile-style-commentary"] {
  display: block;
  overflow: visible;
  -webkit-line-clamp: unset;
  line-clamp: unset;
  max-height: none;
}
