.wm_authors{
  list-style: none;
  padding: 0px !important;
  margin: 0px !important;
}

.wm_author, .wm_author_post_date{
  display: inline-flex;
  height: 2rem;
}

.wm_author>a{
  display: inherit;
}

.wm_author+.wm_author{
  margin-left: 1rem;
}

.wm_author_post_date{
  margin-left: 1rem;
  color: #111;
  background: repeating-linear-gradient(135deg,#fff,#fff 5px,#f6f6f6 5px,#f6f6f6 10px);
  padding: 0rem 0.75rem;
  font-size: 0.7rem;
  font-family: Poppins;
  text-transform: uppercase;
  vertical-align: top;
  line-height: 2rem;
}

.wm_author_pic {
  width: 2rem;
  display: inline-block;
  margin-right: 0.5rem;
}

.wm_author_name {
  line-height: 2rem;
  display: inline-block;
  background: repeating-linear-gradient(135deg,#fff,#fff 5px,#f6f6f6 5px,#f6f6f6 10px);
  color: #111;
  padding: 0rem 0.5rem;
  font-size: 0.7rem;
  font-family: Poppins;
  text-transform: uppercase;
}
