.section__header--single-blog{
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 0 24px;
  max-width: calc(1240px + 24px * 2);
  width: 100%;
  margin: 0 auto;
}
.section__title--single-blog{
  display: flex;
  flex-direction: column;
  align-items: self-start;
  gap: 8px;
}
.section__body.section__body--blog {
  max-width: calc(1240px + 24px * 2);
  width: 100%;
  margin: 0 auto;
  padding-left: 24px;
  padding-right: 24px;
  gap: 16px !important;
}

.section__body--blog h2 {
  position: relative;
  color: var(--thema-green);
  margin-top: 40px !important;
}
.section__body--blog h3 {
  color: var(--thema-green);
}

.section__body--blog h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: -24px;
  width: 6%;
  height: 3px;
  background: var(--thema-green);
}

.section__body--blog h2::after {
  content: "";
  position: absolute;
  right: 0;
  top: -24px;
  width: 94%;
  height: 3px;
  background: var(--theme-green-sub);
}

.section__body--blog p  {
  margin-bottom: 16px !important;
}
.section__body--blog p:last-child {
  margin-bottom: 0 !important;
}
.section__body--blog ol.wp-block-list {
  list-style: decimal outside;
  padding-left: 40px !important;
  /* margin-top: 24px !important; */
}
.section__body--blog .wp-block-list .wp-block-list {
  margin-top: 8px;
}
.section__body--wp ul.wp-block-list{
  list-style: disc outside;
  padding-left: 40px !important; 
  margin-top: 24px !important;
}
.section__body--blog ul.wp-block-list{
  list-style: disc outside;
  padding-left: 40px ; 
  margin-bottom: 24px ;
}
.section__body--blog ul.wp-block-list ul{
  margin-top: 8px ;
}
.section__body--blog>p~h3{
  margin-top: 24px;
}
.section__body--blog ul~p{
  margin-bottom: 0 !important;
}
/* .section__body--blog ul~h3,
.section__body--blog ol~h3{
  margin-top: 0 !important;
} */
.section__body--blog p+ul{
  margin-bottom: 24px !important;
}

.section__body--blog .wp-block-list li {
  margin-bottom: 8px;
  word-wrap: break-word; 
  overflow-wrap: break-word;
}
.section__body--blog .wp-block-list li:last-child{
  margin-bottom: 0;
}
.section__body--blog p:has(+ .wp-block-spacer) {
  margin-bottom: 0 !important;
}
.section__body--blog .wp-block-list {
  /* margin-top: 16px !important; */
  margin-bottom: 16px !important;
}
.wp-block-heading{
  margin-bottom: 16px !important;
}
.section__body--blog .wp-block-heading+.wp-block-list{
  margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
  .section__body--blog .wp-block-table td,
  .section__body--blog .wp-block-table th{
    font-size: 14px;
  }
  .section__body--blog p~p{
    margin-bottom: 0 !important;
  }
  .section__body--blog p~h2,
  .section__body--blog p~h3,
  .section__body--blog p~h4{
    margin-top: 16px!important;
  }
}
