/* 维护边界：仅管理snapshot组件，不依赖相邻 Section。 */
.bixdo-study-snapshot dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));background:#f7f7f8;gap:28px 20px;padding:24px}.bixdo-study-snapshot__item{display:flex;flex-direction:column;min-width:0}.bixdo-study-snapshot dt{order:1;font-size:15px;margin-top:4px}.bixdo-study-snapshot dd{order:0;font-size:clamp(22px,2.3vw,32px);font-weight:600;line-height:1.3}.bixdo-study-snapshot .bixdo-study-snapshot__note{order:2;font-size:13px;font-weight:400;color:var(--study-muted);margin-top:10px;line-height:1.6}@media(min-width:1024px){.bixdo-study-snapshot dl{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:28px;padding:32px}.bixdo-study-snapshot__item+.bixdo-study-snapshot__item{border-left:1px solid var(--study-line);padding-left:28px}}

