/*
 * BACB Requirement Changes timeline (templates/page-resources-changelog.php).
 *
 * utilities.css is a static port from the original site (no build pipeline),
 * so utility classes it never used do not exist. This file provides the
 * timeline-specific structure; everything else on the page uses the shared
 * compiled utilities.
 */

/* One timeline entry: indent clears the dot column, gap separates entries. */
.cl-entry {
	position: relative;
	padding-left: 2rem;
	padding-bottom: 2.5rem;
}

@media (min-width: 640px) {
	.cl-entry {
		padding-left: 2.5rem;
	}
}

.cl-entry:last-child {
	padding-bottom: 0;
}

/* Dot marker, aligned with the date line; rule connects to the next entry. */
.cl-dot {
	top: 0.375rem;
}

.cl-rule {
	left: 6px;
}

/* "What changed" bullets (utilities.css has no list-style classes). */
.cl-details {
	list-style: disc;
	margin: 0 0 0.75rem;
	padding-left: 1.25rem;
}

/* Source links: subtle underline that strengthens on hover. */
.cl-sources a {
	text-decoration-color: #d1d5db;
	text-underline-offset: 2px;
}

.cl-sources a:hover {
	text-decoration-color: currentColor;
}
