.dtc-blog-categories,
.dtc-blog-archive {
	box-sizing: border-box;
	font-family: 'Source Sans 3', sans-serif;
}

.dtc-blog-categories__heading,
.dtc-blog-archive__heading {
	margin-bottom: 20px;
	padding-bottom: 12px;
	border-bottom: 3px solid #d10921;
}

.dtc-blog-categories__list,
.dtc-blog-archive__list {
	display: flex;
	flex-direction: column;
}

.dtc-blog-categories__item,
.dtc-blog-archive__item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	transition: color 0.2s ease;
}

.dtc-blog-categories__item {
	padding: 12px 0;
	border-bottom: 1px solid #e2e2e3;
}

.dtc-blog-categories__item:last-child {
	border-bottom: none;
}

.dtc-blog-archive__item {
	padding: 11px 0;
	border-bottom: 1px solid #2a2b2c;
}

.dtc-blog-archive__item:last-child {
	border-bottom: none;
}

.dtc-blog-categories__count {
	font-size: 12px;
	font-weight: 700;
	padding: 3px 10px;
	border-radius: 12px;
	margin-left: 12px;
	white-space: nowrap;
}

.dtc-blog-archive__count {
	font-size: 13px;
	margin-left: 12px;
	white-space: nowrap;
}

.dtc-blog-categories__empty,
.dtc-blog-archive__empty {
	font-size: 14px;
	color: #78797c;
	margin: 0;
}
