ul.lists {
	list-style: none;
}
.lists .list {
	list-style: none;
	display: flex; gap: 1rem;
	margin: 1rem 0 0 0; padding: 1.5rem 0 0 0;
	border-top: 1px solid #ccc;
}
.lists .list .info {
	flex: 1 1 auto;
}
.lists .list .name {
	font-size: 1.125rem; font-weight: 500; line-height: 1;
}
.lists .list .description {
	font-size: 1; margin-top: 0.25rem;
}
.lists .list .link {
	flex: 0 0 fit-content;
}
