.sn-page-list .sn-page-list__item {
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 0;
	margin: 0;
}

.sn-page-list .sn-page-list__item::before {
	display: none;
}

.sn-page-list__item__link,
.sn-page-list__item__time {
	position: relative;
	z-index: 2;
	background-color: var(--color-light-grey);
}
