/*
 * Panel-selected Hero title colors — 0.1.12.
 * Overrides the legacy gradient/text-fill treatment per title part.
 */
.fanavari-agent-page .hero h1.fanavari-agent-page__hero-title .fanavari-agent-page__hero-title-part{
  color:var(--fv-hero-title-part-color);
  background:none;
  -webkit-background-clip:border-box;
  background-clip:border-box;
  -webkit-text-fill-color:var(--fv-hero-title-part-color);
  text-shadow:none;
}
