.wp-block-cble-block-relinktest .block-stars-yellow {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.wp-block-cble-block-relinktest .block-stars-yellow .stars {
  display: flex;
  align-items: center;
}
.wp-block-cble-block-relinktest .block-stars-yellow .stars svg {
  display: block;
  margin-right: 8px;
  width: 16px;
}
.wp-block-cble-block-relinktest .block-stars-yellow .numbers {
  display: flex;
  align-items: center;
}
.wp-block-cble-block-relinktest .block-stars-yellow .numbers p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
}
.wp-block-cble-block-relinktest .image {
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 10px;
  overflow: hidden;
  height: 140px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-cble-block-relinktest .image img {
  max-width: 100px;
  height: auto;
}
.wp-block-cble-block-relinktest h5 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 10px;
}
.wp-block-cble-block-relinktest h6 {
  font-family: 'Cabin', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #06845A;
}
.wp-block-cble-block-relinktest:hover h6 {
  text-decoration: underline;
}