/* Modern page-specific helpers for DVBooking frontend */

/* Test sayfası gövde arka planı */
.test-page-body {
    background: #f7fafc;
    padding-bottom: 4rem;
}

/* Başlık blokları (test.php) */
.test-section-title {
    font-weight: 700;
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2d3748;
}

.test-section-subtitle {
    font-size: 0.95rem;
    color: #718096;
    margin-bottom: 1.5rem;
}

/* Installer kartı (installer.php & test.php) */
.installer-card {
    background: rgba(255, 255, 255, 0.9);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.12);
    border: 1px solid rgba(226, 232, 240, 0.9);
}

.installer-header {
    border-bottom: 1px solid rgba(226, 232, 240, 0.9);
}

