

/* Start:/local/templates/site/components/bitrix/news.detail/files-01/style.css?1777004758964*/
/* Контейнер для PDF */
#pdf-container {
	width: 100%;
	/*max-width: 1000px;*/
	height: 800px;
	margin: 0 auto;
	border: 1px solid #e0e0e0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: auto;
	background-color: #f5f5f5;
}

/* Элементы управления */
.pdf-controls {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 10px 0;
	background-color: #f8f9fa;
	border-bottom: 1px solid #e0e0e0;
}

.pdf-controls button {
	background-color: #4285f4;
	color: white;
	border: none;
	padding: 8px 16px;
	margin: 0 5px;
	border-radius: 4px;
	cursor: pointer;
	font-weight: bold;
	transition: background-color 0.3s;
}

.pdf-controls button:hover {
	background-color: #3367d6;
}

.pdf-controls button:disabled {
	background-color: #cccccc;
	cursor: not-allowed;
}

.pdf-controls span {
	margin: 0 15px;
	font-size: 14px;
}

/* Стилизация canvas */
#pdf-container canvas {
	margin: 0 auto;
	display: block;
}
/* End */
/* /local/templates/site/components/bitrix/news.detail/files-01/style.css?1777004758964 */
