/* CSS Document */

/* In style.css und editor.css ersetzen: */
.is-style-justify-content p,
.is-style-justify-content li {
    text-align: justify;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    margin-left: 0 !important;
}

/* Explizite Überschreibungen für manuelle Ausrichtungen */
.is-style-justify-content p.has-text-align-left {
    text-align: left !important;
    hyphens: none;
}

.is-style-justify-content p.has-text-align-center {
    text-align: center !important;
    hyphens: none;
}

.is-style-justify-content p.has-text-align-right {
    text-align: right !important;
    hyphens: none;
}