.authors .divider {
  font-size: 14px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.5);
}
.authors .divider .divider-line {
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  flex-grow: 1;
}
.authors .writtenby {
  text-align: center;
  background-color: #5b2ac3;
  color: #fff;
  font-weight: bold;
  font-size: 0.9rem;
}
.authors .author-list {
  overflow-wrap: break-word;
  font-size: 0.9rem;
}
.authors .author-list .img {
  position: relative;
}
.authors .author-list .img .photo {
  border-radius: 50%;
}
.authors .author-list .img .bubbles {
  position: absolute;
  top: -10px;
  right: -10px;
  max-width: 60px;
  fill: #5b2ac3;
}
.authors .author-list .name {
  padding-top: 0.5rem;
  font-weight: bold;
  color: #ffff;
}
.authors .author-list .mail {
  color: #ffff;
}
/*# sourceMappingURL=/wp-content/themes/analyticslab/assets/css/authors.map */