/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 07 2025 | 22:03:33 */
/* plugin WP post carousel */

/* light.css style customize */
.elementor-inner .light-theme.wp-posts-carousel .wp-posts-carousel-details {
    padding: 0 0.75em 0.75em;
}
.elementor-inner .light-theme.wp-posts-carousel .wp-posts-carousel-image {
    padding-top: 0;
		zborder-radius: 10px;
}
.zzelementor-inner .light-theme.wp-posts-carousel .wp-posts-carousel-image:after {
		content: "";
		background-image: url('/wp-content/uploads/2021/04/youtube-logo-white.svg');
		background-size: 100%;
		background-repeat: no-repeat;
		background-position:  right top;
		position: absolute;
		right: 5px;
		top:5px;
		width:30px;
		height:23px;
		display: block;
		opacity: 0.8;
		padding:0;
}
.elementor-inner .light-theme.wp-posts-carousel .wp-posts-carousel-container {
    padding: 0;
		border-color: whitesmoke;
		border-radius: 10px;
		overflow: hidden;
		border: 1px solid var(--border);
		box-shadow: 2px 5px 10px rgb(0 0 0 / 8%);
}
.elementor-inner .light-theme.wp-posts-carousel .wp-posts-carousel-container:hover {
		border: 1px solid var(--border);
		box-shadow: 3px 8px 16px rgb(0 0 0 / 12%);
		background-color: inherit;
}

.elementor-inner .light-theme.wp-posts-carousel .wp-posts-carousel-title {
		height: 2.5em;
		overflow: hidden;
		border:0;
		padding:0;
}

.elementor-inner .light-theme.wp-posts-carousel .wp-posts-carousel-desc {
		height: 4.5em;
		font-size: 1em;
		overflow: hidden;
		border: 0;
		padding: 0;
		margin-bottom: 0;
}

.elementor-inner .light-theme.wp-posts-carousel .wp-posts-carousel-slide {
   padding: 0;
   margin-left: 0;
   width: 100%;
}