/*.article-content h2,*/
/*.article-content h3,*/
/*.article-content h4 {*/
/*    margin-top: 3rem;*/
/*    margin-bottom: 1.5rem;*/
/*}*/

.article-content h2 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
}
.article-content h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.0rem;
}
.article-content h4 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.n8n-form iframe {
    width: 100%;
    height: 100%;
}
