.angie-timeline-wrapper-44b26a6c {
	padding: 20px 0;
}

.angie-timeline-44b26a6c {
	--timeline-color: #343a40;
	--timeline-card-bg: #ffffff;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative;
}

.angie-timeline-44b26a6c::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 20px;
	width: 4px;
	background: var(--timeline-color);
	border-radius: 2px;
}

.angie-timeline-item-44b26a6c {
	position: relative;
	margin-bottom: 30px;
	padding-left: 60px;
}

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

.angie-timeline-dot-44b26a6c {
	position: absolute;
	left: 14px;
	top: 0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: var(--timeline-color);
	border: 4px solid #fff;
	box-shadow: 0 0 0 2px var(--timeline-color);
}

.angie-timeline-content-44b26a6c {
	background: var(--timeline-card-bg);
	padding: 20px;
	border-radius: 8px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.05);
	position: relative;
}

.angie-timeline-content-44b26a6c::before {
	content: '';
	position: absolute;
	top: 4px;
	left: -10px;
	border-width: 10px 10px 10px 0;
	border-style: solid;
	border-color: transparent var(--timeline-card-bg) transparent transparent;
}

.angie-timeline-year-44b26a6c {
	font-weight: 700;
	color: var(--timeline-color);
	margin-bottom: 5px;
	font-size: 1.1em;
}

.angie-timeline-title-44b26a6c {
	margin: 0 0 10px;
	font-size: 1.5em;
}

.angie-timeline-desc-44b26a6c {
	color: #555;
	line-height: 1.6;
}
