.custom-richtext .richtext-content p:not(:last-child) {line-height: 18px;margin-bottom: 20px;}
.custom-richtext .richtext-content p{margin:0px;}
.custom-richtext .richtext-heading .richtext-tag-title{margin-bottom: 20px;}
.custom-richtext .richtext-content-block .read-more-btn {display: none;cursor: pointer;margin-top:20px;line-height:18px;font-weight:700;}
.custom-richtext .richtext-content {max-height: 114px;overflow: hidden;}
.custom-richtext .richtext-content-block.expanded .richtext-content {max-height: none;}
.custom-richtext .richtext-content :where(h1, h2, h3, h4, h5, h6){font-family: var(--heading-font-family);font-weight: var(--heading-font-weight);font-style: var(--heading-font-style);letter-spacing: var(--heading-letter-spacing);text-transform: var(--heading-text-transform);overflow-wrap: anywhere;margin-bottom: 20px;font-size: var(--text-h4);line-height: 1.6;}

@media screen and (min-width: 699px){
    .custom-richtext .richtext-content {max-height: 113px;}
}