.wp-block-cble-block-review {
  display: flex;
  width: 100%;
  padding: 30px;
  border: 2px solid #06845A;
  box-sizing: border-box;
  border-radius: 10px;
  margin-bottom: 20px;
}
.wp-block-cble-block-review .block-stars {
  display: flex;
  align-items: center;
}
.wp-block-cble-block-review .block-stars p {
  margin-left: 3px;
  margin-bottom: 2px;
}
.wp-block-cble-block-review .block-stars .stars svg {
  margin-right: 8px;
}
.wp-block-cble-block-review .rating-text {
  font-size: 14px;
  color: #06845A;
  text-decoration: underline;
  margin-bottom: 15px;
}
.wp-block-cble-block-review .rating-text:hover {
	text-decoration: none;
}
.wp-block-cble-block-review ul.wp-block-cble-block-list-block-ul li {
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (max-width: 750px) {
  .wp-block-cble-block-review {
    display: block;
  }
}
.wp-block-cble-block-review .left {
  width: 185px;
  margin-right: 20px;
}
@media screen and (max-width: 750px) {
  .wp-block-cble-block-review .left {
    width: 100%;
    margin-right: 0;
  }
}
.wp-block-cble-block-review .left .mine-image {
  width: 100%;
  margin-bottom: 20px;
}
.wp-block-cble-block-review .left .mine-image img {
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 750px) {
  .wp-block-cble-block-review .left .mine-image img {
    margin: 0 auto;
  }
}
.wp-block-cble-block-review .left button {
  width: 100%;
  height: 50px;
  background: #06845A;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 100%;
  color: #FFFFFE;
  margin-bottom: 20px;
  text-decoration: none;
	cursor: pointer;
}
.wp-block-cble-block-review .right {
  flex: 1;
}
.wp-block-cble-block-review .right .right-header {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.wp-block-cble-block-review .right .right-header .block-title {
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}
.wp-block-cble-block-review .right .right-header .block-title .countri-image {
  margin-right: 10px;
  border-radius: 5px;
  overflow: hidden;
}
.wp-block-cble-block-review .right .right-header .block-title p {
  font-size: 14px;
  margin-bottom: 0;
}
.wp-block-cble-block-review .right .right-header h5 {
  margin-bottom: 4px;
}
.wp-block-cble-block-review .right .right-header .right-header-right h5 {
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  color: #06845A;
}
.wp-block-cble-block-review .right .right-header .right-header-right p {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #06845A;
}
@media screen and (max-width: 600px) {
  .wp-block-cble-block-review .right .right-header {
    display: block;
  }
}
.wp-block-cble-block-review .right .parameters {
  display: flex;
  margin-bottom: 10px;
}
.wp-block-cble-block-review .right .parameters .item {
  flex: 1;
  padding: 10px;
  padding-left: 16px;
  border: 1px solid #E7E7E7;
  border-left: 0;
}
.wp-block-cble-block-review .right .parameters .item:last-child {
  border-right: 0;
}
.wp-block-cble-block-review .right .parameters .item p {
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 2px;
}
.wp-block-cble-block-review .right .parameters .item h6 {
  margin-bottom: 0;
}
@media screen and (max-width: 600px) {
  .wp-block-cble-block-review .right .parameters {
    display: block;
  }
  .wp-block-cble-block-review .right .parameters .item {
    border-right: 0;
  }
}
.wp-block-cble-block-review .right .more-button {
  display: none;
  align-items: center;
}
.wp-block-cble-block-review .right .more-button p {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #06845A;
  margin-bottom: 0;
  margin-right: 5px;
  cursor: pointer;
}
.wp-block-cble-block-review .right .more-button.open img {
  transform: rotate(180deg);
}
.wp-block-cble-block-review.openable .content {
  max-height: 75px;
  overflow: hidden;
  position: relative;
}
.wp-block-cble-block-review.openable .content::after {
  content: '';
  position: absolute;
  height: 25px;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) -10%, #FFFFFF 100%);
}
.wp-block-cble-block-review.openable .content.open {
  max-height: none;
}
.wp-block-cble-block-review.openable .content.open::after {
  content: none;
}
.wp-block-cble-block-review.openable .more-button {
  display: flex;
}
@media screen and (max-width: 600px) {
  .wp-block-cble-block-review {
    
    padding: 55px 6px 95px 6px;
    position: relative;
    
  }
  .wp-block-cble-block-review .right .right-header .block-title {
    position: absolute;
    top: 16px;
    left: 6px;
    right: 6px;
  }
  .wp-block-cble-block-review .left button {
    position: absolute;
    width: calc(100% - 12px);
    bottom: 16px;
    left: 6px;
    right: 6px;
    margin-bottom: 0;
  }
  .wp-block-cble-block-review.openable .content {
    min-height: 170px;
  }
  .wp-block-cble-block-review .full-stars h5 {
    margin-bottom: 4px;
  }
	.wp-block-cble-block-review .full-stars .stars {
    display: flex;
  }
  .wp-block-cble-block-review .left {
    display: flex;
    align-items: center;
  }
  .wp-block-cble-block-review .left .mine-image {
    width: 127px;
    margin-right: 15px;
  }
	.wp-block-cble-block-review .right .parameters .item {
		padding: 10px 0;
		display: flex;
		align-items: center;
		justify-content: space-between;
		margin-bottom: -1px;
	}
}

@media screen and (max-width: 370px) {
	.wp-block-cble-block-review .right .right-header .block-title p {
    font-size: 13px;
    margin-bottom: 0;
}
}