.wp-block-cble-block-review-tab-item {
  width: 400px;
  padding: 30px 20px 20px;
  border: 1px solid #E7E7E7;
  box-sizing: border-box;
  border-radius: 10px;
}
@media screen and (max-width: 1300px) {
  .wp-block-cble-block-review-tab-item {
    margin: 0 20px 20px;
  }
}
@media screen and (max-width: 600px) {
  .wp-block-cble-block-review-tab-item {
    margin: 0 0 20px;
  }
}
.wp-block-cble-block-review-tab-item .image {
  margin: 0 auto 20px;
  text-align: center;
}
.wp-block-cble-block-review-tab-item .image img {
  margin: 0 auto;
}
.wp-block-cble-block-review-tab-item .block-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.wp-block-cble-block-review-tab-item .block-title .countri-image {
  margin-right: 10px;
}
.wp-block-cble-block-review-tab-item .block-title p {
  margin-bottom: 0;
  font-family: Cabin;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #0C120C;
}
.wp-block-cble-block-review-tab-item > h5 {
  margin-bottom: 16px;
  text-align: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
}
.wp-block-cble-block-review-tab-item .block-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
}
.wp-block-cble-block-review-tab-item .block-stars p {
  margin: 0;
  margin-left: 10px;
}
.wp-block-cble-block-review-tab-item .block-stars svg {
  margin-right: 8px;
}
.wp-block-cble-block-review-tab-item p.rating-text {
  font-family: Cabin;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 14px;
  text-align: center;
  text-decoration: underline;
  color: #06845A;
  margin-bottom: 20px;
}
.wp-block-cble-block-review-tab-item .bonus-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
  padding: 15px 20px;
  margin-left: -20px;
  margin-right: -20px;
}
.wp-block-cble-block-review-tab-item .bonus-block p {
  margin: 0;
}
.wp-block-cble-block-review-tab-item .bonus-block a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFE;
  padding: 18px 43px;
  background: #F2994A;
  border-radius: 6px;
  text-decoration: none;
  margin-bottom: 5px;
  display: inline-block;
}
.wp-block-cble-block-review-tab-item .bonus-block .left h5 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  color: #06845A;
  margin-bottom: 0;
}
.wp-block-cble-block-review-tab-item .bonus-block .left p {
  font-family: Cabin;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #06845A;
}
@media screen and (max-width: 600px) {
  .wp-block-cble-block-review-tab-item .bonus-block {
    display: block;
    text-align: center;
  }
}
.wp-block-cble-block-review-tab-item .parameters {
  padding-bottom: 10px;
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 20px;
}
.wp-block-cble-block-review-tab-item .parameters .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wp-block-cble-block-review-tab-item .parameters .item p {
  margin-bottom: 10px;
  font-size: 16px;
}
.wp-block-cble-block-review-tab-item .parameters .item h6 {
  margin-bottom: 10px;
}
@media screen and (max-width: 600px) {
  .wp-block-cble-block-review-tab-item .parameters .item {
    display: block;
  }
}
.wp-block-cble-block-review-tab-item .wp-block-cble-block-list-block-ul {
  border-bottom: 1px solid #E7E7E7;
  margin-bottom: 20px;
  font-size: 14px;
}
.wp-block-cble-block-review-tab-item .wp-block-cble-block-list-block-ul li {
  margin-bottom: 8px;
}
.wp-block-cble-block-review-tab-item .wp-block-cble-block-flex-img {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
.wp-block-cble-block-review-tab-item .wp-block-cble-block-flex-img p {
  width: 100%;
  font-size: 16px;
  margin-bottom: 10px;
}
.wp-block-cble-block-review-tab-item > a {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #06845A;
  border-radius: 6px;
  height: 50px;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  color: #0C120C;
  margin-bottom: 5px;
}
.wp-block-cble-block-review-tab-item:hover {
  border: 1px solid #06845A;
}
.wp-block-cble-block-review-tab-item:hover > a {
  background: #06845A;
  color: #FFFFFE;
}
.wp-block-cble-block-review-tab-item:hover .bonus-block {
  background: #06845A;
}
.wp-block-cble-block-review-tab-item:hover .bonus-block .left h5,
.wp-block-cble-block-review-tab-item:hover .bonus-block .left p {
  color: #fff;
}
