.related-article {
  display: flex;
  gap: 1em;
  flex-direction: row;
  margin-top: 2em;
  margin-bottom: 2em;
  border: 1px solid currentColor;
  padding: 1em;
  border-radius: var(--border-radius);
  align-items: center;
  justify-content: space-between;
}

.related-article:hover {
  color: var(--global-color-10);
}

.related-article .label {
  font-weight: 600;
  white-space: nowrap;
}

.related-article .title {
  font-size: .9em;
}