#coll-head {
	display: flex;
	// align-items: center;
	justify-content: space-between;
	gap: 0;
	margin: 1.4em 0 .4em 18px;
	font-size: 1em;
	padding-bottom: 1em;
	border-bottom: 1px solid currentColor;
}

.coll-sect {
	padding: 0 .75em;
	border-right: 1px solid currentColor;
}

.coll-sect:first-child {
	padding-left: 0;
}

.coll-sect:last-child {
	border-right: none;
	padding-right: 0;
}

#collect-foot {
display: flex;
align-items: center;
gap: 0;
margin: 1.4em 0 .4em 0;
padding: 0 2em;
border-top: 1px solid currentColor;
border-bottom: 1px solid currentcolor;
padding: .6em 0;
}

.collect-foot-prev {
	padding-left: 2em;
}

.collect-foot-next {
	margin-left: auto;
	text-align: right;
	padding-right: 2em;
}
	