/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/
Description: A child theme for Hello Elementor
Author: Your Name
Author URI: https://yourwebsite.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hello-child
*/

.posts h2 {
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 25px;
	font-weight: 600;
}

.posts h3 {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.8em;
    margin-bottom: 5px;
	font-weight: 600;
}

.posts h4 {
    color: #000 !important;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 0;
    margin-top: 20px;
}

.posts h5 {
    color: #000 !important;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.6em;
    margin-bottom: 0;
    margin-top: 20px;
}

.posts p[style*="text-align: center"] {
    background-color: #f2f5f5;
    border-right: 6px solid var(--e-global-color-primary);
    margin: 10px 0;
    border-radius: 5px;
    padding: 6px;
    text-align: right !important;

}

.posts p[style*="text-align: center"] span {
    background-color: transparent !important;
    color: #565663 !important;

}

.posts img {
    border-radius: 10px !important;
	  margin-bottom: 10px;
}

.posts p {
    padding-top: 5px;
    padding-bottom: 5px;
    line-height: 2.4;
    margin-block-end: unset;
    margin-bottom: 5px;
    text-align: justify;
    font-weight: 400;
    font-size: 17px;
}



.posts a {
	font-size: 17px;
    font-weight: 600;
    background-color: transparent !important;
}

.posts ul {
    padding: 0px 7px 0px 7px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.posts ol {
	  padding: 0px 7px 0px 7px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.posts p:has(img) {
    display: flex;
    justify-content: center;
}


@media only screen and (max-width: 600px) {
    .posts h2 {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.7em;
        margin-bottom: 0px;
        margin-top: 3px;

    }
}

@media only screen and (max-width: 600px) {
    .posts h3 {
        font-size: 16px;
        font-weight: 700;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 600px) {
    .posts h4 {
        font-size: 14px;
        font-weight: 700;
        line-height: 1.5em;
        margin-bottom: 0px;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .posts p {
        font-size: 15px;
        margin-bottom: 0px;
        margin-top: 3px;
    }

    .posts p[style*="text-align: center"] span {
        font-size: 12px !important;
        font-weight: 700;
    }
}

.posts ul li {
    align-items: baseline;
    position: relative;
    padding: 5px 0px 5px 0px;
	list-style: none;
}

.posts .ez-toc-list li:before {
	display: none;
}

.posts ul li b {
	    color: black;
}
.posts ol li {
    align-items: baseline;
    position: relative;
    padding: 5px 0px 5px 0px;
}

.posts ul li:before {
    content: '';
    display: inline-block;
    width: 5px;
    height: 5px;
    background: #FE0207;
    border-radius: 50%;
    margin-left: 10px;
    border: 2px solid #FE0207;
}