/* Class-based alignment for BtJoditEditor — applies to both text blocks and image containers. */
.bt-jodit-text-left {
	text-align: left;
}

.bt-jodit-text-right {
	text-align: right;
}

.bt-jodit-text-center {
	text-align: center;
}

.bt-jodit-text-justify {
	text-align: justify;
}
