.gdt-timeline-block {
	margin: 2rem 0;
}

.gdt-timeline-loading,
.gdt-timeline-error {
	text-align: center;
	color: #666;
	padding: 2rem 0;
}

.gdt-timeline-scroll {
	display: flex;
	gap: 1.25rem;
	overflow-x: auto;
	padding: 1rem 0.25rem 1.5rem;
	scroll-snap-type: x proximity;
	-webkit-overflow-scrolling: touch;
}

.gdt-timeline-scroll::-webkit-scrollbar {
	height: 8px;
}

.gdt-timeline-scroll::-webkit-scrollbar-thumb {
	background: #c3c4c7;
	border-radius: 4px;
}

.gdt-timeline-segment {
	flex: 0 0 280px;
	scroll-snap-align: start;
	background: #fff;
	border: 1px solid #e0e0e0;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

.gdt-timeline-segment-title-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

.gdt-timeline-segment-title-link:hover .gdt-timeline-segment-title {
	color: #0073aa;
}

.gdt-timeline-segment-title {
	margin: 0;
	padding: 0.85rem 1rem 0.15rem;
	font-size: 1rem;
	font-weight: 600;
}

.gdt-timeline-segment-dates {
	margin: 0;
	padding: 0 1rem 0.25rem;
	font-size: 0.78rem;
	color: #888;
}

.gdt-timeline-segment-stats {
	margin: 0;
	padding: 0 1rem 0.75rem;
	font-size: 0.8rem;
	color: #666;
}

.gdt-timeline-segment-map {
	width: 100%;
	height: 160px;
	background: #eee;
}

.gdt-timeline-segment-map--empty {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 0.75rem;
	color: #999;
	padding: 0 1rem;
}

.gdt-notice {
	padding: 1rem;
	background: #fef7e0;
	border: 1px solid #e6c200;
	border-radius: 6px;
}
