.mdl.md-testimonial .quote{padding:var(--pt,72px) 0 var(--pb,72px);background:var(--sec-bg,var(--tint));text-align:left}
.mdl.md-testimonial .q-card{margin:0 auto;max-width:var(--card-w,980px);display:grid;grid-template-columns:.9fr 1.1fr;background:var(--card-bg,var(--paper));border-radius:var(--radius,14px);overflow:hidden;box-shadow:0 1px 2px rgba(31,36,32,.04),0 24px 50px -32px rgba(31,36,32,.35)}
.mdl.md-testimonial.img-right .q-card{grid-template-columns:1.1fr .9fr}
.mdl.md-testimonial.img-right .q-img{order:2}
.mdl.md-testimonial.no-img .q-card{grid-template-columns:1fr}
.mdl.md-testimonial .q-img{position:relative;min-height:340px;background:var(--stone)}
.mdl.md-testimonial .q-img img,.mdl.md-testimonial .q-img svg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}
.mdl.md-testimonial .q-body{padding:48px 52px;display:flex;flex-direction:column;justify-content:center}
.mdl.md-testimonial .q-mark{width:44px;height:33px;fill:var(--pink-soft);stroke:var(--pink);stroke-width:1.2;margin-bottom:18px}
.mdl.md-testimonial .q-stars{font-size:16px;margin-bottom:14px}
.mdl.md-testimonial blockquote{margin:0;font-family:var(--serif);font-weight:500;font-size:clamp(min(22px,var(--q,28px)),2.4vw,var(--q,28px));line-height:1.38;color:var(--ink)}
.mdl.md-testimonial blockquote p{margin:0}
.mdl.md-testimonial .q-who{display:flex;align-items:center;gap:12px;margin-top:26px;padding-top:20px;border-top:1px solid var(--line);font-family:var(--sans);font-size:14px;color:var(--muted)}
.mdl.md-testimonial .q-who b{display:block;color:var(--ink);font-weight:600;font-size:15px}
.mdl.md-testimonial .q-av{width:42px;height:42px;border-radius:50%;background:var(--forest);color:#fff;display:grid;place-items:center;font-family:var(--serif);font-weight:700;font-size:18px;flex:0 0 auto;overflow:hidden}
.mdl.md-testimonial .q-av img{width:100%;height:100%;object-fit:cover}
.mdl.md-testimonial .q-ver{display:inline-flex;align-items:center;gap:5px;color:var(--forest);font-weight:500;font-size:13px}
.mdl.md-testimonial .q-ver svg{width:13px;height:13px;stroke:var(--forest);fill:none;stroke-width:2.6}
@media(max-width:760px){
  .mdl.md-testimonial .quote{padding:48px 0}
  .mdl.md-testimonial .q-card,.mdl.md-testimonial.img-right .q-card{grid-template-columns:1fr}
  .mdl.md-testimonial.img-right .q-img{order:0}
  .mdl.md-testimonial .q-img{min-height:0;aspect-ratio:16/10}
  .mdl.md-testimonial .q-body{padding:30px 24px 28px}
}
@media(max-width:620px){
  .mdl.md-testimonial .quote{padding:var(--pt-m,32px) 0 var(--pb-m,32px)}
  .mdl.md-testimonial .q-body{padding:22px 18px 20px}
  .mdl.md-testimonial .q-mark{width:32px;height:24px;margin-bottom:12px}
  .mdl.md-testimonial blockquote{font-size:var(--q-m,19px)}
  .mdl.md-testimonial .q-who{margin-top:18px;padding-top:14px}
  .mdl.md-testimonial .q-av{width:36px;height:36px;font-size:15px}
}
