.wp-block-cble-block-relink {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 16px;
  height: 72px;
  box-sizing: border-box;
  border: 1px solid transparent;
  border-radius: 6px;
}
.wp-block-cble-block-relink .button-bg {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  align-items: center;
  justify-content: flex-end;
}
.wp-block-cble-block-relink .button-bg button {
  width: 54px;
  height: 72px;
  cursor: pointer;
  background: #F2994A;
  border-radius: 0 6px 6px 0;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 100%;
  color: #fff;
}
.wp-block-cble-block-relink:hover {
  border: 1px solid #E7E7E7;
}
.wp-block-cble-block-relink:hover .button-bg {
  display: flex;
}
.wp-block-cble-block-relink .block-stars-yellow {
  display: flex;
  align-items: center;
}
.wp-block-cble-block-relink .block-stars-yellow .stars {
  display: flex;
  align-items: center;
}
.wp-block-cble-block-relink .block-stars-yellow .stars svg {
  display: block;
  margin-right: 6px;
  width: 12px;
}
.wp-block-cble-block-relink .block-stars-yellow .numbers {
  display: flex;
  align-items: center;
}
.wp-block-cble-block-relink .block-stars-yellow .numbers p {
  margin-bottom: 0;
  font-weight: bold;
  font-size: 12px;
  line-height: 18px;
}
.wp-block-cble-block-relink .countri-image {
  width: 60px;
  margin-right: 10px;
}
.wp-block-cble-block-relink .text h6 {
  margin-bottom: 4px;
  cursor: pointer;
}
