[id] > h1 {
margin: 16px 0 24px !important;
}
.post article > [id] > h2 {
margin: 40px 0 24px !important;
}
.post article > [id] > h3,
.post article > [id] > h4 {
margin: 32px 0 16px !important;
}
.post article > [id] > p {
margin: 16px 0 !important;
}
.post article > [id] > blockquote,
.post article > [id] > cms-popup,
.post article > [id] > esn-carousel,
.post article > [id] > esn-video-player {
margin: 24px 0 !important;
}
.post article > [id] > hr {
height: 2px !important;
background-color: #ebebeb !important;
margin: 21px 0px;
}
.post article > [id] > hr+cms-collapsible {
margin-top: -21px;
}
/* —– */
/********/
/* TODO: hide French translation button from diseases*/
sn-button:has(#switch_translation_to_fr) {
display: none;
}
]]>