/* ========================================
   PROFESYONEL BEYAZ ARKAPANLI TEST TASARIMLARI
   ======================================== */

/* Design 1: Klasik Çizgili */
.test-design-classic .test-info-header {
    background: white;
    border: 2px solid #2563eb;
    border-radius: 0;
}

.test-design-classic .test-info-title {
    color: #1e40af;
    border-bottom: 3px double #2563eb;
    font-weight: 700;
    text-transform: uppercase;
}

.test-design-classic .test-info-field label {
    color: #1e40af;
    font-weight: 600;
}

.test-design-classic .layout-block {
    border: 1px solid #cbd5e1;
    background: white;
}

.test-design-classic .question-in-canvas {
    background: white;
    border-left: 3px solid #2563eb;
    padding-left: 16px;
}

/* Design 2: Modern Minimal */
.test-design-modern .test-info-header {
    background: white;
    border: none;
    border-bottom: 4px solid #0ea5e9;
    border-radius: 0;
    padding-bottom: 20px;
}

.test-design-modern .test-info-title {
    color: #0c4a6e;
    font-weight: 600;
    font-size: 26px;
}

.test-design-modern .layout-block {
    border: none;
    border-left: 4px solid #e0f2fe;
    background: white;
    padding-left: 20px;
}

.test-design-modern .question-in-canvas {
    background: white;
    border: none;
    border-bottom: 1px solid #e0f2fe;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

/* Design 3: Zarif Çerçeve */
.test-design-elegant .test-info-header {
    background: white;
    border: 2px solid #6366f1;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(99, 102, 241, 0.1);
}

.test-design-elegant .test-info-title {
    color: #4338ca;
    font-weight: 600;
}

.test-design-elegant .layout-block {
    border: 1px solid #e0e7ff;
    background: white;
    border-radius: 8px;
}

.test-design-elegant .question-in-canvas {
    background: white;
    border: 1px solid #e0e7ff;
    border-radius: 6px;
    padding: 12px;
}

/* Design 4: Akademik */
.test-design-academic .test-info-header {
    background: white;
    border: 3px double #475569;
    border-radius: 0;
}

.test-design-academic .test-info-title {
    color: #1e293b;
    font-family: Georgia, serif;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.test-design-academic .test-info-field label {
    font-family: Georgia, serif;
    color: #334155;
}

.test-design-academic .layout-block {
    border: 1px solid #cbd5e1;
    background: white;
}

.test-design-academic .question-in-canvas {
    background: white;
    border: none;
    border-top: 1px solid #e2e8f0;
    padding-top: 12px;
}

/* Design 5: Renkli Kenarlık */
.test-design-colorful .test-info-header {
    background: white;
    border: none;
    border-top: 6px solid #f59e0b;
    border-radius: 0;
}

.test-design-colorful .test-info-title {
    color: #b45309;
    font-weight: 700;
}

.test-design-colorful .layout-block {
    border: none;
    border-left: 4px solid #fbbf24;
    background: white;
    padding-left: 16px;
}

.test-design-colorful .question-in-canvas {
    background: white;
    border-left: 3px solid #fcd34d;
    padding-left: 12px;
}

/* Design 6: Yuvarlak Köşeler */
.test-design-rounded .test-info-header {
    background: white;
    border: 2px solid #8b5cf6;
    border-radius: 20px;
}

.test-design-rounded .test-info-title {
    color: #6d28d9;
    font-weight: 600;
}

.test-design-rounded .layout-block {
    border: 1px solid #ddd6fe;
    background: white;
    border-radius: 16px;
}

.test-design-rounded .question-in-canvas {
    background: white;
    border: 1px solid #ede9fe;
    border-radius: 12px;
    padding: 14px;
}

/* Design 7: Gölgeli */
.test-design-shadow .test-info-header {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.test-design-shadow .test-info-title {
    color: #111827;
    font-weight: 700;
}

.test-design-shadow .layout-block {
    border: none;
    background: white;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
    border-radius: 6px;
    padding: 16px;
}

.test-design-shadow .question-in-canvas {
    background: white;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
    border-radius: 4px;
    padding: 12px;
}

/* Design 8: İnce Çizgiler */
.test-design-lines .test-info-header {
    background: white;
    border: none;
    border-bottom: 2px solid #10b981;
    border-radius: 0;
}

.test-design-lines .test-info-title {
    color: #047857;
    font-weight: 600;
    border-bottom: 1px solid #d1fae5;
    padding-bottom: 8px;
}

.test-design-lines .layout-block {
    border: none;
    border-bottom: 1px solid #d1fae5;
    background: white;
}

.test-design-lines .question-in-canvas {
    background: white;
    border: none;
    border-bottom: 1px dashed #d1fae5;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

/* Design 9: Kesikli Çerçeve */
.test-design-dashed .test-info-header {
    background: white;
    border: 2px dashed #ec4899;
    border-radius: 8px;
}

.test-design-dashed .test-info-title {
    color: #be185d;
    font-weight: 600;
}

.test-design-dashed .layout-block {
    border: 1px dashed #fbcfe8;
    background: white;
    border-radius: 4px;
}

.test-design-dashed .question-in-canvas {
    background: white;
    border: 1px dashed #fce7f3;
    padding: 10px;
    border-radius: 4px;
}

/* Design 10: Temiz Minimal */
.test-design-clean .test-info-header {
    background: white;
    border: none;
    border-bottom: 1px solid #e5e7eb;
    border-radius: 0;
}

.test-design-clean .test-info-title {
    color: #374151;
    font-weight: 500;
}

.test-design-clean .layout-block {
    border: none;
    background: white;
}

.test-design-clean .question-in-canvas {
    background: white;
    border: none;
    padding: 16px 0;
}

/* Question Number Styles */
.question-number-top {
    display: block;
    margin-bottom: 8px;
}

.question-number-side {
    display: inline-block;
    margin-right: 12px;
    vertical-align: top;
}

/* Page Footer Designs */
.page-footer-simple {
    text-align: center;
    font-size: 11px;
    color: #6b7280;
}

.page-footer-boxed {
    text-align: center;
    font-size: 11px;
    padding: 6px 16px;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    display: inline-block;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.page-footer-line {
    text-align: center;
    font-size: 11px;
    padding-top: 8px;
    border-top: 1px solid #e5e7eb;
}

.page-footer-circle {
    text-align: center;
    font-size: 11px;
    width: 32px;
    height: 32px;
    border: 2px solid #e5e7eb;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}
