.entry-follow-row {
  margin-top: 0;
  padding: 0.5em 0 0 0;
  font-family: inherit;
  font-size: 0.9em;
}

.entry-follow-row img {
  width: 1em;
  height: 1em;
  opacity: 0.6;
}

.entry-follow-row a {
  display: inline-flex;
  align-items: center;
  margin-right: 1em;
  color: inherit;
  text-decoration: none;
}

.entry-follow-row a:hover {
  text-decoration: none; /* <- Verhindert Unterstreichung beim Hover */
}

.entry-follow-row a span {
  margin-left: 0.25em;
}
