/* Front-end support for justify alignment class (core blocks use this class automatically) */
.has-text-align-justify {
	text-align: justify;
	text-justify: inter-word;
}

/* Optional: nicer spacing for long justified Greek text */
.has-text-align-justify {
	hyphens: auto;
}
