.pdf-viewer-wrapper-4943573a {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin: 0 auto;
}

.pdf-viewer-embed-4943573a {
	border: 1px solid #e1e8ed;
	border-radius: 4px;
	background: #f8f9fa;
	width: 100%;
}

.pdf-viewer-placeholder-4943573a {
	border: 2px dashed #ccc;
	padding: 40px 20px;
	text-align: center;
	color: #666;
	background: #fafafa;
	border-radius: 4px;
}

.pdf-viewer-actions-4943573a {
	display: flex;
	gap: 15px;
	flex-wrap: wrap;
	margin-top: 10px;
}

.pdf-viewer-action-btn-4943573a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 20px;
	background-color: #000;
	color: #fff;
	text-decoration: none;
	font-weight: 500;
	border: none;
	cursor: pointer;
	transition: opacity 0.3s ease;
	font-family: inherit;
	font-size: 15px;
}

.pdf-viewer-action-btn-4943573a:hover {
	opacity: 0.9;
	color: #fff;
}

/* Fullscreen mode styles */
.pdf-viewer-wrapper-4943573a.is-fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw !important;
	height: 100vh !important;
	max-width: none !important;
	z-index: 999999;
	background: rgba(0, 0, 0, 0.9);
	padding: 40px;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.pdf-viewer-wrapper-4943573a.is-fullscreen .pdf-viewer-embed-4943573a {
	flex-grow: 1;
	height: 100% !important;
}

.pdf-viewer-wrapper-4943573a.is-fullscreen .pdf-viewer-actions-4943573a {
	justify-content: center !important;
}

.pdf-viewer-wrapper-4943573a.is-fullscreen .pdf-viewer-action-btn-4943573a {
	background-color: #fff;
	color: #000;
}
