.angie-timeline {
	position: relative;
	padding-left: 50px;
	margin: 20px 0;
}

.angie-timeline::before {
	content: '';
	position: absolute;
	left: 20px;
	top: 0;
	bottom: 0;
	width: 2px;
	background-color: #e5e5e5;
}

.angie-timeline-item {
	position: relative;
	margin-bottom: 30px;
}

.angie-timeline-item:last-child {
	margin-bottom: 0;
}

.angie-timeline-icon {
	position: absolute;
	left: -50px;
	top: 0;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #fff;
	border: 2px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #555;
	z-index: 1;
}

.angie-timeline-icon svg {
	width: 16px;
	height: 16px;
	fill: currentColor;
}

.angie-timeline-icon i {
	font-size: 16px;
}

.angie-timeline-content {
	background: #fff;
	padding: 20px;
	border-radius: 4px;
	box-shadow: 0 2px 10px rgba(0,0,0,0.05);
	border: 1px solid #f0f0f0;
}

.angie-timeline-date {
	display: block;
	font-size: 12px;
	color: #888;
	margin-bottom: 5px;
	font-weight: 600;
	text-transform: uppercase;
}

.angie-timeline-title {
	margin: 0 0 10px 0;
	font-size: 18px;
	color: #333;
}

.angie-timeline-desc {
	margin: 0;
	color: #666;
	line-height: 1.6;
}