<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.joomladnews .infoblock {
    clear: both;
    display: block;
}
.joomladnews_tag{
	padding:2px 6px;
	border-radius: 5px;
	background-color:#ccc;
	float: right;
	font-size: 10px;
	color: #333;
}

/* .joomladnews .slides &gt; li {display: none;} */
.joomladnews .itemrow {clear: both;}
.joomladnews .itemrow .item {box-sizing: border-box;}

/*** COLS ***/
/* 1 col */
.joomladnews .itemrow.col-1 &gt; .item {
	width: 100%;
}

/* 2 col */
.joomladnews .itemrow.col-2 .item {
	width: 50%;
	float: left;
	padding: 0 10px;
}

/* 3 col */
.joomladnews .itemrow.col-3 .item {
	width: 33.333%;
	float: left;
	padding: 0 10px;
}

/* 4 col */
.joomladnews .itemrow.col-4 .item {
	width: 25%;
	float: left;
	padding: 0 10px;
}

/* 5 col */
.joomladnews .itemrow.col-5 .item {
	width: 20%;
	float: left;
	padding: 0 10px;
}

/* 6 col */
.joomladnews .itemrow.col-6 .item {
	width: 16.6666%;
	float: left;
	padding: 0 10px;
}

@media only screen and (max-width: 767px) and (min-width: 321px), only screen and (max-width: 768px) and (min-width: 321px) and (orientation: portrait){
    .joomladnews .itemrow.col-2 .item,
    .joomladnews .itemrow.col-3 .item,
    .joomladnews .itemrow.col-4 .item,
    .joomladnews .itemrow.col-5 .item,
    .joomladnews .itemrow.col-6 .item {
    	width: 99%;
	}
} </pre></body></html>