<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/bitrix/templates/main/components/bitrix/news.list/command/style.css?14802374551141*/
.about-command{
	padding:10px 0;
}

.command-list{
	font-size:0;
	background-color:#F1F1F2;
	padding:10px;
	text-align: center;
}

.command-item{
	width: 150px;
	height: 130px;
	display: inline-block;
	vertical-align: top;
	text-align: left;
	background-color:#E8E8E8;
	margin:10px 10px;
	padding:10px;
	box-sizing: border-box;
}

.command-item__img{
	width:60px;
	height:60px;
	border: 0px solid transparent;
}

.command-item__name{
	float:right;
	width: 60px;
	font-size:14px;
	padding: 12px 0 0 10px;
}

.command-item__status{
	padding: 10px 0;
	font-size:11px;
}

@media screen and (max-width: 420px) { 
	.command-item{
		width: 300px;
		height: 80px;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		background-color:#E8E8E8;
		margin:5px 0px;
		padding:10px 10px 10px 80px;
		box-sizing: border-box;
		position:relative;
	}

	.command-item__img{
		position:absolute;
		width:60px;
		height:60px;
		left:10px;
		top:10px;
		border: 0px solid transparent;

	}

	.command-item__name{
		float:none;
		width: 100%;
		font-size:14px;
		padding: 0px;
	}

	.command-item__status{
		padding: 10px 0;
		font-size:12px;
	}

}
/* End */
/* /bitrix/templates/main/components/bitrix/news.list/command/style.css?14802374551141 */
</pre></body></html>