/*
 * UBM - Texto corrido justificado.
 * Remova o enqueue "ubm-text-justify" em functions.php para desativar.
 */

#content p,
#content li,
#content dd,
#content blockquote,
#content .wp-block-paragraph,
#content .wp-block-quote p,
#content .wp-block-pullquote p,
#content .wp-block-media-text__content p,
#content .elementor-widget-text-editor p,
#content .elementor-widget-theme-post-content p {
	text-align: justify !important;
	text-justify: inter-word;
}
