@media print {
  #config-panel,
  #theme-toggle {
    display: none !important;
  }

  body {
    padding: 0;
    margin: 0;
    max-width: 100%;
    font-size: 12pt;
  }

  #quiz-output {
    display: block !important;
    margin: 0;
  }

  #answer-key-section {
    page-break-before: always;
    border-top: none;
    padding-top: 0;
  }

  .problem {
    page-break-inside: avoid;
  }

  .problems-grid {
    gap: 4rem 1.5rem;
  }

  #quiz-standards {
    color: #000 !important;
  }

  button {
    display: none !important;
  }
}
