.jct-arrest-log {
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 16px;
	max-width: 700px;
	font-family: inherit;
	background: #fff;
	box-sizing: border-box;
}

.jct-arrest-log__header {
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 4px;
}

.jct-arrest-log__subheader {
	font-size: 0.9em;
	color: #555;
	margin-bottom: 8px;
}

.jct-arrest-log__count {
	font-weight: bold;
	margin-bottom: 12px;
	padding-bottom: 8px;
	border-bottom: 1px solid #eee;
}

.jct-arrest-log__viewport {
	position: relative;
	height: 360px;
	overflow: hidden;
	border: 1px solid #e5e5e5;
	border-radius: 4px;
	background: #fafafa;
}

/* Degrade gracefully: with no JS/animation class applied, the viewport simply
   becomes a normal scrollable box showing the full list. */
.jct-arrest-log__viewport:not(.jct-arrest-log__viewport--animated) {
	overflow-y: auto;
	height: auto;
	max-height: 480px;
}

.jct-arrest-log__track {
	will-change: transform;
}

.jct-arrest-log__viewport--animated .jct-arrest-log__track {
	position: relative;
}

.jct-arrest-log__entry {
	padding: 10px 12px;
	border-bottom: 1px solid #ececec;
	font-size: 0.95em;
	line-height: 1.4;
}

.jct-arrest-log__entry:last-child {
	border-bottom: none;
}

.jct-arrest-log__sponsor {
	margin: 6px 0;
	padding: 10px 12px;
	background: #fff8e1;
	border: 1px dashed #e0c25e;
	border-radius: 4px;
	text-align: center;
}

.jct-arrest-log__sponsor-label {
	display: block;
	font-size: 0.7em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #a08328;
	margin-bottom: 4px;
}

.jct-arrest-log__population {
	margin-top: 12px;
	padding-top: 8px;
	border-top: 1px solid #eee;
	font-size: 0.85em;
	color: #555;
	font-style: italic;
}

.jct-arrest-log--empty {
	padding: 16px;
	color: #777;
	font-style: italic;
}
