.elementor-widget-vbp-archive-search .post-archive-search{
    max-width: 1225px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.post-archive-search__item-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 25px;
    color: var(--vbp-color-3);
    gap: 10px;
    z-index: 2;
}

.post-archive-search__item-tag {
    padding: 10px;
    background-color: #369AD4;
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    font-size: var(--text-font-size);
    line-height: 10px;
    display: flex;
    width: fit-content;
}

.post-archive-search__item-title{
    font-size: 32px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.1;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.post-archive-search__item-excerpt{
    font-size: 14px;
}

.post-archive-search__item {
    position: relative;
    height: 300px;
    display: flex;
    background-color: #F5F5F5;
}

.post-archive-search .post-archive-search__image {
    height: 100%;
    width: 500px;
    object-fit: cover;
    flex-shrink: 0;
}

.elementor-widget-vbp-archive-search .post-archive-search{
    margin-bottom: 25px;
}

.post-archive-search__filters{
    display: flex;
    margin-bottom: 25px;
    gap: 25px;
    justify-content: center;
}

.post-archive-search__filter {
    width: 100%;
}

.post-archive-search__no-results{
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    display: flex;
    gap: 30px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.post-archive-search__no-results a{
    --link-color: #000;
}

.post-archive-search-sticky.big-image-with-text{
    height: 80vh;
    max-height: 400px;
    margin-bottom: 60px;
}

.post-archive-search-sticky__content{
    right: 0;
    max-width: 1500px;
    width: 100%;
}

.post-archive-search-sticky__excerpt p{
    margin: 0;
}

@media screen and (max-width: 1250px){
    .elementor-widget-vbp-archive-search .post-archive-search,
    .elementor-widget-vbp-archive-search .post-archive-search__filters {
        padding: 0 30px;
    }

}

@media screen and (max-width: 1100px) {
    .post-archive-search .post-archive-search__image {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        opacity: .1;
    }
}

@media screen and (max-width: 950px){
    .post-archive-search__item-title{
        font-size: 28px;
    }
}

@media screen and (max-width: 767px){
    .elementor-widget-vbp-archive-search .post-archive-search{
        --gap-items: 25px;
        --items-per-line: 1;
    }

    .post-archive-search__filters {
        flex-direction: column;
        gap: 15px;
        align-items: center;
    }
    
    .post-archive-search__item{
        position: relative;
        height: auto;
    }
    
    /* .post-archive-search__image {
        display: none;
    } */

    .post-archive-search__item-title {
        display: block;
        overflow: visible;
    }

}