.prose {
    text-align: justify;
    text-indent: 2em;
    margin-bottom: 1.2em;
    line-height: 1.8;
    color: #212529;
    overflow: hidden;
}

.prose>div {
    text-indent: 3em;
}

.prose>ul,
.prose>ol,
.prose>blockquote,
.prose>h1,
.prose>h2,
.prose>h3 {
    text-indent: 0;
}

/* Trix attachment figures - prevent overflow */
.prose figure,
.prose .attachment {
    text-indent: 0;
    max-width: 100% !important;
    overflow: hidden;
}

.prose figure a,
.prose .attachment a {
    display: block;
    max-width: 100%;
}

.prose img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
}

@media (max-width: 576px) {
    .prose {
        text-align: left;
    }
}
