.dcn-post-dates {
	display: flex;
	max-width: 100%;
	min-width: 0;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-start;
	gap: 0.45em;
	font-size: 0.95em;
	line-height: 1.5;
	overflow-wrap: anywhere;
}

.dcn-post-dates__item {
	display: inline-flex;
	min-width: 0;
	align-items: baseline;
	gap: 0.25em;
}

.dcn-post-dates__label { font-weight: 600; }
.dcn-post-dates__separator { flex: 0 0 auto; opacity: 0.55; }

@media (max-width: 480px) {
	.dcn-post-dates { align-items: flex-start; gap: 0.2em 0.35em; }
}

@media (max-width: 360px) {
	.dcn-post-dates__item { flex-basis: 100%; }
	.dcn-post-dates__separator { display: none; }
}

