.related-posts-widget {
  h3 {
    margin-top: 0;
    margin-bottom: 30px;
    color: $primary-color;
    font-weight: 700;
  }

  h4 {
    margin-top: 0;
    margin-bottom: 0;
    color: $primary-color;
    font-size: 16px;
    font-weight: 700;
  }

  &__post {
    display: flex;
    margin-bottom: 30px;
  }

  &__post-image {
    width: 90px;
    display: block;
    height: 90px;
    overflow: hidden;
    flex-shrink: 0;
    margin-right: 15px;
  }

  &__post-authors a {
    font-size: 14px;
    color: $gray-70;
    transition: color .25s linear;

    &:hover {
      color: $secondary-color;
    }
  }
}
