.testimonial-heading { max-width: 760px; }
.testimonial-heading p { max-width: 650px; margin-inline: auto; }
.trustpilot-rating { display: inline-flex; margin-top: 24px; padding: 10px 17px 10px 11px; align-items: center; gap: 8px; border: 1px solid rgba(0, 182, 122, .5); border-radius: 999px; background: linear-gradient(135deg, rgba(0, 182, 122, .18), rgba(0, 182, 122, .06)); color: #fff; box-shadow: 0 12px 30px rgba(0, 182, 122, .12); }
.trustpilot-rating__star { display: grid; width: 30px; height: 30px; place-items: center; border-radius: 50%; background: #00b67a; color: #fff; font-size: 17px; }
.trustpilot-rating strong { font-size: 20px; line-height: 1; letter-spacing: -.03em; }
.trustpilot-rating > span:last-child { color: #b8c9d4; font-size: 11px; font-weight: 600; }
.trustpilot-rating b { color: #fff; font-size: 12px; }
[data-theme="light"] .trustpilot-rating { border-color: rgba(0, 150, 100, .34); background: linear-gradient(135deg, #e8faf4, #f5fcf9); color: #123b30; box-shadow: 0 12px 30px rgba(0, 150, 100, .1); }
[data-theme="light"] .trustpilot-rating > span:last-child { color: #527168; }
[data-theme="light"] .trustpilot-rating b { color: #153b31; }
@media (max-width: 560px) { .trustpilot-rating { padding-right: 14px; } }
