.gc-review-box {
  border: 1px solid #e6e6e6;
  border-radius: 12px;
  padding: 20px;
  margin: 0 0 28px;
  background: #fff;
}

.gc-review-box h2 {
  margin-top: 0;
}

.gc-rating {
  font-size: 1.15rem;
}

.gc-affiliate-wrap {
  margin: 18px 0 0;
}

.gc-affiliate-button {
  display: inline-block;
  padding: 12px 18px;
  border-radius: 8px;
  background: #ffe600;
  color: #111;
  font-weight: 700;
  text-decoration: none;
  border: 1px solid #d4bf00;
}

.gc-affiliate-button:hover {
  background: #ffde00;
}
