.fiverr-reviews-showcase {
  padding: 88px 0;
  background: #f6fafc;
}

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

.fiverr-kicker {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 14px;
  border-radius: 999px;
  border: 1px solid #cde6f3;
  background: #ffffff;
  color: #1b6e95;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

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

.fiverr-review-card {
  border: 1px solid #d9e8f1;
  border-radius: 16px;
  background: #ffffff;
  padding: 18px;
  box-shadow: 0 8px 24px rgba(15, 34, 49, 0.08);
}

.fiverr-review-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}

.fiverr-review-person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.fiverr-review-avatar {
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: #e8f3f9;
  color: #1b6e95;
  display: grid;
  place-items: center;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  overflow: hidden;
}

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

.fiverr-review-title {
  margin: 0;
  font-size: 17px;
  line-height: 1.2;
  color: #122230;
}

.fiverr-review-role {
  margin: 4px 0 0;
  font-size: 13px;
  color: #4b677a;
}

.fiverr-review-stars {
  color: #f2b41b;
  font-size: 14px;
  letter-spacing: 0.08em;
  white-space: nowrap;
}

.fiverr-review-content p {
  margin: 0;
  color: #334f62;
  font-size: 14px;
  line-height: 1.65;
}

.fiverr-review-meta {
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #ecf3f8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

.fiverr-review-source a,
.fiverr-review-source span {
  font-size: 13px;
  font-weight: 700;
  color: #0c698f;
  text-decoration: none;
}

.fiverr-review-verified {
  font-size: 12px;
  font-weight: 700;
  color: #1d7c4d;
  background: #e7f6ee;
  border: 1px solid #c8ecd8;
  padding: 4px 9px;
  border-radius: 999px;
}

.fiverr-review-date {
  font-size: 12px;
  color: #607d90;
}

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

.fiverr-profile-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 10px 24px;
  border-radius: 999px;
  background: #21a9e1;
  color: #ffffff;
  text-decoration: none;
  font-weight: 700;
}

.fiverr-reviews-empty {
  text-align: center;
  color: #4b677a;
}

@media (max-width: 1199px) {
  .fiverr-reviews-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

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

  .fiverr-reviews-grid {
    grid-template-columns: 1fr;
  }
}
