<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.mp-stacks-widgets{
	display:inline-block;
	text-align:left;
	width:100%;
	vertical-align:bottom;
}
.mp-stacks-widgets-item{
	padding-right:20px;	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.mp-stacks-widgets a{
	text-decoration:none;	
}
.mp-stacks-widgets .mp-stacks-widgets-item{
	float:left;	
}
.mp-stacks-widgets ul{
	list-style:outside disc none;
	margin:0px;
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
}
.mp-stacks-widgets-menu .sub-menu li:last-child{
	margin-bottom:0px!important;
	
}
.mp-stacks-widgets .sub-menu{
	margin:0px 0px 0px 20px;
	max-height: 0px;
	overflow:hidden;
	
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	
	transition: all 1s ease;	
	-webkit-transition: all 1s ease;	
	-moz-transition: all 1s ease;	
}
.mp-stacks-widgets li:hover &gt; .sub-menu{
	max-height:900px;
}
.mp-stacks-widgets-item-clearedfix:after {
	content: ".";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.mp-stacks-widgets .post-date{
	font-size: 80%;	
	display:block;
}

.mp-brick[max-width~='600px'] .mp-stacks-widgets-item{
	margin-top:20px;
	width:100%!important;
	max-width:100%!important;
}
.mp-brick[max-width~='600px'] .mp-stacks-widgets-item:first-child{
	margin-top:0px;
}</pre></body></html>