#post-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
.post-grid,
#post-results {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.post-item {
    width: calc(33.33% - 30px);
}
.post-thumb img {
    width: 100%;
    height: auto;
}
.post-category {
    margin: 10px 0;
    font-size: 14px;
}
.post-item  h3 a{
    text-decoration: none;
}
.ajax-pagination {
    text-align: center;
    margin-top: 20px;
    clear: both;
    display: block;
    width: 100%;
}
.ajax-pagination a {
    margin: 0 5px;
    padding: 5px 10px;
    border: 1px solid #aaa;
    text-decoration: none;
    background: #fff;
    color: var(--wp--preset--color--three) !important;
}
.ajax-pagination a:hover {
    background: #eee;
}

.ajax-post-filter .filters {
    background: var(--wp--preset--color--three);
    padding-top: var(--wp--preset--spacing--30);
    padding-bottom: var(--wp--preset--spacing--30);
    padding-left: var(--wp--preset--spacing--50);
    padding-right: var(--wp--preset--spacing--50);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap:15px;
    margin-bottom: var(--wp--preset--spacing--50);
}

.ajax-post-filter label{
    color: var(--wp--preset--color--one);
    display: block;
    font-weight: 500;
    margin-bottom: 10px;
}

.ajax-post-filter br {
    display: none;
}

.ajax-post-filter .filters select{
    padding: 12px 25px;
}

.ajax-post-filter .filters #search-text{
    min-width: 300px;
    padding-top: 15px;
    padding-bottom: 15px;
    background-image: url(assets/images/search.svg);
    background-repeat: no-repeat;
    background-position: right 25px center;
    background-size: 22px;
    margin-top: 28px;
}

div#resources-dropdown {
    width: 24%;
}

div#sub-category-dropdown {
    width: 35%;
}

div#search-filter-box {
    width: 40%;
}

#post-results{
    padding-bottom: var(--wp--preset--spacing--50);
}

#post-results .post-thumb img{
    height: 340px;
    object-fit: cover;
    object-position: top;
}

#post-results .post-category{
    font-weight: 700;
    text-decoration: none;
}

#post-results .post-category a,
body .wp-block-post-terms a{
    pointer-events: none;
    text-decoration: none;
}

#post-results .post-item .excerpt a{
    display: block;
    margin-top: var(--wp--preset--spacing--15);
}

.post-wrapping-content{
    padding-top: 10px;
    /* padding-left: var(--wp--preset--spacing--15);
    padding-right: var(--wp--preset--spacing--15); */
}

.ajax-pagination a.active{
    font-weight: 700;
}