.student-review-heading{max-width:780px}
.student-review-summary{display:grid;grid-template-columns:minmax(200px,.7fr) minmax(0,1fr);gap:24px;align-items:center;margin:28px 0 0;padding:28px 32px;border-radius:18px;background:var(--green,#173f30);color:#fffdf6}
.student-review-summary[hidden]{display:none}
.student-review-rating{display:flex;flex-wrap:wrap;align-items:center;gap:10px 14px;margin:0 0 18px;font-variant-numeric:tabular-nums}
.student-review-stars{position:relative;display:inline-block;flex:none;white-space:nowrap;font-family:Arial,sans-serif;font-size:22px;line-height:1.2;letter-spacing:2px}
.student-review-stars-base{color:#ddd8ca}
.student-review-stars-fill{position:absolute;inset:0 auto 0 0;overflow:hidden;color:#a97c24;white-space:nowrap}
.student-review-score{font-size:16px;font-weight:800;color:var(--green,#173f30)}
.student-review-summary .student-review-rating{margin:0;flex-direction:column;align-items:flex-start;gap:10px}
.student-review-summary .student-review-stars{font-size:25px}
.student-review-summary .student-review-stars-base{color:#607969}
.student-review-summary .student-review-stars-fill{color:#edc879}
.student-review-summary .student-review-score{font-size:48px;line-height:1.15;letter-spacing:-1px;color:#fffdf6}
.student-review-summary-copy{min-width:0;font-size:16px;line-height:1.8;color:#f2f3e9}
.student-review-summary-copy strong,.student-review-summary-copy span{display:block}
.student-review-summary-copy strong{font-size:19px;color:#fffdf6}
.student-review-summary-copy small{display:block;margin-top:6px;color:#d5dfd1;font-size:13px;line-height:1.7}
.student-review-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;margin-top:24px}
.student-review{display:flex;flex-direction:column;min-width:0;margin:0;padding:28px 30px;background:var(--white);border:1px solid var(--line);border-top:3px solid #b79555;border-radius:14px}
.student-review .student-review-source{align-self:flex-start;margin:0 0 16px;padding:5px 10px;border-radius:6px;background:#f2ecde;color:#725320;font-size:12px;font-weight:800;letter-spacing:.02em}
.student-review blockquote{margin:0 0 24px;white-space:pre-line;overflow-wrap:anywhere;font-size:18px;line-height:1.9}
.student-review figcaption{margin-top:auto;padding-top:18px;border-top:1px solid var(--line);font-size:15px;overflow-wrap:anywhere}
.student-review figcaption strong,.student-review figcaption span{display:block}
.student-review figcaption span{margin-top:4px;color:var(--muted);font-size:13px;line-height:1.6}
.student-review-actions{margin-bottom:0}
.student-review-actions p{margin:0;color:var(--muted);font-size:14px}
@media(max-width:720px){.student-review-summary{grid-template-columns:1fr;gap:18px;padding:24px;margin-top:22px}.student-review-summary .student-review-rating{gap:8px}.student-review-summary .student-review-score{font-size:42px}.student-review-summary-copy{font-size:15px}.student-review-summary-copy strong{font-size:17px}.student-review-grid{grid-template-columns:1fr;gap:14px;margin-top:18px}.student-review{padding:23px}.student-review blockquote{font-size:17px}.student-review-actions{align-items:flex-start;flex-direction:column}}
