html[data-cheapplanet-professional="v3"] #listings .cp3-featured-chip.cp8-writing-label{
  font-family:"Segoe Print","Bradley Hand","Comic Sans MS",cursive!important;
  text-transform:none!important;letter-spacing:.02em!important;
  white-space:nowrap!important;overflow:hidden!important;display:inline-block!important;
  width:0!important;max-width:max-content!important;
  animation:cp8WriteLabel 1.55s steps(12,end) .2s forwards!important
}
@keyframes cp8WriteLabel{
  from{width:0;opacity:.35;filter:blur(1px)}
  to{width:16ch;opacity:1;filter:blur(0)}
}