.wtb-test-container { max-width: 800px; margin: 20px auto; }
.wtb-question-card { background: #fff; border: 1px solid #ddd; padding: 20px; margin-bottom: 20px; border-radius: 8px; }
.wtb-q-image img { max-width: 200px; height: auto; margin-bottom: 10px; }
.wtb-option-label { display: block; padding: 8px; cursor: pointer; border-bottom: 1px solid #eee; }
.wtb-option-label:hover { background: #f9f9f9; }
.is-correct { background-color: #f0fcf0; border-color: green; }
.is-wrong { background-color: #fcf0f0; border-color: red; }
#wtb-result-summary { background: #333; color: #fff; padding: 20px; text-align: center; margin-top: 20px; border-radius: 5px;}

/* YAZICI VE PDF AYARLARI */
@media print {
    body > *:not(.wtb-test-container), header, footer, sidebar, #wpadminbar { display: none !important; }
    body { background: #fff !important; font-size: 12pt; color: #000; }
    .wtb-test-container { display: block !important; position: absolute; top: 0; left: 0; width: 100%; margin: 0; }
    .wtb-question-card { border: none; border-bottom: 1px solid #000; page-break-inside: avoid; }
    .wtb-controls, #wtb-result-summary, .wtb-feedback { display: none !important; }
    .wtb-options { display: flex; flex-wrap: wrap; gap: 20px; }
    .wtb-option-label { border: none; padding: 0; }
}