/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 08 2025 | 01:19:55 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
#block-8 {
	width: 100%;
}

.sk-posts-header {
	display: none !important;
}
body .sk-ww-linkedin-profile-post .sk-post-username {
	color: #3480dc !important;
}
body .sk-ww-linkedin-profile-post .sk-post-body {
	margin: 0px;
}
body .sk-ww-linkedin-profile-post .sk-posts-masonry {
	display: flex;
	flex-wrap: wrap;
	height: unset !important;
	gap: 2%;
}
body .sk-ww-linkedin-profile-post .sk-posts-masonry .sk-post-item {
	position: unset !important;
    width: 49%;
    margin-bottom: 10px;
	height: 400px;
}
body .sk-scrollhover {
	scrollbar-gutter: auto;
}
body .sk-ww-linkedin-profile-post .sk-post-media.--image .sk-post-image-wrapper img, body .sk-ww-linkedin-profile-post .sk-post-media.--iframe iframe {
	height: 200px;
} 
@media screen and (max-width: 1025px) {
	body .sk-ww-linkedin-profile-post .sk-posts-grid {
		grid-template-columns: repeat(min(2, 3),
					1fr);
	}
}
@media screen and (max-width: 990px) {
	body .sk-ww-linkedin-profile-post .sk-posts-grid {
		grid-template-columns: repeat(min(1, 3),
					1fr);
	}
}