.pdf-wrapper {
	padding: 60px 20px;
	max-width: 1000px;
	margin: 0 auto;
	font-family: 'Inter', sans-serif;
	color: #333333;
}

.pdf-wrapper h1 {
	text-align: center;
	font-size: 2.2rem;
	color: #333333;
	font-weight: 700;
	margin-bottom: 40px;
}

.pdf-section {
	margin-bottom: 60px;
	text-align: center;
	color: #333333;
}

.pdf-section h2 {
	font-size: 1.5rem;
	margin-bottom: 16px;
	color: #333333;
}

.pdf-frame {
	width: 100%;
	height: 600px;
	border: none;
	border-radius: 12px;
	box-shadow: 0 6px 16px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}

body.dark-theme .pdf-wrapper {
	color: #ccc;
}

body.dark-theme .pdf-wrapper h1 {
	color: #eee;
}

body.dark-theme .pdf-section {
	color: #ccc;
}

body.dark-theme .pdf-section h2 {
	color: #ccc;
}

body.dark-theme .pdf-frame {
	box-shadow: 0 6px 20px rgba(255, 255, 255, 0.05);
	background-color: #1a1a1a;
}
