<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.com-item-small{
	position: relative;
	padding-bottom: 10px;
}

.com-item-small.medium{
	position: relative;
	padding-bottom: 30px;
}

.com-item-small .section-title{
	font-size: 0.8rem;
	text-decoration: underline;
	text-underline-offset: 3px;
	letter-spacing: 0.1px;
}



.com-item-small.medium .section-title,.com-item-small.big .section-title {
	font-size: 0.8rem;
	text-decoration: underline;
	text-underline-offset: 3px;
	letter-spacing: 0.1px;
}

.com-item-small .time{
	font-size: 0.8rem;
	color: #888;
}
.com-item-small .title{
	font-size: 100%;
	line-height: 140%;
	font-weight:bold;
}
.com-item-small .subtitle{
	margin-top: 5px;
	margin-bottom: 5px;
	font-size: 95%;
	line-height: 128%;
	letter-spacing: 0.1px;
}
.com-item-small .authors {
	margin-top: 5px;
	font-size: 0.8rem;
	color: #888;
}

.com-item-small.medium .title{
	font-size: 120% !important;
	margin-top:5px;
}


.com-item-small.big .title{
	font-size: 160% !important;
}

@media(max-width: 768px){
	.com-item-small .title{
		font-weight: 700;
	}
	.com-item-small.big .title{
		font-size: 120% !important;
	}
 
	
}
@media(min-width: 992px){
	.com-item-small.big .title{
		font-size: 150% !important;
	}
 

}</pre></body></html>