.review-work-product-cta,
.related-links .related-link {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  padding: 22px 24px;
  border: 2px solid #17233b;
  border-radius: 18px;
  background: linear-gradient(135deg, #17233b, #2a4e7d);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 16px 36px rgba(23, 35, 59, .18);
}

.related-links .related-link {
  display: grid;
  align-items: start;
  justify-content: stretch;
}

.review-work-product-cta span,
.related-links .related-link span {
  color: rgba(255, 255, 255, .82);
  font-size: .78rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.review-work-product-cta strong,
.related-links .related-link strong {
  display: block;
  color: #fff;
  font-size: clamp(1.25rem, 2.4vw, 1.75rem);
  line-height: 1.15;
}

.review-work-product-cta small,
.related-links .related-link small {
  display: block;
  color: rgba(255, 255, 255, .88);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1.45;
}

.related-links .related-link > span:last-child {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  margin-top: 8px;
  border-radius: 50%;
  background: #fff;
  color: #17233b;
  font-size: 1.1rem;
}

.review-work-product-cta:hover,
.related-links .related-link:hover {
  transform: translateY(-1px);
  border-color: #2a4e7d;
  color: #fff;
}
