/*
 * Test v536: the Hunt Analyzer title uses clean typography without the
 * decorative rail that was being inserted through a pseudo-element.
 */
.hunt-analyzer-head > span:first-child::before {
  display: none !important;
}
