@charset "utf-8";

.post__text > * + * {
    margin-top: 1.5rem;
}
.post__text ol, .post__text ul {
    list-style: initial;
}

.post__text h2 {
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: bold;
    border-left: 3px solid;
    padding-left: 0.5em;
    margin-top: 2.5rem;
}

.post__text h3 {
    font-size: 1.1rem;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 2rem;
}

.post__text h4 {
    font-size: 1rem;
    line-height: 1.4;
    font-weight: bold;
    margin-top: 1.5rem;
}

.post__text h2 + h3,
.post__text h3 + h4 {
    margin-top: 1rem;
}

.post__text ul {
    list-style-type: disc;
    padding-left: 1.625rem;
}

.post__text ol {
    list-style-type: decimal;
    padding-left: 1.625rem;
}

.post__text li p {
    margin: 0;
}

.post__text .textlive-image.image-block {
    display: block;
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}

.post__text a:has(.textlive-image) {
    border-bottom: none;
}