.sh-review-showcase {
  --sh-card-radius: 18px;
  --sh-soft-border: rgba(15, 23, 42, 0.08);
  --sh-text: #1f2133;
  --sh-muted: #6b7280;
  --sh-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  --sh-green: #2fb44a;
  --sh-gap: 18px;
  margin: 0 0 28px;
}

.sh-review-showcase__head {
  display: grid;
  gap: 14px;
  margin: 0 0 18px;
}

.sh-review-showcase__title {
  margin: 0;
  color: var(--sh-text);
  font-size: clamp(1.9rem, 2.6vw, 2.9rem);
  line-height: 1.05;
  font-weight: 800;
}

.sh-review-showcase__title::after {
  content: " \";
  color: #2fb44a;
  font-weight: 700;
}

.sh-review-showcase__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  background: #21a93f;
  color: #fff !important;
  text-decoration: none;
  font-size: .84rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  width: fit-content;
  box-shadow: var(--sh-shadow);
  transition: transform .18s ease, box-shadow .18s ease, opacity .18s ease;
}

.sh-review-showcase__featured-wrap {
  display: grid;
  grid-template-columns: minmax(0, 1.75fr) minmax(300px, 1fr);
  gap: var(--sh-gap);
  align-items: start;
}

.sh-review-showcase__featured-wrap.is-single {
  grid-template-columns: minmax(0, 1fr);
}

.sh-review-showcase__featured-side {
  display: grid;
  gap: 14px;
}

.sh-review-showcase__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: var(--sh-gap);
}

.sh-review-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.sh-review-card--compact {
  display: grid;
  grid-template-columns: 126px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
}

.sh-review-card__media {
  position: relative;
  display: block;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  border-radius: var(--sh-card-radius);
  background: #dfe4ea;
  box-shadow: var(--sh-shadow);
  text-decoration: none;
}

.sh-review-card--featured .sh-review-card__media {
  aspect-ratio: 16 / 9;
}

.sh-review-card--compact .sh-review-card__media {
  aspect-ratio: 1 / 1;
}

.sh-review-card__media img,
.sh-review-card__media-placeholder {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .35s ease;
}

.sh-review-card:hover .sh-review-card__media img {
  transform: scale(1.03);
}

.sh-review-card__overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(15,23,42,.58) 0%, rgba(15,23,42,.12) 44%, rgba(15,23,42,0) 72%);
  pointer-events: none;
}

.sh-review-card__score {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 3px;
  min-height: 46px;
  padding: 0 11px;
  border-radius: 14px;
  justify-content: center;
  font-weight: 800;
  color: #fff;
  border: 1px solid rgba(255,255,255,.18);
  box-shadow: 0 10px 18px rgba(15,23,42,.18);
}

.sh-review-card__score-value {
  font-size: 1.3rem;
  line-height: 1;
}

.sh-review-card--featured .sh-review-card__score-value {
  font-size: 1.55rem;
}

.sh-review-card__score small {
  font-size: .62rem;
  opacity: .9;
  font-weight: 700;
}

