#eb .eb-entry-related {
  display: flex;
  flex-direction: column;
  margin: 0;
}


#eb .eb-entry-related > div {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding:0 0 15px;
  position: relative;
  transition: color 200ms;
}

#eb .eb-entry-related > div:hover {
  color: rgb(237, 125, 47);
}


#eb .eb-entry-related > div:last-child {
    border: 1px solid #fff;
}

#eb.eb-view-entry .text-muted {
  display: flex;
  min-width: 100px;
  margin-left: 10px;
  justify-content: flex-end;
}

#eb.eb-view-entry .eb-related-title > a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  	
}