.author_box_no_review {
  float: left;
  width: 200px;
  background-color: var( --e-global-color-4c8ba49 );
  margin: 8px 18px 18px 0;
  padding: 10px 0 8px 0;
  border-radius: 10px;
  text-align: center;
  margin-right: 1rem;  
}

.author_box_no_review p {
  margin: 0;
}

.author_box_no_review .author_box_headline {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 16px;
  margin: 0;
  padding: 0;
}

.author_box_no_review .post_modified {
  font-size: 14px;
  line-height: 15px;
  margin-top: -6px;
}

.author_box_no_review img {
  width: 100px;
}

.author_box_no_review a {
    text-decoration: underline;
}

@media screen and ( max-width: 480px ) {

  .author_box_no_review {
    float: none;
    width: 100%;
    margin-right: 0 !important;
  }

}
