/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 20 2024 | 05:18:01 */
/* For carousel posts that are included in pages */
.post-loop {
	background-color: transparent;
    background-image: radial-gradient(rgb(71, 147, 175) 30%, rgb(67, 119, 137) 69%);
	border-radius: 20px;
}

.post-loop-image img {
	clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
}

.loop-post-category span a {
	border: 1px solid white;
    padding: 4px 8px;
    border-radius: 2px;
}