/* ===== BP101T STYLE COLOR ONLY ===== */

/* Main Header */
.test-header {
    background: #204783 !important;
    color: #ffffff !important;
}

/* Header text */
.test-header h1,
.test-header p {
    color: #ffffff !important;
}

/* Page background */
body {
    background: #f4f7fb !important;
}

/* Back link */
.back-btn {
    color: #173f7a !important;
}

/* Main cards - keep same design, only clean white color */
.page-title,
.student-box,
.question,
.result-box {
    background: #ffffff !important;
}