section.title .back {
  text-decoration: none;
  color: var(--_text);
}
section.title .back:hover {
  text-decoration: underline;
  text-underline-offset: 0.15em;
}
section.title .back [class*=icon-] {
  margin-top: 2px;
  width: 14px;
  height: 14px;
}
section.title .back [class*=icon-]::after {
  background-color: var(--_text);
}