.batch4-rehab-figure {
  --zh-illustration-main: #2f5d5a;
  --zh-illustration-aux: #8aa5a1;
  --zh-illustration-aux-opacity: 1;
  width: 60%;
  margin: 16px auto;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
  pointer-events: none;
}
.batch4-rehab-figure svg { display:block;width:100%;height:auto;overflow:visible }
.batch4-rehab-figure figcaption { margin-top:8px;color:var(--text-secondary,#8aa5a1);font-size:12px;line-height:1.45;text-align:center }
:root[data-zh-theme="dark"] .batch4-rehab-figure { --zh-illustration-main:#a8c4bc;--zh-illustration-aux:#a8c4bc;--zh-illustration-aux-opacity:.24 }
