.timeline-carousel-wrapper-28dcbcd4 {
    position: relative;
    width: 100%;
	padding-bottom: 20px; /* Space for dots */
}

/* Override swiper's default styles that hide overflow */
.timeline-carousel-wrapper-28dcbcd4.swiper {
	overflow: hidden;
}

.timeline-track-28dcbcd4 {
    display: flex;
}

.timeline-item-inner-28dcbcd4 {
    display: flex;
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
    overflow: hidden;
}

.timeline-icon-28dcbcd4 {
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.timeline-date-28dcbcd4 {
    font-weight: bold;
}

.timeline-sep-28dcbcd4 {
    width: 100%;
    display: block;
}

.timeline-desc-28dcbcd4 {
    word-break: break-word;
}

/* Pagination container positioning */
.timeline-pagination-28dcbcd4.swiper-pagination {
	position: relative;
	bottom: auto;
	left: auto;
	width: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Dots styling logic is mostly handled in Elementor settings */
.timeline-pagination-28dcbcd4 .swiper-pagination-bullet {
	transition: all 0.3s ease;
	margin: 0 4px;
}