.cc_9w18tgsw_Ee0NjViNhT .testimonial-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  padding: 24px;
  border-radius: 24px;
  border: 1px solid transparent;
  box-shadow:
    0px 0px 0px 1px rgba(0, 0, 0, 0.04),
    0px 2px 2px -1px rgba(0, 0, 0, 0.04),
    0px 6px 6px -3px rgba(0, 0, 0, 0.04),
    0px 12px 12px -6px rgba(0, 0, 0, 0.04);
}

.cc_9w18tgsw_Ee0NjViNhT .testimonial-card__quote {
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.2px;
  white-space: pre-line;
}

.cc_9w18tgsw_Ee0NjViNhT .testimonial-card__author {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
  padding-top: 4px;
}

.cc_9w18tgsw_Ee0NjViNhT .testimonial-card__author-name {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 20px;
}

.cc_9w18tgsw_Ee0NjViNhT .testimonial-card__author-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.cc_9w18tgsw_Ee0NjViNhT .testimonial-card__link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.2px;
  color: inherit;
  text-decoration: none;
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
  transition: opacity 0.2s ease;
}

.cc_9w18tgsw_Ee0NjViNhT .testimonial-card__link:hover {
  opacity: 0.6;
}

.cc_9w18tgsw_Ee0NjViNhT .testimonial-card__link-icon {
  font-size: 12px;
  line-height: 1;
}

@media (max-width: 768px) {
  .cc_9w18tgsw_Ee0NjViNhT .testimonial-card {
    padding: 20px;
    border-radius: 20px;
    gap: 8px;
  }

  .cc_9w18tgsw_Ee0NjViNhT .testimonial-card__quote {
    font-size: 12px;
    line-height: 20px;
  }

  .cc_9w18tgsw_Ee0NjViNhT .testimonial-card__author-name {
    font-size: 12px;
  }
}