.sh-review-card__score.is-great { background: #23b34b; }
.sh-review-card__score.is-good  { background: #2d6df6; }
.sh-review-card__score.is-mid   { background: #e8b20d; }
.sh-review-card__score.is-bad   { background: #e55353; }

.sh-review-card__category {
  position: absolute;
  left: 12px;
  bottom: 12px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: 0 9px;
  border-radius: 6px;
  background: rgba(245, 180, 28, .96);
  color: #fff;
  font-size: .65rem;
  font-weight: 800;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.sh-review-card__body {
  display: grid;
  gap: 9px;
  padding: 14px 2px 0;
}

.sh-review-card--compact .sh-review-card__body {
  padding-top: 0;
}

.sh-review-card__title {
  margin: 0;
  font-size: 1.02rem;
  line-height: 1.3;
  font-weight: 800;
  color: var(--sh-text);
}

.sh-review-card--featured .sh-review-card__title {
  font-size: 1.18rem;
}

.sh-review-card--compact .sh-review-card__title {
  font-size: 1rem;
}

.sh-review-card__title a { color: inherit; text-decoration: none; }
.sh-review-card__title a:hover { text-decoration: underline; }

.sh-review-card__excerpt {
  margin: 0;
  color: var(--sh-muted);
  font-size: .92rem;
  line-height: 1.5;
}

.sh-review-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  color: var(--sh-muted);
  font-size: .83rem;
  line-height: 1.3;
}

.sh-review-card--compact .sh-review-card__meta {
  gap: 10px;
  font-size: .8rem;
}

.sh-review-stats {
  margin-top: 22px;
}

.sh-review-stats__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 10px;
}

.sh-review-stat {
  display: grid;
  gap: 5px;
  align-items: center;
  justify-items: center;
  min-height: 72px;
  padding: 12px 10px;
  border-radius: 18px;
  text-decoration: none;
  background: linear-gradient(180deg, rgba(255,255,255,.88) 0%, rgba(250,250,250,.72) 100%);
  border: 1px solid rgba(15, 23, 42, .06);
  box-shadow: 0 8px 22px rgba(15, 23, 42, .04);
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease;
}

.sh-review-slider {
  position: relative;
}

.sh-review-slider__viewport {
  overflow: hidden;
}

.sh-review-slider__track {
  display: flex;
  transition: transform .35s ease;
  will-change: transform;
}

.sh-review-slider__slide {
  flex: 0 0 100%;
  min-width: 0;
}

.sh-review-showcase--slider .sh-review-card {
  width: min(100%, 760px);
  max-width: 100%;
  margin: 0 auto;
}

.sh-review-slider__nav {
  position: absolute;
  top: 32%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, .72);
  color: #fff;
  cursor: pointer;
  box-shadow: var(--sh-shadow);
  font-size: 1.1rem;
  line-height: 1;
  z-index: 5;
}

.sh-review-slider__nav--prev { left: 8px; }
.sh-review-slider__nav--next { right: 8px; }

.sh-review-slider.is-nav-hidden .sh-review-slider__nav {
  display: none;
}

.sh-review-slider__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
}

.sh-review-slider__dot {
  width: 10px;
  height: 10px;
  border: 0;
  border-radius: 999px;
  background: rgba(15, 23, 42, .18);
  cursor: pointer;
  padding: 0;
}

.sh-review-slider__dot.is-active { background: #2fb44a; }

.sh-review-showcase--empty {
  padding: 18px 20px;
  border: 1px dashed rgba(15, 23, 42, .16);
  border-radius: 18px;
  background: rgba(255,255,255,.56);
}

.sh-review-showcase__empty { margin: 0; color: #6b7280; }

@media (max-width: 980px) {
  .sh-review-showcase__featured-wrap {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .sh-review-card--compact {
    grid-template-columns: 90px minmax(0, 1fr);
  }

  .sh-review-slider__nav {
    width: 30px;
    height: 30px;
  }

  .sh-review-showcase--slider .sh-review-card {
    max-width: 100%;
  }
}

.sh-review-stat:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 26px rgba(15, 23, 42, .08);
}

.sh-review-showcase__cta, .sh-review-showcase__cta:visited, .sh-review-showcase__cta:hover, .sh-review-showcase__cta:focus {
  color: #fff !important;
}

.sh-review-showcase__featured-main .sh-review-card__body {
  padding-top: 16px;
}

.sh-review-showcase__featured-side .sh-review-card {
  padding: 6px;
  border-radius: 18px;
  background: rgba(255,255,255,.42);
}

.sh-review-showcase--slider .sh-review-card__media {
  aspect-ratio: 16 / 9;
}

.sh-review-showcase--slider .sh-review-card__body {
  padding-top: 12px;
}

.sh-review-showcase--slider .sh-review-slider__viewport {
  padding-inline: 18px;
}

@media (max-width: 767px) {
  .sh-review-stats__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .sh-review-showcase--slider .sh-review-slider__viewport {
    padding-inline: 0;
  }
}


.sh-review-card--compact .sh-review-card__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: .84rem;
  line-height: 1.45;
  color: #5e6977;
}

.sh-review-card--compact .sh-review-card__body {
  gap: 7px;
}
