

/* Start:/local/templates/serebro/components/bitrix/news/silver_knowledges/bitrix/news.detail/.default/style.css?17661569871331*/
div.news-detail
{
	word-wrap: break-word;
}
div.news-detail img.detail_picture
{
	float:left;
	margin:0 8px 6px 1px;
}
.news-date-time
{
	color:#486DAA;
}
.article-file-wrap {
	padding: 40px 0;
}
.article-file-wrap h4 {
	font-size: 1.5rem;
}
.article-file-item {
	display: grid;
	grid-template-columns: 40px 1fr;
	gap: 10px;
	margin-bottom: 10px;
	color: #00a99e;
}
.file-icon {
	position: relative;
	width: 40px;
	height: 40px;
	background: #84ccd5; /* Зеленый цвет листка */
	border-radius: 2px 8px 8px 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: white;
	font-family: Arial, sans-serif;
	font-weight: bold;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.file-icon:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 15px;
	height: 15px;
	background: #00a99e; /* Темно-зеленый для уголка */
	border-bottom-left-radius: 8px;
	box-shadow: -1px 1px 2px rgba(0,0,0,0.2);
}

.file-icon:after {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-color: transparent #ade6ed transparent transparent; /* Светло-зеленый для складки */
}

.file-format {
	font-size: 12px;
	text-shadow: 0 1px 1px rgba(0,0,0,0.3);
	transform: rotate(0deg);
}

/* End */
/* /local/templates/serebro/components/bitrix/news/silver_knowledges/bitrix/news.detail/.default/style.css?17661569871331 */
