.sc-entries-list {
	width: 100%;
	margin: 0;
	padding: 0;
}

.sc-entry-item {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d9d9d9;
}

.sc-entry-item:first-child {
	border-top: 1px solid #d9d9d9;
}

.sc-entry-link {
	display: block;
	padding: 14px 4px;
	color: #010e6e;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.3;
	text-decoration: none !important;
	transition: color 0.18s ease, padding-left 0.18s ease;
}

.sc-entry-link:hover,
.sc-entry-link:focus {
	color: #a94218;
	padding-left: 8px;
	text-decoration: none !important;
}

.sc-entry-editor-message {
	padding: 12px 14px;
	border: 1px dashed #b9c1ca;
	background: #f8fafc;
	color: #475569;
	font-size: 13px;
	line-height: 1.45;
}

@media (max-width: 767px) {
	.sc-entry-link {
		padding: 12px 2px;
		font-size: 18px;
	}
}
