/* Add the class 'disable-carousel-links' to your Elementor Posts Carousel widget under Advanced > CSS Classes */
.disable-carousel-links a {
	pointer-events: none;
	cursor: default;
}
