 .testimonial-text {position: relative;overflow: hidden;transition: max-height 0.3s ease;}.testimonial-text.is-truncated {max-height: 6rem;}.testimonial-text.is-truncated::after {content: '';position: absolute;bottom: 0;left: 0;right: 0;height: 2rem;background: linear-gradient(transparent, white);pointer-events: none;}.testimonial-text.is-expanded {max-height: none;}.testimonial-text.is-expanded::after {display: none;}.read-more-btn {background: none;border: none;color: var(--primary);font-size: 0.8125rem;font-weight: 600;cursor: pointer;padding: 0.25rem 0;margin-top: 0.25rem;display: none;}.read-more-btn:hover {text-decoration: underline;}.read-more-btn.is-visible {display: inline-block;}.testimonial-badge {display: inline-block;font-size: 0.6875rem;font-weight: 600;padding: 0.2rem 0.625rem;border-radius: 9999px;white-space: nowrap;}body.dark-mode .testimonial-text.is-truncated::after {background: linear-gradient(transparent, var(--medium, #2C2C2C));}body.dark-mode .testimonial-badge {opacity: 0.85;}