/* Famous Mason Timeline – Masons on the Level */

.motl-famous-mason-timeline-wrapper {
	margin-top: 3rem;
	margin-bottom: 2rem;
	padding: 2rem 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.motl-timeline-title {
	font-size: 1.75rem;
	margin-bottom: 2rem;
	color: var(--worn-black, #1a1a1a);
}

.motl-timeline {
	position: relative;
	max-width: 700px;
	margin: 0 auto;
	padding-left: 2rem;
}

.motl-timeline::before {
	content: '';
	position: absolute;
	left: 0;
	top: 0.5rem;
	bottom: 0.5rem;
	width: 3px;
	background: linear-gradient(to bottom, var(--maroon, #B13E3B), var(--sage, #7A7E61));
	border-radius: 2px;
}

.motl-timeline-item {
	position: relative;
	padding-bottom: 2rem;
}

.motl-timeline-item:last-child {
	padding-bottom: 0;
}

.motl-timeline-marker {
	position: absolute;
	left: -2rem;
	top: 0.25rem;
	width: 14px;
	height: 14px;
	margin-left: -5.5px;
	background: var(--maroon, #B13E3B);
	border: 3px solid #fff;
	border-radius: 50%;
	box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
}

.motl-timeline-content {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 8px;
	padding: 1rem 1.25rem;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.motl-timeline-date {
	font-weight: 600;
	font-size: 1rem;
	color: var(--maroon, #B13E3B);
	margin-bottom: 0.25rem;
}

.motl-timeline-age {
	font-size: 0.875rem;
	color: var(--sage, #7A7E61);
	margin-bottom: 0.35rem;
}

.motl-timeline-label {
	font-size: 1.0625rem;
	color: var(--worn-black, #1a1a1a);
	font-weight: 500;
}

@media (min-width: 768px) {
	.motl-timeline {
		padding-left: 2.5rem;
	}

	.motl-timeline::before {
		left: 0;
		width: 4px;
	}

	.motl-timeline-marker {
		left: -2.5rem;
		width: 16px;
		height: 16px;
		margin-left: -6px;
	}

	.motl-timeline-content {
		padding: 1.25rem 1.5rem;
	}
}
