.writer-widget {
  background: #f3ebe4;
  padding: 20px;
  border-radius: 16px;
}

.writer-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 0;
  text-decoration: none;
  color: #000;
}

.writer-item img {
  width: 45px;
  height: 45px;
  border-radius: 12px;
  margin-right: 10px;
}

.writer-name {
  flex-grow: 1;
  margin-left: 10px;
}

.writer-arrow {
  font-size: 18px;
}
img.writer-image.img-fluid {
    width: 70px !important;
    height: auto;
}
span.writer-name {
    position: relative;
    top: -50px;
    right: -80px;
}