.truncated__preview {
    display: block;
}

.truncated__full {
    display: none;
}

.truncated__section.is-open .truncated__preview {
    display: none;
}

.truncated__section.is-open .truncated__full {
    display: block;
}

.truncated__toggle {
    display: inline-block;
    margin-top: 1rem;
    cursor: pointer;
    text-decoration: underline;
}

.truncated__preview p,
.truncated__full p,
.truncated__preview ul,
.truncated__full ul,
.truncated__preview ol,
.truncated__full ol,
.truncated__preview blockquote,
.truncated__full blockquote,
.truncated__preview h1,
.truncated__full h1,
.truncated__preview h2,
.truncated__full h2,
.truncated__preview h3,
.truncated__full h3,
.truncated__preview h4,
.truncated__full h4,
.truncated__preview h5,
.truncated__full h5,
.truncated__preview h6,
.truncated__full h6
 {
    margin-top: 0;
    margin-bottom: 1em;
}

.truncated__preview ul,
.truncated__full ul,
.truncated__preview ol,
.truncated__full ol {
    padding-left: 1.5em;
}

.truncated__preview li,
.truncated__full li {
    margin-bottom: 0.5em;
}

.truncated__preview a, 
.truncated__full a{
    color: inherit;
    text-decoration: underline;
}

.truncated__preview strong,
.truncated__full strong {
    font-weight: 700;
}

.truncated__preview em,
.truncated__full em {
    font-style: italic;
}