/* Archives */

.news-insights-search .image-cards__item {
    margin-bottom: 30px;

    & h3 {
        text-transform: capitalize;
        letter-spacing: 0;
    }

    & span {
        color: var( --white );
        display: inline-block;
        margin-bottom: 20px;
    }
}

.insights-search__filter {
    display: flex;
    width: 100%;
    padding-left: 0;
    justify-content: flex-end;
    align-items: center;
    max-width: 1200px;
    gap: 15px;
    margin-top: 40px;
    margin-bottom: 37px;
    margin-left: auto;
    flex-direction: column;

    @media( min-width : 768px ) {
        padding-left: 25px;
    }

    @media( min-width : 1200px ) {
        flex-direction: row;
    }

    & .choices:last-child {
        max-width: 576px;
        width: 100%;

        /* &::after {
            content: "\e907";
            font-family: 'trc-icon' !important;
            transform: translate(0,-50%) rotate(0);
            color: var( --purple );
        } */
    }

    & .facetwp-facet {
        width: 100%;
        margin-bottom: 0;

        @media( min-width : 1200px ) {
            width: auto;
        }


    }

    & p {
        font-size: 12px;
        font-weight: 500;
        color: #7F7F7F;
        margin-bottom: 6px;
    }
}

@media( max-width : 1200px ) {
    .facetwp-facet input.facetwp-search, .facetwp-facet input.facetwp-location {
        min-width: 100%;
    }

    .facetwp-input-wrap {
        width: 100%;
    }
}

.facetwp-facet-insights_by_year .choices__list--dropdown .choices__list {
    display: flex;
    flex-direction: column-reverse;
}

.facetwp-facet-insights_by_year .choices__list--dropdown .choices__item {
    order: 0;
}

.facetwp-facet-insights_by_year .choices__list--dropdown .choices__item[data-id="1"] {
    order: 1;
}

@media( max-width : 767px ) {
    .facetwp-type-search .facetwp-input-wrap .facetwp-search,
    .facetwp-type-search .facetwp-input-wrap {
        max-width: 100%;
        min-width: 100%;
        width: 100%;
    }
}


@media (min-width: 1200px) {
    .insights-search__filter .facetwp-type-dropdown[data-name="insights_resources_type"] {
        width: 250px;
    }

    .insights-search__filter .facetwp-type-dropdown[data-name="insights_by_month"] {
        width: 150px;
    }
}