/* PanQuiz — PDF to Flashcards landing extras (/en/tools/pdf-to-flashcards/)
   Loaded after pdf-to-quiz.css, which provides the shared pdfq-/pq- styles. */

.pdff-lead { max-width: 740px; margin: 26px auto 0; text-align: center; font-size: 17px; line-height: 1.7; color: #3c4257; text-wrap: pretty; }
.pdff-lead strong { color: #0e1552; }

.pdff-tools { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 30px; }
.pdff-tool { display: inline-flex; align-items: center; gap: 10px; background: #fff; border: 1px solid rgba(0,90,239,.18); border-radius: 999px; padding: 10px 22px; font-family: var(--font-ui, 'Plus Jakarta Sans', sans-serif); font-weight: 700; font-size: 15px; color: #0e1552; }
.pdff-tool .mdi { font-size: 20px; color: var(--site-primary, #005aef); }

@media (max-width: 768px) {
  .pdff-lead { font-size: 16px; }
}
