.cases .chat-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:stretch}
.case-card{background:#f1f3ee;color:#151719;border:1px solid rgba(21,23,25,.14);border-radius:4px;padding:26px;min-height:245px;display:flex;flex-direction:column;justify-content:space-between;box-shadow:0 12px 30px rgba(0,0,0,.12)}
.case-person{display:flex;align-items:center;gap:11px;min-width:0}
.case-avatar{width:42px;height:42px;flex:none;border-radius:50%;display:grid;place-items:center;background:#d7f36a;color:#151719;font-size:16px;font-weight:800}
.case-person div{min-width:0;display:flex;flex-direction:column;gap:3px}
.case-person strong{font-size:13px;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.case-person small{font-size:10px;color:#717873;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.stars{margin-left:auto;color:#8fae35;letter-spacing:2px;font-size:12px;white-space:nowrap}
.case-card button{width:32px;height:32px;flex:none;border:0;border-radius:50%;background:#171a1b;color:#d7f36a;font-size:11px;cursor:pointer;transition:transform .2s ease,background .2s ease}
.case-card button:hover{transform:scale(1.08);background:#8fae35;color:#151719}
.case-quote{margin:28px 0 20px;max-width:430px;font-size:17px;line-height:1.42;letter-spacing:-.02em}
.case-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:14px}
.case-play-label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#171a1b;font-weight:800}
.case-note{max-width:230px;text-align:right;color:#727a75;font-size:9px;line-height:1.35}
@media (max-width:700px){.cases .chat-grid{grid-template-columns:1fr}.case-card{min-height:220px;padding:22px}.case-quote{font-size:16px}.case-bottom{align-items:flex-start;flex-direction:column;gap:8px}.case-note{text-align:left}}
