.exams-page {
	max-width: 900px;
	margin: 0 auto;
}

.exams-page h2 {
	margin-bottom: 14px;
}

.exams-subtitle {
	margin-top: -8px;
	margin-bottom: 14px;
	color: var(--muted);
	font-weight: 700;
}

.cta-box {
	margin: 24px 0;
	padding: 16px;
}

.cta-box p {
	margin: 0 0 12px;
	color: var(--text);
	font-size: 1.1em;
	font-weight: 600;
}

.table-wrap {
	margin-top: 12px;
	overflow-x: auto;
}

.exam-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
}

.exam-table th,
.exam-table td {
	border: 1px solid #eef2f7;
	padding: 8px 10px;
	text-align: left;
	vertical-align: top;
}

.exam-table th {
	background: #f9fafa;
}

.exam-links {
	margin: 0;
	padding-left: 16px;
}

.exam-links li {
	margin-bottom: 3px;
}


.exam-table a,
.exam-table a:visited {
	color: #000;
}

.bottom-cta {
	margin-top: 28px;
}

.exam-landing-page {
	max-width: 940px;
}

.exam-breadcrumb {
	margin: 0 0 12px;
	color: var(--muted);
	font-size: 0.95rem;
}

.exam-breadcrumb a {
	color: inherit;
}

.exam-callout {
	background: linear-gradient(135deg, #f9fafa, #eef2f7);
	border-radius: 12px;
}

.exam-feature-grid,
.exam-topic-grid {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin: 24px 0;
}

.exam-topic-grid {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 0;
}

.exam-section {
	margin-top: 36px;
}

.exam-section .section-title {
	font-size: 1.7rem;
	margin-bottom: 16px;
}

.exam-table--resources th:first-child,
.exam-table--resources td:first-child {
	width: 220px;
	font-weight: 700;
}

.exam-steps {
	margin: 0;
	padding-left: 22px;
	color: var(--text);
	line-height: 1.7;
}

.exam-steps li {
	margin-bottom: 12px;
}

.exam-note {
	margin-top: 28px;
	padding: 18px;
	border-radius: 12px;
	background: #f9fafa;
	color: var(--text);
	font-weight: 600;
}

@media (max-width: 900px) {
	.exam-feature-grid,
	.exam-topic-grid {
		grid-template-columns: 1fr;
	}

	.exam-table--resources th:first-child,
	.exam-table--resources td:first-child {
		width: auto;
	}
}