nav.filters {
    margin-bottom: 50px;
    font-size: 0;
    text-align: center
}

@media (max-width: 500px) {
    nav.filters {
        padding: 0 20px;
        margin-bottom: 30px;
        position: relative
    }
}

nav.filters select {
    transition: background-color .3s ease;
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) 50%;
    border: none;
    background-color: #9dc9d0;
    color: white;
    font-size: 20px;
    padding: 0 54px 0 20px;
    height: 46px;
    margin: 0 8px;
    width: 254px;
    cursor: pointer;
	border-radius:0px;
	
	background-image: url(https://truthinscience.org/wp-content/uploads/2025/05/cat-arrow.svg);
	    -webkit-appearance: none;

}

@media (max-width: 500px) {
    nav.filters select {
        width: 100%;
        margin: 0 0 10px
    }
}

nav.filters select option {
    background-color: white;
    color: #58595b
}

nav.filters select:hover {
    background-color: #41738c
}

nav.filters select.active {
    background-color: #9dc9d0
}

@media all and (-ms-high-contrast: none) {
    nav.filters select {
        padding-right: 0;
        background-image: none !important
    }
}




main>.content,
main>.contentWrapper>.content {
    max-width: 1100px;
    margin: 0 auto
}

.articles.posts {
    margin-bottom: 17px;
    position: relative;
    z-index: 1;
}

.articles {
    font-size: 0;
    position: relative;
}

.articles.posts article.post a {
    height: 100%;
    display: block;
}

.articles.posts article.post .image {
    transition: all .3s ease;
    padding-top: 234px;
    position: relative;
    background-color: #dbf1f6;
}
.articles article .image {
    background-position: center center;
    background-size: cover;
}

.articles.posts article.post .image .pillar {
    width: 74px;
    height: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -43px;
    left: calc(50% - 37px);
}
.articles.posts article.post .details {
    padding: 60px 39px 0;
}

.articles.posts article.post .details .category {
    line-height: 1.2;
    color: #41738c;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 13px;
}

.articles.posts article.post .details h2 {
    position: relative;
    color: #58595b;
    line-height: 1.03;
    font-size: 24px;
    font-weight: 700;
    max-height: 126px;
}

.articles.posts article.post {
    background-color: white;
    width: 315px;
    display: inline-block;
    vertical-align: top;
    height: 490px;
    margin-right: 55px;
    margin-bottom: 43px;
    box-shadow: 0 0 8px rgba(0,0,0,0.25);
    overflow: hidden;
}

.articles.posts article.post .details .more {
    position: relative;
    transition: all .3s ease;
    opacity: 0;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 700;
    color: #f37866;
    border-bottom: 2px solid #f37866;
    display: inline-block;
    margin-top: 11px;
}
.articles.posts article.post .details .date {
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 14px;
    text-align: center;
    color: #a7a9ac;
}
@media (min-width: 500px) {
    .articles.posts article.post a:hover .details .more {
        opacity: 1;
    }
}
.articles article {
    position: relative;
}
.articles.posts article.post .details h2 {
    position: relative !important;
    color: #58595b;
    line-height: 1.03;
    font-size: 24px;
    font-weight: 700;
    max-height: 126px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
@media (min-width: 500px) {
    .articles.posts article.post a:hover .image {
        padding-top: 190px;
    }
}
.articles.posts article.post .image {
    transition: all .3s ease;
    padding-top: 234px;
    position: relative;
    background-color: #dbf1f6;
}
.articles article .image {
    background-position: center center;
    background-size: cover;
}
#load-more,button#category-load-more,button#single-load-more {
    display: block;
    margin: 20px auto; /* auto left/right centers the block element */
}
@media (max-width: 500px) {
    .articles.posts article.post {
        width: 100%;
        margin: 0;
        height: auto;
    }
}
@media (min-width: 501px) and (max-width: 1024px) {
    .articles.posts {
        display: flex;
        flex-wrap: wrap;
        gap: 30px; /* spacing between articles */
        justify-content: space-between;
    }

    .articles.posts article.post {
        width: calc(50% - 15px); /* 2 columns with gap */
        margin: 0 0 30px 0;
        height: auto; /* optional: allow height to adjust */
    }
}
@media (min-width: 1201px) {
    .ast-separate-container .ast-article-post, .ast-separate-container .ast-article-single, .ast-separate-container .ast-author-box, .ast-separate-container .ast-404-layout-1, .ast-separate-container .no-results {
        padding: 0;
    }
}

    .ast-container {
        max-width: 100%;
        padding: 0;
    }
.ast-narrow-container .site-content > .ast-container {
        max-width: 100%;
        padding: 0;
    }
    .ast-separate-container #primary, .ast-separate-container.ast-left-sidebar #primary, .ast-separate-container.ast-right-sidebar #primary {
        margin: 0;
        padding: 0;
    }
.articleBody blockquote {
    font-style: italic;
    padding-left: 14px;
    border-left: 6px solid #41738c!important;
    color: #41738c;
    box-sizing: border-box;
	margin:0!important;
}