.fiverr-reviews-showcase {
  padding: 88px 0;
  background:
    radial-gradient(1000px 340px at 0% 0%, rgba(33, 169, 225, 0.1), transparent 65%),
    radial-gradient(860px 300px at 100% 100%, rgba(12, 151, 83, 0.11), transparent 70%),
    #f8fcff;
}

.fiverr-reviews-showcase .fiverr-reviews-head {
  max-width: 760px;
  margin: 0 auto 34px;
  text-align: center;
}

.fiverr-reviews-showcase .fiverr-kicker {
  display: inline-block;
  padding: 7px 14px;
  border-radius: 999px;
  background: rgba(33, 169, 225, 0.12);
  color: #0f74a1;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.fiverr-reviews-carousel .item {
  padding: 8px;
}

.fiverr-review-card {
  display: block;
  border-radius: 18px;
  background: #ffffff;
  box-shadow: 0 14px 35px rgba(12, 44, 74, 0.11);
  overflow: hidden;
  color: inherit;
  text-decoration: none;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.fiverr-review-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 42px rgba(12, 44, 74, 0.16);
}

.fiverr-review-image {
  aspect-ratio: 16 / 10;
  background: #eef5fa;
  overflow: hidden;
}

.fiverr-review-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.fiverr-review-fallback {
  height: 100%;
  display: grid;
  place-items: center;
  font-weight: 700;
  color: #54829b;
}

.fiverr-review-content {
  padding: 18px 18px 20px;
}

.fiverr-review-stars {
  font-size: 14px;
  color: #ffb400;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
}

.fiverr-review-title {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 0 8px;
  color: #0f2231;
}

.fiverr-review-country {
  margin: 0 0 14px;
  color: #486375;
  font-size: 14px;
}

.fiverr-review-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
  color: #0f74a1;
}

.fiverr-review-cta::after {
  content: "->";
  font-size: 14px;
}

.fiverr-reviews-footer {
  margin-top: 30px;
  text-align: center;
}

.fiverr-profile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 12px 24px;
  border-radius: 999px;
  font-weight: 700;
  text-decoration: none;
  color: #ffffff;
  background: linear-gradient(120deg, #21a9e1 0%, #0f8dc0 100%);
  box-shadow: 0 12px 28px rgba(33, 169, 225, 0.28);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.fiverr-profile-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 16px 32px rgba(33, 169, 225, 0.35);
}

.fiverr-reviews-empty {
  text-align: center;
  padding: 16px 0 4px;
  color: #537084;
}

@media (max-width: 991px) {
  .fiverr-reviews-showcase {
    padding: 66px 0;
  }

  .fiverr-review-title {
    font-size: 16px;
  }
}
