.murci-shop-reviews {
  --ysr-accent: #1769ff;
  --ysr-ink: #101828;
  --ysr-muted: #667085;
  --ysr-line: #e4e9f1;
  --ysr-soft: #f6f8fb;
  width: min(100%, 1770px);
  margin: 0 auto;
  padding: clamp(22px, 3vw, 40px);
  border: 1px solid #dce6f7;
  border-radius: 26px;
  background: #fff;
  color: var(--ysr-ink);
}

.murci-shop-reviews *,
.murci-shop-reviews *::before,
.murci-shop-reviews *::after {
  box-sizing: border-box;
}

.ysr-head {
  margin-bottom: 24px;
}

.ysr-head > div {
  max-width: 820px;
}

.ysr-kicker {
  display: inline-flex;
  margin-bottom: 10px;
  padding: 5px 10px;
  border: 1px solid #cfe0ff;
  border-radius: 999px;
  color: var(--ysr-accent);
  font-size: 12px;
  font-weight: 800;
}

.ysr-head h2 {
  margin: 0;
  color: var(--ysr-ink);
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1.08;
  letter-spacing: -.025em;
}

.ysr-head p {
  margin: 9px 0 0;
  color: var(--ysr-muted);
  font-size: 15px;
  line-height: 1.55;
}

.ysr-overview {
  display: grid;
  grid-template-columns: minmax(190px, .75fr) minmax(320px, 1.4fr) minmax(230px, .85fr);
  gap: clamp(22px, 3vw, 42px);
  align-items: center;
  padding: clamp(20px, 2.4vw, 30px);
  border: 1px solid var(--ysr-line);
  border-radius: 20px;
  background: var(--ysr-soft);
}

.ysr-score strong {
  display: block;
  font-size: clamp(54px, 6vw, 76px);
  font-weight: 760;
  line-height: .95;
  letter-spacing: -.055em;
}

.ysr-stars {
  display: inline-flex;
  gap: 2px;
  color: #d8dee8;
  font-size: 17px;
  line-height: 1;
  white-space: nowrap;
}

.ysr-stars .is-filled {
  color: #ff6200;
}

.ysr-score .ysr-stars {
  margin-top: 13px;
  font-size: 20px;
}

.ysr-score > span:last-child {
  display: block;
  margin-top: 9px;
  color: var(--ysr-muted);
  font-size: 13px;
}

.ysr-distribution h3,
.ysr-latest-head h3 {
  margin: 0;
  color: var(--ysr-ink);
  font-size: 17px;
  font-weight: 780;
}

.ysr-distribution h3 {
  margin-bottom: 12px;
}

.ysr-distribution__row {
  display: grid;
  grid-template-columns: 34px minmax(80px, 1fr) 28px;
  gap: 9px;
  align-items: center;
  min-height: 24px;
  color: #475467;
  font-size: 12px;
}

.ysr-distribution__row i {
  height: 5px;
  overflow: hidden;
  border-radius: 999px;
  background: #e3e7ed;
}

.ysr-distribution__row b {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: #ff6200;
}

.ysr-distribution__row small {
  color: #7b8495;
  text-align: right;
}

.ysr-facts {
  display: grid;
  gap: 8px;
  margin: 0;
}

.ysr-facts > div {
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  min-height: 54px;
  padding: 10px 13px;
  border: 1px solid #e1e6ee;
  border-radius: 13px;
  background: #fff;
}

.ysr-facts dt {
  color: #475467;
  font-size: 12px;
  font-weight: 650;
  line-height: 1.3;
}

.ysr-facts dd {
  margin: 0;
  color: var(--ysr-ink);
  font-size: 22px;
  font-weight: 800;
}

.ysr-latest-head {
  margin: 25px 0 12px;
}

