.pdfViewerContainer {
	width: 100%;
	height: 100%;
	overflow: auto;
}

.pdfViewerContent {
	width: max-content;
	/* Center the PDF horizontally within the scroll container */
	margin-left: auto;
	margin-right: auto;
}
