.author-profile-link {
  width: max-content;
  max-width: 100%;
  margin-top: 13px;
  padding-bottom: 2px;
  display: inline-block;
  border-bottom: 1px solid var(--acid);
  color: var(--acid) !important;
  font: 800 .68rem/1.3 Arial, sans-serif;
  text-decoration: none !important;
}

.author-profile-link:hover {
  color: #fff !important;
  border-bottom-color: #fff;
}
