.pld-9987-list {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}

.pld-9987-item {
	border-top: 1px solid #e0e0e0;
	display: block;
}

.pld-9987-item:first-child {
	border-top: none;
}

.pld-9987-link {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	color: inherit;
	width: 100%;
}

.pld-9987-text-wrap {
	display: flex;
	flex-direction: column;
	flex: 1;
}

.pld-9987-title {
	font-weight: 500;
}

.pld-9987-date {
	font-size: 0.85em;
	opacity: 0.7;
	margin-top: 2px;
}

.pld-9987-arrow {
	margin-left: 12px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
}
