.style-review-panel{
  margin:18px 16px 16px;
  padding:18px;
  border:1px solid color-mix(in srgb,var(--line) 72%,#176b60 28%);
  border-radius:18px;
  background:linear-gradient(145deg,rgba(23,107,96,.08),rgba(255,255,255,.96) 52%);
}
.style-review-heading,.style-review-footer{display:flex;align-items:center;justify-content:space-between;gap:16px}
.style-review-heading h3{margin:4px 0 0;font-size:18px}
.style-score{display:grid;place-items:center;width:54px;height:54px;border-radius:16px;font-size:18px;font-weight:800;background:#f3b53f;color:#fff}
.style-score.passed{background:#176b60}
.style-check-list{display:grid;gap:8px;margin:16px 0;padding:0;list-style:none}
.style-check-list li{display:grid;grid-template-columns:minmax(100px,1fr) auto;gap:4px 12px;padding:10px 12px;border-radius:12px;background:rgba(255,255,255,.72)}
.style-check-list li b{font-size:12px}
.style-check-list li small{grid-column:1/-1;color:var(--muted)}
.style-check-list li.passed b{color:#176b60}.style-check-list li.failed b{color:#b94b3e}
.style-feedback-grid{display:grid;grid-template-columns:repeat(5,minmax(100px,1fr));gap:8px}
.style-feedback-grid label{display:grid;gap:6px;font-size:12px;color:var(--muted)}
.style-feedback-grid select{width:100%;padding:8px;border:1px solid var(--line);border-radius:10px;background:#fff}
.style-action-list{display:flex;flex-wrap:wrap;gap:8px 14px;margin:14px 0;font-size:13px}
.style-action-list label{display:flex;align-items:center;gap:6px}
.style-review-panel textarea{width:100%;min-height:70px;resize:vertical}
.style-review-footer{margin-top:12px}.style-review-footer small,.style-review-muted{color:var(--muted)}
@media(max-width:980px){.style-feedback-grid{grid-template-columns:repeat(2,minmax(120px,1fr))}.style-review-footer{align-items:flex-start;flex-direction:column}}
