.category-title a {
  color: #E94B57;
  text-decoration: none;
}
.category-title a:hover {
  text-decoration: underline;
}
.category-title.is-preview a {
  pointer-events: none;
}