/* =============================================================================
- Posts Carousel
============================================================================= */
.gwel-posts-carousel {
	.gwel-carousel-item-inner {
		position: relative;
		display: flex;
		flex-direction: column;
	}
	.gwel-item-url {
		width: 100%;
	}
	.gwel-content {
		width: 100%;
	}
	.gwel-title {
		margin-bottom: 0;
	}
}

.elementor-element-edit-mode {
	.gwel-posts-carousel a {
		pointer-events: none;
	}
}