.cngb-source-reviews-badge {
  align-items: center;
  background: #f6f8f5;
  border: 1px solid #d9e3d4;
  border-radius: 8px;
  color: #38543b;
  display: inline-flex;
  font-size: 12px;
  font-weight: 700;
  gap: 6px;
  line-height: 1;
  margin: 8px 0 0;
  min-height: 28px;
  padding: 7px 10px;
  vertical-align: middle;
  white-space: nowrap;
}

.cngb-source-reviews-list-signal {
  color: #4b5c50;
  display: block;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.3;
  margin: 6px 0 0;
  min-height: 16px;
}

.cngb-source-reviews-block {
  border-top: 1px solid #e8ece6;
  color: #1f2a22;
  margin: 24px 0 0;
  padding: 22px 0 0;
}

.cngb-source-reviews-block__header {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: flex-start;
  margin: 0 0 16px;
}

.cngb-source-reviews-block__title {
  color: #1f2a22;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
  margin: 0;
}

.cngb-source-reviews-block__count {
  background: #f6f8f5;
  border: 1px solid #d9e3d4;
  border-radius: 8px;
  color: #38543b;
  flex: 0 0 auto;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  padding: 8px 10px;
}

.cngb-source-reviews-block__list {
  display: grid;
  gap: 0;
}

.cngb-source-reviews-review {
  border-top: 1px solid #edf1ea;
  padding: 16px 0;
}

.cngb-source-reviews-review:first-child {
  border-top: 0;
  padding-top: 0;
}

.cngb-source-reviews-review__meta {
  color: #667064;
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  font-weight: 700;
  gap: 8px 12px;
  margin: 0 0 8px;
}

.cngb-source-reviews-review__content {
  color: #28342b;
  font-size: 14px;
  line-height: 1.55;
  margin: 0;
}

.cngb-source-reviews-review__images {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 10px;
}

.cngb-source-reviews-review__images img {
  aspect-ratio: 1;
  border: 1px solid #edf1ea;
  border-radius: 8px;
  height: 58px;
  object-fit: cover;
  width: 58px;
}

.cngb-source-reviews-block__more {
  background: #315f3b;
  border: 1px solid #315f3b;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 800;
  line-height: 1;
  margin-top: 14px;
  min-height: 40px;
  padding: 11px 14px;
}

.cngb-source-reviews-block__more:hover,
.cngb-source-reviews-block__more:focus-visible {
  background: #1f2a22;
  border-color: #1f2a22;
}

.cngb-source-reviews-block__more:disabled {
  cursor: progress;
  opacity: 0.7;
}

@media (max-width: 640px) {
  .cngb-source-reviews-block__header {
    align-items: flex-start;
    flex-direction: column;
  }
}