.ysr-reviews {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ysr-review-link {
  display: block;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}

.ysr-review-link:hover,
.ysr-review-link:focus-visible {
  color: inherit;
  text-decoration: none;
}

.ysr-review-link:focus-visible {
  border-radius: 17px;
  outline: 2px solid var(--ysr-accent);
  outline-offset: 3px;
}

.ysr-review-link:hover .ysr-review,
.ysr-review-link:focus-visible .ysr-review {
  border-color: #cbd9f0;
  background: #fff;
}

.ysr-review {
  height: 100%;
  min-width: 0;
  padding: 17px;
  border: 1px solid #e9edf3;
  border-radius: 17px;
  background: #f7f8fa;
  cursor: pointer;
  transition: border-color .18s ease, background-color .18s ease;
}

.ysr-review > header {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 13px;
}

.ysr-review > header strong,
.ysr-review > header > div > span {
  display: block;
}

.ysr-review > header strong {
  font-size: 14px;
  font-weight: 780;
}

.ysr-review > header > div > span {
  margin-top: 3px;
  color: #7b8495;
  font-size: 11px;
}

.ysr-review > header .ysr-stars {
  display: inline-flex;
  flex-wrap: nowrap;
  font-size: 13px;
}

.ysr-review__content {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
}

.ysr-review__content > div {
  min-width: 0;
}

.ysr-review__content img {
  width: 82px;
  height: 82px;
  border-radius: 11px;
  object-fit: cover;
}

.ysr-review.has-photo .ysr-review__content {
  grid-template-columns: 82px minmax(0, 1fr);
}

.ysr-review__verified {
  display: inline-flex;
  color: #138557;
  font-size: 10px;
  font-weight: 750;
}

.ysr-review h4 {
  display: -webkit-box;
  overflow: hidden;
  margin: 5px 0 6px;
  color: #344054;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.ysr-review p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #202939;
  font-size: 13px;
  line-height: 1.5;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.ysr-footer {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid var(--ysr-line);
}

.ysr-footer p {
  margin: 0;
  color: #667085;
  font-size: 12px;
  line-height: 1.5;
}

.ysr-empty {
  padding: 28px;
  border-radius: 16px;
  background: var(--ysr-soft);
  color: var(--ysr-muted);
  text-align: center;
}

@media (max-width: 980px) {
  .ysr-overview {
    grid-template-columns: 170px minmax(280px, 1fr);
  }

  .ysr-facts {
    grid-column: 1 / -1;
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .ysr-facts > div {
    align-items: flex-start;
    flex-direction: column-reverse;
    gap: 3px;
  }

  .ysr-reviews {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .murci-shop-reviews {
    width: 100%;
    padding: 18px 14px;
    border-right: 0;
    border-left: 0;
    border-radius: 0;
  }

  .ysr-head {
    margin-bottom: 17px;
  }

  .ysr-head h2 {
    font-size: 25px;
  }

  .ysr-head p {
    font-size: 13px;
  }

  .ysr-overview {
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 16px;
    padding: 16px;
    border-radius: 16px;
  }

  .ysr-score strong {
    font-size: 48px;
  }

  .ysr-score .ysr-stars {
    gap: 0;
    margin-top: 8px;
    font-size: 13px;
  }

  .ysr-score > span:last-child {
    margin-top: 6px;
    font-size: 10px;
    line-height: 1.35;
  }

  .ysr-distribution h3 {
    display: none;
  }

  .ysr-distribution__row {
    grid-template-columns: 28px minmax(50px, 1fr) 20px;
    gap: 5px;
    min-height: 21px;
    font-size: 10px;
  }

  .ysr-facts {
    display: flex;
    grid-column: 1 / -1;
    gap: 7px;
    overflow-x: auto;
    padding-bottom: 2px;
    scrollbar-width: none;
  }

  .ysr-facts::-webkit-scrollbar {
    display: none;
  }

  .ysr-facts > div {
    flex: 1 0 105px;
    min-height: 62px;
    padding: 9px 10px;
  }

  .ysr-facts dd {
    font-size: 19px;
  }

  .ysr-facts dt {
    font-size: 10px;
  }

  .ysr-latest-head {
    margin-top: 21px;
  }

  .ysr-reviews {
    display: flex;
    gap: 10px;
    overflow-x: auto;
    margin-right: -14px;
    padding-right: 14px;
    padding-bottom: 5px;
    scroll-padding-left: 0;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    overscroll-behavior-inline: contain;
    -webkit-overflow-scrolling: touch;
  }

  .ysr-reviews::-webkit-scrollbar {
    display: none;
  }

  .ysr-review-link {
    flex: 0 0 calc(90% - 5px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }

  .ysr-review {
    width: 100%;
    padding: 14px;
  }

  .ysr-review__content img {
    width: 72px;
    height: 72px;
  }

  .ysr-review.has-photo .ysr-review__content {
    grid-template-columns: 72px minmax(0, 1fr);
  }
}
