/**
 * Justify for Paragraph Block - Styles
 * 
 * CSS styles for text justification in supported text blocks
 * 
 * @package JustifyForParagraphBlock
 * @since 1.2.0
 */

/* Apply text justification to supported text blocks */
.has-text-align-justify {
    text-align: justify; /* Full justification of text */
}
