/**
 * L14 被动语态 · 课堂同步讲义打印覆盖
 */
@media print {
  body.l14-handout-page.l14-handout-classroom section.lesson-sync-page + section.lesson-sync-page,
  body.l14-handout-page.l14-handout-classroom section[id^="sync-"] + section[id^="sync-"] {
    break-before: page !important;
    page-break-before: always !important;
  }

  body.l14-handout-page.l14-handout-classroom #sec-homework {
    break-before: page !important;
    page-break-before: always !important;
  }

  body.l14-handout-page.l14-handout-classroom #sec-1 {
    break-before: auto !important;
    page-break-before: auto !important;
  }

  body.l14-handout-page.l14-handout-classroom .handout-blank,
  body.l14-handout-page.l14-handout-classroom #sec-homework .handout-blank {
    display: inline-block !important;
    visibility: visible !important;
    border: none !important;
    border-bottom: 1.5pt solid #1e293b !important;
    min-height: 1.2em !important;
    height: 1.1em !important;
    background: transparent !important;
  }

  body.l14-handout-page.l14-handout-classroom .handout-blank--sm {
    min-width: 3.5em !important;
  }

  body.l14-handout-page.l14-handout-classroom .handout-blank--md {
    min-width: 7.5em !important;
  }

  body.l14-handout-page.l14-handout-classroom .handout-blank--lg {
    min-width: 11em !important;
  }

  body.l14-handout-page.l14-handout-classroom .handout-blank--xl {
    min-width: 16em !important;
  }
}
