.post-filter-form {position: relative;margin:0;display: flex;flex-wrap: wrap;align-items: flex-start;column-gap: 20px;row-gap: 15px;justify-content: space-between;margin-bottom: 50px;}
.post-filter-grid{display: flex;flex-wrap: wrap;align-items: flex-start;width: calc(25% - 20px);}
body.elementor-kit-6 .post-filter-grid label{font-size: 16px;letter-spacing: 1.28px;line-height: 1.1em;font-weight: 700;margin: 0 0 15px;text-transform: uppercase;color: #000;font-family: "Satoshi Bold", Sans-serif;}
.post-filter-form select, 
.post-filter-form input {padding: 10px 20px;min-width: 150px;border-radius: 12px;border: 2px solid #E9F3EB !important;background-color: #fff;height: 48px;font-size: 17px !important;color: #000000 !important;}
.post-filter-form select{background-image: url(../images/dropdown-icon.svg);-webkit-appearance: none;background-size: 24px;background-repeat: no-repeat;background-position: 98% 50%;}
.active-filters{position: relative;display: flex;flex-wrap: wrap;margin-bottom: 30px;align-items: center;}
.active-filters strong{font-size: 17px;font-weight: 600;letter-spacing: 1.28px;margin-right: 5px;color: #000;font-family: "Satoshi Bold", Sans-serif;}
.active-filters .filter-tag {color: #171717;font-size: 14px;font-weight: 500;letter-spacing: 0.28px;font-family: "Satoshi Medium", Sans-serif;border-radius: 20px;border: 2px solid #E2E2E2;padding: 1px 15px 0;min-height: 30px;margin-right: 10px;display: inline-flex;align-items: center;}
body.elementor-kit-6 .active-filters .filter-tag a.remove-filter {margin-left: 8px;color: #171717;text-decoration: none;font-size: 24px;}
body.elementor-kit-6 .clear-all-filters {margin-left: 1em;color: #171717;font-size: 16px;font-family: "Satoshi Medium", Sans-serif;}
.remove-filter:hover, 
body.elementor-kit-6 .clear-all-filters:hover {color: #ff0000;}
.post-grid {display: flex;flex-wrap: wrap;column-gap: 25px;row-gap: 40px;}
.post-card {position: relative;width: calc(33.33% - 25px);border:2px solid #E9F3EB;border-radius: 12px;transition: all 0.5s ease-in-out;overflow: hidden;display: flex;padding: 20px;}
.post-card .post-card-link{position: relative;height: 100%;}
.post-card .post-card-image{overflow: hidden;border-radius: 12px;}
.post-card .post-card-image img{width: 100%;display: block;transition: all 0.5s ease-in-out;height: 270px;object-fit: cover;object-position: center;border-radius: 12px;}
.post-card .post-card-tags{position: absolute;right: 15px;top: 15px;}
.post-card .post-card-tags .tag{color: #171717;border-radius: 30px;font-family: "Satoshi Medium", Sans-serif;font-weight: 400;text-transform: capitalize;letter-spacing: 0.02em;border: 2px solid #E2E2E2;background-color: #fff;padding: .5em 1.2em;font-size: 12px;}
.post-card .post-card-meta{padding: 15px 0 80px;display: flex;flex-wrap: wrap;flex-direction: column;gap: 10px;}
.post-card .post-card-date{color: #0B7427; font-size: 16px; font-weight: 700; letter-spacing: 1.28px; text-transform: uppercase; font-family: "Satoshi Bold", Sans-serif;}
.post-card .post-card-title{font-size: 24px; font-weight: 700; line-height: 1.3em; transition: all 0.5s ease-in-out; margin: 0; letter-spacing: 0.16px; color: #181D19; font-family: "Satoshi Bold", Sans-serif;}
.post-card .post-card-expert{font-family: "Satoshi Variable", Sans-serif; font-size: 17px; font-weight: 400; letter-spacing: 0.64px; color: #3B453D; margin: 10px 0 0;}
.post-card .post-card-read-link{background-color: #2C5F2D; padding: 12px 10px; font-size: 16px; font-weight: 700; text-transform: capitalize; color: #fff; text-align: center; position: absolute; left: 0; bottom: 0; width: 100%; border-radius: 12px; font-family: "Satoshi Bold", Sans-serif; letter-spacing: 0.96px;}
.post-card:hover{box-shadow: 0px 4px 8px 0px rgba(29,131,53,0.27);}
.post-card:hover .post-card-title{color: #0B7427;}
.post-card:hover .post-card-image img{transform: scale(1.10);}
.post-pagination {position: relative;margin: 60px 0 40px;display: flex;align-items: center;justify-content: center;column-gap: 10px;}
.post-pagination .page-numbers{font-size: 14px;font-style: normal;font-weight: 700;letter-spacing: 1.4px;text-transform: uppercase;color: #171717;font-family: "Satoshi Bold", Sans-serif;padding: 4px 12px 2px;}
.post-pagination .page-numbers:hover{color: #0B7427;}
.post-pagination .page-numbers.current{color: #fff;background-color: #0B7427;border-radius: 6px;}

@media only screen and (max-width: 1200px){
    .post-card .post-card-title{font-size: 22px;}
    .post-card .post-card-image img{height: 180px;}
    .active-filters{row-gap: 10px;}
} 
@media only screen and (max-width: 1024px){
    .post-grid{row-gap: 30px;}
    .post-card .post-card-image img{height: 200px;}
    body.elementor-kit-6 .post-filter-grid label{font-size: 14px;margin: 0 0 10px;}
    .post-filter-form select, .post-filter-form input{font-size: 15px !important;}
    .post-card .post-card-title{font-size: 20px;}
    .post-pagination{margin: 40px 0 20px;}
    .post-card .post-card-meta {padding: 15px 0 80px;}
    .post-card{padding: 10px;}
    .post-card .post-card-date{font-size: 15px;}
    .post-filter-grid{width: calc(50% - 20px);}
    .post-filter-form{row-gap: 20px;margin-bottom: 30px;}
}
@media only screen and (max-width: 767px){
    .post-card {position: relative;width: 100%;}
    .post-card .post-card-image img {height: auto;}
    .post-card .post-card-title{font-size: 20px;}
    .post-card .post-card-date{font-size: 15px;}
    .post-card .post-card-expert{font-size: 16px;}
    .post-filter-form{row-gap: 25px;}
    .post-filter-grid{width: 100%;}
    body.elementor-kit-6 .post-filter-grid label{margin: 0 0 10px;}
    
}