/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 30 2026 | 07:37:38 */
/* ============================================
   Home posts wrapper - featured image border decoration
   ============================================ */

/* Allow overflow for child elements */
.wa-home_posts_wrapper .clinika_shortcode_blog,
.wa-home_posts_wrapper .vc_col-sm-4,
.wa-home_posts_wrapper .shortcode_post_content {
    overflow: visible !important;
}

.wa-home_posts_wrapper .post {
    overflow: visible !important;
}

.wa-home_posts_wrapper .shortcode_post_content > a {
    position: relative;
    display: block;
    margin: 0 0 14px 0;
    overflow: visible !important;
}

/* Remove the broken offset border pseudo-element */
.wa-home_posts_wrapper .shortcode_post_content > a::after {
    display: none !important;
}
.wa-home_posts_wrapper .shortcode_post_content .featured_image_content {
	border-radius: 10px !important;
	border: 1px solid rgba(210, 210, 215, 0.7);
	padding: 15px;
}

@media (max-width: 767px) {
	.wa-home_posts_wrapper .shortcode_post_content .text_content, .single-post .blog_custom .post-details {
		padding: 0;
	}
}

/* Clean border + shadow directly on the image */
.wa-home_posts_wrapper .featured_image_content img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
	border-radius: 8px;
	object-fit: cover;
    aspect-ratio: 2 / 1;
}

/* Disable default theme hover transform */
.wa-home_posts_wrapper .featured_image_content img:hover {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
    transform: none !important;
}