.elementor-19502 .elementor-element.elementor-element-41d19297{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:1rem 1rem;--row-gap:1rem;--column-gap:1rem;--padding-top:4rem;--padding-bottom:4rem;--padding-left:1rem;--padding-right:1rem;}.elementor-19502 .elementor-element.elementor-element-6483771a{text-align:center;}.elementor-19502 .elementor-element.elementor-element-6483771a .elementor-heading-title{color:var( --e-global-color-primary );}.elementor-19502 .elementor-element.elementor-element-53e61fc3{text-align:center;}.elementor-19502 .elementor-element.elementor-element-c180059 .elementor-image-carousel-wrapper .elementor-image-carousel .swiper-slide-image{border-radius:1rem 1rem 1rem 1rem;}@media(max-width:1024px){.elementor-19502 .elementor-element.elementor-element-41d19297{--padding-top:2rem;--padding-bottom:2rem;--padding-left:1rem;--padding-right:1rem;}}@media(max-width:767px){.elementor-19502 .elementor-element.elementor-element-41d19297{--gap:25px 25px;--row-gap:25px;--column-gap:25px;}}/* Start custom CSS */.elementor-menu-anchor {
    top: -80px;
    position: relative;
}

.single-blog_post-nav_section .elementor-post-navigation {
    gap: 20px;
}
.single-blog_post-nav_section .elementor-post-navigation__link {
    padding: 25px;
    border: 1px solid #5761FF;
    border-radius: 15px;
    transition: background-color 300ms;

}

.single-blog_post-nav_section .elementor-post-navigation__link:hover {
    background-color: #EAEAFF;
    
}

.single-blog_post-nav_section .elementor-post-navigation__link .elementor-post-navigation__link__prev,
.single-blog_post-nav_section .elementor-post-navigation__link .elementor-post-navigation__link__next {
    gap: 20px
}

.single-blog_post-nav_section .elementor-post-navigation__link:not(:has(.post-navigation__arrow-wrapper)) {
    visibility: hidden;
    opacity: 0;
}

.single-blog_post-nav_section span.post-navigation__arrow-wrapper {
    align-self: flex-end;
}

.single-blog_comments_section input, .single-blog_comments_section textarea {
    border-radius: 15px;
    border: 1px solid #5761FF;
}

.single-blog_post-meta_section {
	
}
.single-blog_content_section {
	
}
.single-blog_author-box_section {
	
}


.post-content > :last-child {
	margin-bottom: 0;
}


.post-content :is(h1, h2, h3, h4, h5, h6) {
	margin-top: calc(13px + 1.2em);
	margin-bottom: calc(10px + 0.2em);
	font-weight: 700;
	letter-spacing: normal;
	line-height: 1.5;
	-webkit-font-smoothing: antialiased;
}

.post-content a {
    /* text-decoration: underline; */
    font-weight: 600;
    color: #7A5500;
    position: relative;
    z-index: 2;
    
    &::before {
        content: '';
        width: 100%;
        height: 2px;
        background-color: #7A5500;
        display: inline-block;
        position: absolute;
        bottom: 0px;
        transition: 300ms;
        z-index: 0;
        mix-blend-mode: overlay;
    }
    &:hover {
        color: #FFF;
        text-decoration: underline;
        &::before {
            height: 100%;
        }
    }
}

.post-content a:hover img {
	opacity: 1;
}

.post-content > ul,
.post-content > ol {
	margin: 2em 0;
	margin-left: 35px;
}

.post-content ul {
	list-style-type: disc;
}

.post-content ol {
	list-style-type: decimal;
}


.post-content li {
	padding-left: 5px;
	margin-bottom: 0.8em;
}

@media (max-width: 540px) {
    .post-content {
        font-size: 16px
    }
    .post-content h2 {
        font-size: 24px;
    }
    .post-content h3 {
        font-size: 22px;
    }
    .post-content h4 {
        font-size: 20px;
    }
    .post-content h5 {
        font-size: 18px;
    }
    .post-content h6 {
        font-size: 16px;
    }
}/* End custom CSS */