.shock-review-widget {
  display: inline-flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 7px;
  color: inherit;
  line-height: 1.4;
  text-decoration: none;
}

.shock-review-widget.is-white { color: #fff; }
.shock-review-widget.is-stacked { flex-direction: column; align-items: flex-start; gap: 6px; }
.shock-review-widget.is-centered { align-items: center; text-align: center; }
.shock-review-widget__word,
.shock-review-widget__score { font-size: 1.2em; }
.shock-review-widget__logo { display: inline-block; width: auto; height: 22px !important; max-width: 120px !important; vertical-align: middle; }
.shock-review-widget__logo--trustpilot { height: 24px; }
.shock-review-stars { display: inline-flex; gap: 3px; vertical-align: middle; }
.shock-review-star svg { display: block; width: 17px; height: 17px; }
.shock-review-widget--7 .shock-review-star svg,
.shock-review-widget--8 .shock-review-star svg,
.shock-review-widget--9 .shock-review-star svg,
.shock-review-widget--10 .shock-review-star svg { width: 21px; height: 21px; }

.shock-review-widget--10 .shock-review-widget__word { font-size: 1.4em; }
.shock-review-widget--10 .shock-review-star svg { width: 24px; height: 24px; }
.shock-review-widget--10 .shock-review-stars {
  vertical-align: top;
  margin-left: 5px;
}
.shock-review-star svg path { fill: #dcdce6; }
.shock-review-stars--google .shock-review-star.is-filled svg path { fill: #ffc107; }
.shock-review-star .tp-star__canvas,
.shock-review-star .tp-star__canvas--half { fill: #dcdce6; }
.shock-review-star.is-filled .tp-star__canvas,
.shock-review-star.is-filled .tp-star__canvas--half { fill: #00b67a; }
.shock-review-star .tp-star__shape,
.shock-review-star.is-filled .tp-star__shape { fill: #fff; }

.shock-review-widget-examples { display: grid; grid-template-columns: repeat(auto-fit, minmax(360px, 1fr)); gap: 18px; margin-top: 20px; }
.shock-review-widget-example { padding: 20px; background: #fff; border: 1px solid #dcdcde; }
.shock-review-widget-example h2 { margin-top: 0; }
.shock-review-widget-preview { min-height: 80px; display: flex; align-items: center; padding: 16px; margin-bottom: 14px; background: #f6f7f7; }
.shock-review-widget-example code { display: inline-block; margin-bottom: 5px; }
