/* 第 2 批第 03 张：良肢位三体位；纯静态、透明底、无边框阴影。 */
.batch2-positioning-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;
}

.batch2-positioning-figure svg {
  display: block;
  width: 100%;
  height: auto;
  overflow: visible;
}

:root[data-zh-theme="dark"] .batch2-positioning-figure {
  --zh-illustration-main: #a8c4bc;
  --zh-illustration-aux: #a8c4bc;
  --zh-illustration-aux-opacity: .24;
}
