<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/************************************************************
				Box Sizing
************************************************************/
.recent-post-slider * {-webkit-box-sizing: border-box; -moz-box-sizing: border-box;box-sizing: border-box;}

/************************************************************
				Clearfix
************************************************************/
.wppsac-clearfix:before, .wppsac-clearfix:after{content: "";display: table;}
.wppsac-clearfix::after{clear: both;}
.wppsac-clearfix{clear: both;}

/************************************************************
				Slick slider
************************************************************/
.rpwd-recent-post-main.rpwd-design-1 .rpwd-recent-post, .rpwd-recent-post-main.rpwd-design-3 .rpwd-recent-post{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		
}
.rpwd-recent-post-main.rpwd-design-2 .rpwd-recent-post, .rpwd-recent-post-main.rpwd-design-3 .rpwd-recent-post-1{
display: table;
}
.rpwd-recent-post-main .rpwd-recent-post{margin-bottom: 25px}
.rpwd-recent-post-main.rpwd-design-1 .rpwd-recent-post__image, .rpwd-recent-post-main.rpwd-design-3 .rpwd-recent-post__image {
    margin-right: 20px;
}
.rpwd-recent-post-main.rpwd-design-2 .rpwd-recent-post__image, .rpwd-recent-post-main.rpwd-design-3 .rpwd-recent-post-1 .rpwd-recent-post__image {margin-bottom: 15px; margin-right:0px;}
.rpwd-recent-post-main .rpwd-recent-post__image a, .rpwd-recent-post-main.rpwd-design-2 .rpwd-recent-post {
    position: relative;
    display: block;
    width: 100%;
}
.rpwd-recent-post-main.rpwd-design-1 .rpwd-recent-post__image a, .rpwd-recent-post-main.rpwd-design-3 .rpwd-recent-post__image a {    
    width: 90px;
}
.rpwd-recent-post-main.rpwd-design-3 .rpwd-recent-post-1 .rpwd-recent-post__image a{
 width: 100%;
}
.rpwd-recent-post-main .rpwd-recent-post__text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.rpwd-recent-post__title{margin:0px 0 5px 0 !important; color:#000;}
.rpwd-recent-post__title a{color:#000;}
.rpwd-post-categories a, .rpwd-post-date{color:#555; font-size:13px;}

.rpwd-post-categories {margin-bottom:5px;}</pre></body></html>