.gtw-timeline {
	position: relative;
}

.gtw-item {
	display: flex;
	align-items: flex-start;
	gap: 28px;
}

.gtw-item:not(:last-child) {
	padding-bottom: 48px;
}

.gtw-dot-col {
	display: flex;
	flex-direction: column;
	align-items: center;
	flex-shrink: 0;
	align-self: stretch;
}

.gtw-dot {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background-color: #4a7c59;
	flex-shrink: 0;
}

.gtw-connector {
	flex: 1;
	width: 2px;
	background-color: #4a7c59;
	margin-top: 6px;
	transform-origin: top center;
}

.gtw-content {
	flex: 1;
	min-width: 0;
}

.gtw-title {
	margin: 0 0 12px;
}

.gtw-text {
	margin: 0;
}

.gtw-text p:last-child {
	margin-bottom: 0;
}

/* Show everything in the Elementor editor without animation state */
.elementor-editor-active .gtw-dot,
.elementor-editor-active .gtw-connector,
.elementor-editor-active .gtw-title,
.elementor-editor-active .gtw-text {
	opacity: 1 !important;
	transform: none !important;
}
