.back-link--compact a.content-back-link,
.back-link--compact a.content-back-link:hover,
.back-link--compact a.content-back-link:active,
.back-link--compact a.content-back-link:focus {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: inherit;
}

.back-link--compact a.content-back-link svg {
  margin-right: 13px;
}

@media screen and (min-width: 768px)
  html:not(.hs-inline-edit) .back-link--compact a.content-back-link:hover svg {
    transform: translateX(-3px);
  }
}