<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.news-link-details-div
{
	cursor: pointer;
	height: 34px;
}

.news-link-details-div[aria-expanded="true"]
{
	background: #F97777;
}

.news-link-details-div[aria-expanded="true"] 
{
	color: white;
}
 
.news-link-details-div-span
{
	display: inline-block;
	width: 90%;
	font-family: Open Sans;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 20px;
/*	padding: 0.75rem;
	transition: linear 0.1s; */
}

.trianglespan
{
	display: inline-block;
	transition: linear 0.1s;
	transform: rotate(-90deg);
}

.news-link-details-div[aria-expanded="true"] .trianglespan
{
	transform: rotate(0deg);
}

.btn-cstm
{
	border: 1px solid #FF4949;
}

.btn-cstm:hover 
{
	background: #FF4949;
	color: white !important;
	text-decoration: none !important;
}

.a2a_svg
{
	height: 34px !important;
	width: 51px !important;
	border-radius: 0 !important;
}

.a2a_svg &gt; svg
{
	max-height: 34px;
}

.attachments-a
{
	display: inline-block;
}

.media-download {
  display: inline-block;
  height: 32px;
  width: 32px;
  background: url("https://www.ictt.by/images/icons/downloadr.svg");
}

.attachments-a:hover
{
	text-decoration: none !important;
	color: #000000 !important; 
}

.attachments-a:hover .media-download
{
	background: url("https://www.ictt.by/images/icons/downloadb.svg");
}</pre></body></html>