
body[class] section.blog_content{
    padding-bottom: 60px;
}
body[class]{
    color: unset;
}
.blog_content :where(p,a,li,span,h1,h2,h3,h4,h5,h6){
    font-family: 'inter';
    /* color: unset; */
    font-size: 18px;
    line-height: 25px;
}
.blog_content_wrap{
    margin-top: 60px
}

/* WordPress image alignment fix */
img.alignleft {
    float: left;
    margin-right: 1.5em;
}

img.alignright {
    float: right;
    margin-left: 1.5em;
}

img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

img.alignnone {
    display: inline;
}


/* .blog_content_wrap h1{
    font-size: 42px;
    line-height: 55px;
    color: var(--color-theme-primary);
} */

.blog_content_wrap :where(h1, h3, h3, h5){
    /* text-align: center; */
    padding-bottom: 10px;
    margin-bottom: 10px;
    /* border-bottom: 1px solid #e0decd; */
}

/* .blog_content_wrap :where(p){
    font-size: 18px;
    line-height: 30px;
} */

.blog_inner_content :where(img){ 
    width: auto;
    height: auto;
    max-width: 100%;
    margin: 15px 0;
}

.blog_content_wrap :where(ol, ul):not(.blog_sociel_wrap ul){
   padding-left: 20px;
}

.blog_content_wrap :where(.blog_inner_img){
    margin: 15px 0;
}

/* .blog_content_wrap :where(h4, h3, h2){
    font-size: 29px;
    line-height: 44px;
    margin-top: 50px;
    color: var(--color-theme-primary);
        font-family: 'balkindregular';
} */

/* .blog_content_wrap :where(h4){
   text-align: left;
} */

.blog_content_wrap :where(h4):before{
   content: "";
   background: url(https://theleatherlaundry.di91.com/wp-content/uploads/2024/10/productweservice.png) no-repeat;
   height: 62px;
   width: 62px;
   display: inline-block;
   vertical-align: middle;
   background-size: cover;
   margin-right: 10px;
}

/* .blog_content_wrap :where(p, li, a){
    font-family: inter;
	line-height: 2rem;
    color: var(--color-theme-primary);
} */