/* QuinnGenealogy V2 — final homepage print pagination correction */
@media print {
  /*
   * The final two homepage research gateways are ordinary linked blocks rather
   * than the guessed .feature-card class. The installer marks their ACTUAL
   * enclosing elements with qg-print-keep-together.
   */
  .qg-print-keep-together {
    display:block !important;
    break-inside:avoid-page !important;
    page-break-inside:avoid !important;
    overflow:visible !important;
  }

  .qg-print-keep-together > *,
  .qg-print-keep-together p,
  .qg-print-keep-together a {
    break-inside:avoid !important;
    page-break-inside:avoid !important;
  }
}
