.author-holder {
  border-radius: 12px;
  padding-bottom: 65px;
}
.author-holder figure {
  width: 55px;
  height: 55px;
  border: 1px solid #0E1F42;
}

.role-author {
  color: #495773;
}

.author-bottom {
  width: 100%;
  left: 0;
  bottom: 0;
}

.expert-author {
  background-color: #D3D9DC;
  border-radius: 5px;
}

.author-rating span {
  vertical-align: middle;
}
.author-rating p {
  color: #000;
  font-weight: 700;
}

.ratingEmpty {
  width: 128px;
  height: 24px;
  background-image: url("../images/icons/stars-empty.svg");
}

.ratingFull {
  height: 100%;
  background-image: url("../images/icons/stars-full.svg");
}

.author-section .cardh-holder {
  height: 100%;
}

.pagination-author span, .pagination-author a {
  font-size: 18px;
  margin: 0 3px;
}

@media (max-width: 767.98px) {
  .author-holder {
    padding-bottom: 30px;
  }
  .author-bottom {
    height: 25px !important;
  }
}
