.eco-post-time-infos .eco-post-time-infos__container {
	justify-content: center!important;
}
.eco-single-header .eco-post-time-infos .eco-post-time-infos__container {
	justify-content: flex-start!important;
}

.eco-single-header__main > .eco-post-time-infos {
	padding-left: var(--wp--preset--spacing--500) !important;
	margin-left: 0 !important;
}

.eco-post-touch__container {
	gap: .5rem!important;
}

.eco-post-touch__container {
	padding-right: 1.1rem;
	margin-right: 1rem!important;
	border-radius: 0;

}

.eco-post-infos__item:first-child:not(:last-child) {
	border-right: 1px solid var(--wp--preset--color--neutral-300);
}

.eco-post-time-infos > .eco-post-time-infos__container {
	gap: 0;
}

.eco-post-touch__container * {
	line-height: 0.9rem;
}

@media screen and (max-width: 960px){
	.eco-single-header__main > .eco-post-time-infos {
		padding-left: 0!important;
		margin-right: 0!important;
	}
	.eco-post-time-infos > .eco-post-time-infos__container {
		justify-content: center;
	}
	.eco-post-infos__item {width: 100%; justify-content: center; }
	.eco-post-touch__container {
		padding-right: 0;
		margin-right: 0!important;
	}
	.eco-post-touch__container time {
		padding-right: 0rem;
		border-right: 0px solid var(--wp--preset--color--neutral-300);
	}

	.eco-post-infos__item:first-child:not(:last-child) {
		border-right: 0px solid var(--wp--preset--color--neutral-300);
	}
}