.post-filter-form {position: relative;margin:30px 0 30px;display: flex;flex-wrap: wrap;align-items: flex-start;gap: 20px;row-gap: 15px;justify-content: space-between;}
.post-filter-grid{display: flex;flex-wrap: wrap;align-items: flex-start;width: calc(33.33% - 20px);}
.post-filter-grid label{font-size: 18px;letter-spacing: 2.88px;line-height: 1.1em;font-family: 'Satoshi-Regular';font-weight: 600;margin: 0 0 25px;display: none;}
.post-filter-form select, 
.post-filter-form input {padding: 12px 20px 10px; min-width: 150px; border-radius: 8px; border: 2px solid #EEEEEE; background-color: #fff; height: 50px; font-size: 17px !important; color: #000000; width: 100%; font-family: 'Satoshi-Regular';}
.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%;}
.post-filter-grid.search-filter{}
.post-filter-grid.search-filter .auto-filter-search{width: calc(100% - 50px);border-bottom-right-radius: 0;border-top-right-radius: 0;}
.post-filter-grid.search-filter .btn-search{width: 50px;height: 50px;padding: 0;display: flex;justify-content: center;align-items: center;transition: unset;min-width: 1px;background-color: #DA2000;border-color: #DA2000;border-radius: 0 8px 8px 0;}
.post-filter-grid.search-filter .btn-search:hover{background-color: transparent;background-color: #3CBB3C;border-color: #3CBB3C;}
.active-filters{position: relative;display: flex;flex-wrap: wrap;margin-bottom: 30px;align-items: center;justify-content: center;border-bottom: 2px solid #E1E4E8;padding-bottom: 20px;}
.active-filters strong{font-size: 17px;font-family: 'Satoshi-Bold';font-weight: 700;color: #282930;margin-right: 5px;}
.active-filters .filter-tag {color: #DA2000;font-size: 17px;font-weight: 700;align-items: center;display: inline-flex;font-family: 'Satoshi-Bold';}
.active-filters .filter-tag a.remove-filter {margin-left: 8px;color: #171717;text-decoration: none;font-size: 24px;position: relative;}
.clear-all-filters {margin-left: 1em;color: #171717;font-size: 16px;}
.remove-filter:hover, .clear-all-filters:hover {color: #ff0000;} 
.post-grid {display: flex;flex-wrap: wrap;column-gap: 40px;row-gap: 40px;}
.post-card {position: relative;width: calc(33.33% - 40px * 2 / 3);border-radius: 24px;transition: all 0.5s ease-in-out;overflow: hidden;display: flex;box-shadow: 0px 0px 16px 0px #0000001A;}
.post-card .post-card-link{position: relative;height: 100%;width: 100%;}
.post-card .post-card-image{overflow: hidden;} 
.post-card .post-card-image img{width: 100%;display: block;transition: all 0.5s ease-in-out;height: 250px;object-fit: cover;object-position: center;}
.post-card .post-card-meta{padding: 25px 30px 80px;display: flex;flex-wrap: wrap;flex-direction: column;gap: 20px;width: 100%;}
.post-card .post-card-meta-inner{display: flex;color: #151617;font-size: 14px;font-weight: 700;flex-wrap: wrap;row-gap: 8px;font-family: 'Satoshi-Bold';line-height: 1;} 
.post-card .post-card-meta-inner span:not(:last-child){border-right: 1px solid #E1E4E8;padding-right: 10px;margin-right: 10px;}
.post-card .post-card-meta-inner span:is(.post-card-date){border-right: none;}
.post-card .post-card-authore span{color: #DA2000;text-transform: capitalize;}
.post-card .post-card-title{font-family: "Gabarito", sans-serif;font-size: 24px;font-weight: 700;line-height: 1.4em;transition: all 0.5s ease-in-out;margin: 0 0 5px;color: #151617;height: 60px;overflow: hidden;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis; cursor: default;white-space: normal;}
.post-card .post-card-expert{color: #000000;margin: 0;line-height: 1.5em;}
.post-card .post-card-read-link{color: #DA2000;text-transform: uppercase;border: none;font-family: "Gabarito", sans-serif;letter-spacing: 1.6px;font-size: 15px;font-weight: 500;position: absolute;left: 30px;bottom: 30px;z-index: 1;}
.post-card .post-card-read-link:hover{color: #3CBB3C;}
.post-card:hover .post-card-title{color: #DA2000;} 
.post-card:hover .post-card-image img{transform: scale(1.10);}
.post-pagination {position: relative;margin: 40px 0 0;display: flex;align-items: center;justify-content: center;column-gap: 10px;border-top: 2px solid #F0F1F2;padding: 30px 0 30px;}
.post-pagination .page-numbers{font-size: 15px;font-style: normal;font-weight: 500;letter-spacing: 1.4px;text-transform: uppercase;color: #151617;font-family: "Gabarito", sans-serif;padding: 2px 10px;}
.post-pagination .page-numbers:hover{color: #DA2000;}
.post-pagination .page-numbers.current{color: #fff;background-color: #DA2000;border-radius: 12px;}

@media only screen and (max-width: 1200px){
    .post-card .post-card-title{font-size: 20px;}
    .post-card .post-card-image img{height: 180px;}
    .active-filters{row-gap: 10px;}
} 
@media only screen and (max-width: 1024px){
    .post-grid{row-gap: 20px;column-gap: 20px;}
    .post-card{width: calc(50% - 20px * 2 / 3);}
    .post-card .post-card-image img{height: 200px;}
    body.elementor-kit-6 .post-filter-grid label{font-size: 14px;letter-spacing: 1.88px;margin: 0 0 20px;}
    .post-filter-form select, .post-filter-form input{font-size: 15px !important;}
    .post-card .post-card-title{font-size: 22px;}
    .post-pagination{margin: 40px 0 0;}
    .post-card .post-card-meta {padding: 20px 20px 65px;}
    .post-card .post-card-read-link{left: 20px;bottom: 20px;}
}
@media only screen and (max-width: 767px){
    .post-card {position: relative;width: 100%;}
    .post-card .post-card-image img {height: auto;}
    .post-filter-form{row-gap: 15px;}
    .post-filter-grid{width: 100%;}
    .post-filter-grid.search-filter{width: 100%;}    
    .post-card .post-card-title{height: auto;margin: 0;}
}