.custom-posts .custom-pagination {
    display: flex;
    margin-bottom: 35px;
}

.custom-posts .custom-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    border-radius: 4px;
    background-color: #F4F3F2;
    color: #58595B;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
    font-size: 16px;
    font-weight: bold;
}

.custom-posts .custom-pagination .page-numbers.current {
    background-color: #F4F3F2;
    color: #00A14B;
}

.custom-posts .custom-pagination .prev,
.custom-posts .custom-pagination .next {
    font-weight: bold;
}

.custom-posts .custom-pagination .dots {
    padding: 0 10px;
}

.custom-posts .post-item {
    display: flex;
    flex-direction: row;
    /*justify-content: space-between;*/
    gap: 20px;
    border-top: 1px solid #00A14B;
    padding: 20px 0px 70px 0px;
}

.custom-posts .post-item:last-child {
    padding: 20px 0px 0px 0px;
}

.custom-posts .post-item .tag-heading {
    color: #58595B;
    font-family: "Mulish", Sans-serif;
    font-size: 20px;
    font-weight: 900;
    margin-bottom: 0px;
}

.custom-posts .post-item .tag-name {
    color: #58595B;
    font-family: "Mulish", Sans-serif;
    font-size: 18px;
    font-weight: 300;
}

.custom-posts .post-item .post-title {
    color: #21409A;
    font-family: "Mulish", Sans-serif;
    font-size: 25px;
    font-weight: 800;
    text-decoration: underline;
    display: inline-block;
    margin-bottom: 12px;
}

/*.custom-posts .post-item > div {
    max-width: 457px;
    width: 457px;
}*/

.custom-posts .post-item > div.image-left {
	max-width: 175px;
	width: 175px;
}

.custom-posts .post-item > div.image-left img {
	/*max-width: 100%;
    width: 100%;
    height: auto;*/
	max-width:120px;
}

.custom-posts .post-item .content {
    font-size: 18px;
    color: #58595B;
    font-weight: 300;
}

.custom-posts .post-item .content h1,
.custom-posts .post-item .content h2,
.custom-posts .post-item .content h3,
.custom-posts .post-item .content h4,
.custom-posts .post-item .content h5,
.custom-posts .post-item .content h6 {
    color: #58595B;
    font-weight: 900;
    margin-bottom: 0px;
}

.custom-posts .post-item .content h4 {
    font-size: 20px;
}

/*.custom-posts .post-item .content h1,*/
/*.custom-posts .post-item .content h2,*/
/*.custom-posts .post-item .content h3,*/
/*.custom-posts .post-item .content h4,*/
/*.custom-posts .post-item .content h5,*/
/*.custom-posts .post-item .content h6,*/
/*.custom-posts .post-item .content p {*/
/*margin-bottom: 10px;*/
/*margin-top: 10px;*/
/*}*/

.post-search-form {
    padding: 0px 0px 0px 0px;
    border-radius: 4px 4px 4px 4px;
    text-align: end;
}

.post-search-form input {
    background-color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #C9C9C9;
    border-radius: 4px 4px 4px 4px;
    width: 235px;
}

.post-search-form label {
    width: 100%;
}

.post-search-form input {
    width: 100%;
}

.post-search-form button {
    font-family: "Mulish", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #FFFFFF00;
    color: var(--e-global-color-a118085);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-a118085);
    border-radius: 4px 4px 4px 4px;
    margin-top: 10px;
}

.post-search-form button:hover {
    background-color: #00A14B !important;
    color: #FFFFFF !important;
}

.custom-checkbox-filters {
    margin-bottom: 10px;
}

.custom-checkbox-filters label {
    font-family: "Mulish", Sans-serif;
    font-size: 16px;
    font-weight: 400;
}

#advanced-search-form {
    text-align: end;
}

#advanced-search-form input,
#advanced-search-form select {
    background-color: #fff;
    margin-bottom: 10px;
}

#advanced-search-form button {
    font-family: "Mulish", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    text-transform: uppercase;
    background-color: #FFFFFF00;
    color: var(--e-global-color-a118085);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: var(--e-global-color-a118085);
    border-radius: 4px 4px 4px 4px;
}

#advanced-search-form button:hover {
    background-color: #00A14B !important;
    color: #FFFFFF !important;
}

.no-post-found {
    font-size: 20px;
}

.detail-arrow {
    text-align: end;
    display: flex;
    justify-content: flex-end;
    margin-top: -22px;
}

.detail-arrow a {
    background-color: var(--e-global-color-5c0e059);
    border-radius: 50%;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.detail-arrow a i {
    font-size: 22px;
    color: #fff;
}

.custom-taxonomy-terms{
    padding-left: 0px !important;
    margin-left: 0px !important;
    margin-bottom: 0px;
}
.custom-taxonomy-terms li{
    list-style: none;
    font-family: "Mulish", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #7A7A7A;
}

@media (max-width: 768px) {
    .elementor-1310 .elementor-element.elementor-element-6ea28c1 {
        margin-top: 0px !important;
    }

    .custom-posts .post-item {
        flex-direction: column;
        padding: 20px 0px 20px 0px;
    }

    .custom-posts .post-item > div {
        width: 100%;
    }

    .post-search-form input {
        width: 224px;
    }

    .post-search-form label {
        width: 100%;
    }

    .post-search-form input {
        width: 100%;
    }
}