/* Case evidence follows each existing explanation; all styles stay within cases. */
.rv-case{margin:32px 0 8px;padding:28px 0 8px;border-top:1px solid var(--line,#ccd3cb);color:var(--ink,#233b34);scroll-margin-top:110px}
.rv-case .rv-case-heading{margin:0 0 22px;padding:0}
.rv-case .rv-case-label{margin:0 0 12px;font-size:.875rem;font-weight:700;line-height:1.8;letter-spacing:.06em;color:#536550}
.rv-case .rv-case-title{margin:0;max-width:40em;font-size:clamp(1.25rem,2.2vw,1.65rem);line-height:1.65;letter-spacing:0;overflow-wrap:anywhere}
.rv-case .rv-case-layout{display:grid;grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr);gap:30px;align-items:start}
.rv-case .rv-case-image{margin:0;padding:0;min-width:0;background:transparent}
.rv-case .rv-case-image img{display:block;width:100%;height:auto;max-height:none;aspect-ratio:var(--rv-case-ratio,4/3);object-fit:contain;border:0;border-radius:8px}
.rv-case .rv-case-copy{min-width:0}
.rv-case .rv-case-body p{margin:0 0 14px;max-width:none;font-size:1rem;line-height:1.9}
.rv-case .rv-case-body .rv-case-reaction{padding-left:16px;border-left:2px solid #768568;font-weight:700}
.rv-case .rv-case-details{margin:18px 0;border-top:1px solid #ccd3cb;border-bottom:1px solid #ccd3cb;padding:10px 0}
.rv-case .rv-case-details summary{padding:6px 2px;font-size:.9375rem;font-weight:700;line-height:1.8;cursor:pointer}
.rv-case .rv-case-details>div{padding-top:16px}
.rv-case .rv-case-questions{list-style:none;padding:0;margin:0 0 14px}
.rv-case .rv-case-questions li{margin:0 0 8px;font-size:1rem;line-height:1.9}
.rv-case .rv-case-body .rv-case-meaning{margin:20px 0 0;font-size:1rem;line-height:1.9}
.rv-case .rv-case-insights{margin:22px 0 0;padding:20px 22px;background:#edf0e9;border-radius:8px}
.rv-case .rv-case-insights h3,.rv-case .rv-case-insights h4{font-size:1rem;line-height:1.8;margin:0 0 10px;letter-spacing:0}
.rv-case .rv-case-insights ul{padding:0 0 0 1.2em;margin:0}
.rv-case .rv-case-insights li{margin:0;font-size:1rem;line-height:1.9}
.rv-case .rv-case-insights li+li{margin-top:10px}
.rv-case .rv-case-note{font-size:.8125rem;line-height:1.85;margin:16px 0 0;color:#4a5b51;max-width:none}
@media(max-width:700px){
  .rv-case{margin-top:26px;padding-top:24px}
  .rv-case .rv-case-heading{margin-bottom:18px}
  .rv-case .rv-case-title{font-size:1.25rem;line-height:1.7}
  .rv-case .rv-case-layout{grid-template-columns:minmax(0,1fr);gap:22px}
  .rv-case .rv-case-insights{padding:18px 18px;margin-top:20px}
}

/* Distinguish a workplace photograph from the past student activity described. */
.rv-case .rv-case-caption{font-size:.875rem;line-height:1.8;margin:10px 0 0;color:#4a5b51}
.rv-case .rv-case-scope{font-size:.875rem;line-height:1.85;margin:18px 0 0;padding-left:12px;border-left:2px solid #ccd3cb;color:#4a5b51;max-width:none}
.rv-case .rv-case-more{display:inline-block;margin-top:20px;font-size:1rem;line-height:1.85}
.rv-case--summary .rv-case-note{margin-top:18px}
