.article-single-image img {
	display: block;
	max-width: 100%;
	height: auto!important;

}

.article-single-image {
	margin-bottom: 20px;
	display: flex;
	justify-content: center;
}

.text-style h2{
	 margin-top: 2.5rem;
    margin-bottom: 1.25rem; /
}

.text-style h3{
	 margin-top: 2rem;
    margin-bottom: 1rem; /
}

.text-style h4{
	 margin-top: 1.5rem;
    margin-bottom: 0.75rem; /
}

.text-style h2:first-child,
.text-style h3:first-child,
.text-style h4:first-child {
    margin-top: 0;
}

.text-style ul {
    margin-top: 0;
    margin-bottom: 1rem; 
    padding-left: 1.5rem;
    list-style-type: disc;
}


.text-style ul>li {
    margin-bottom: 0.5rem;
    list-style-type: disc;
}

.text-style li:last-child {
    margin-bottom: 0;
}

.text-style ul ul {
    margin-top: 0.5rem;
    margin-bottom: 0;
    list-style-type: circle;
}

.text-style ul ul > li {
    list-style-type: circle;
}
.text-style ol {
    margin-top: 0;
    margin-bottom: 1rem;
    padding-left: 1.75rem;
    list-style-type: decimal;
}


.text-style ol>li {
    margin-bottom: 0.5rem; 
    list-style-type: decimal;
}


.text-style ol li:last-child {
    margin-bottom: 0;
}


.text-style ol ol {
    margin-top: 0.5rem;
    margin-bottom: 0;
    list-style-type: lower-alpha;
}

.text-style ol ol > li {
    list-style-type: decimal;
}

.text-style b, .text-style strong {
	font-weight: 700;
}

.text-style a {
	color: var(--green);
	transition: all .2s;
}

.text-style a:hover {
	color: var(--text-color);
}

.text-style .wp-block-image,
.text-style img {
    display: block !important;
    float: none !important;
    max-width: 100% !important;
    height: auto !important;
    margin-left: auto !important;
    margin-right: auto!important;
    margin-top: 0;
    margin-bottom: 1.5rem;
}


.text-style .wp-block-image {
    margin-bottom: 1.5rem;
}


.text-style .wp-block-image img {
    margin-bottom: 0 !important;
    border-radius: 8px; 
}


.text-style .wp-block-image figcaption {
    margin-top: 0.5rem;
    font-size: 0.875rem;
    color: #666;
    text-align: center;
    line-height: 1.4;
}



@media (min-width: 768px) {
    

    .text-style .wp-block-image.alignleft,
    .text-style img.alignleft {
        display: inline !important;
        float: left !important;
        max-width: 45% !important;
        margin-right: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }


    .text-style .wp-block-image.alignright,
    .text-style img.alignright {
        display: inline !important;
        float: right !important;
        max-width: 45% !important;
        margin-left: 1.5rem !important;
        margin-bottom: 1.5rem !important;
    }


    .text-style .wp-block-image.aligncenter,
    .text-style img.aligncenter {
        display: block !important;
        float: none !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}