

/* Start:/bitrix/templates/.default/components/bitrix/news.list/internal_documents/style.css?17767517201628*/
.doc-filter {
	margin-bottom: 30px;
	display: flex;
	gap: 15px;
}

.doc-filter a {
	padding: 8px 15px;
	border-radius: 20px;
	background: #f3f4f6;
	text-decoration: none;
}

.doc-filter a.active {
	background: #1f2937;
	color: #fff;
}

.doc-item {
	padding: 20px;
	border-bottom: 1px solid #e5e7eb;
}

.doc-date {
	font-size: 14px;
	color: #6b7280;
	margin-bottom: 5px;
}

.doc-name {
	font-weight: 600;
	margin-bottom: 10px;
}

.doc-files {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.doc-file {
	display: flex;
	align-items: center;
	gap: 8px;
	text-decoration: none;
}

.doc-file img {
	width: 20px;
	height: 20px;
}
.doc-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 20px;
}

.doc-card {
	background: #fff;
	border-radius: 16px;
	padding: 20px;
	box-shadow: 0 4px 20px rgba(0,0,0,0.05);
	transition: 0.3s;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.doc-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.doc-card__date {
	font-size: 13px;
	color: #9ca3af;
	margin-bottom: 10px;
}

.doc-card__title {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 15px;
	line-height: 1.4;
}

.doc-card__files {
	display: flex;
	flex-direction: column;
	gap: 10px;
	margin-top: auto;
}

.doc-file {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 10px;
	border-radius: 10px;
	background: #f9fafb;
	text-decoration: none;
	transition: 0.2s;
}

.doc-file:hover {
	background: #f3f4f6;
}

.doc-file__icon img {
	width: 22px;
	height: 22px;
}

.doc-file__name {
	font-size: 14px;
	color: #111827;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/internal_documents/style.css?17767517201628 */
