.archive .blog_holder,
.search .qode-outer-space {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 25px;
    margin-bottom: 50px;
}

.archive .blog_holder > article,
.search .qode-outer-space > article {
    margin: 0 !important;
}

.archive .blog_holder > article .post_content_holder,
.search .qode-outer-space > article .post_content_holder {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.archive .blog_holder > article .post_text,
.search .qode-outer-space > article .post_text {
    flex: 1;
    display: flex;
}

.archive .blog_holder > article .post_text_inner,
.search .qode-outer-space > article .post_text_inner {
    display: flex;
    flex-direction: column;
    padding: 0;
}

.archive .blog_holder > article .post_more,
.search .qode-outer-space > article .post_more {
    margin-top: auto;
}

/* Search hero */
.archive .search-hero.hero {
    height: 300px;
    background-image: url('/wp-content/uploads/2025/08/search-hero-img-scaled.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 50px;
}
.archive .search-hero.hero .hero-content{
    text-align: center;
    height:100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.archive .search-hero.hero .hero-content h2{
    color: #ffffff;
}

.search-hero.hero .hero-content h2 {
    font-size: 40px;
}

.post_text_inner h2 a {
    margin-bottom: 10px;
    font-size: 24px !important;
    font-weight: 600;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 90px;
}

.post_text_inner .post_category,
.post_text_inner .post_tags {
    margin-bottom: 10px;
    font-size: 18px;
}

.post_content_text {
    margin-bottom: 10px;
    font-size: 16px;
}

.search-hero.hero .hero-content {
    background-image: url('/wp-content/uploads/2025/08/search-hero-img-scaled.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.blog_holder article .post_image a {
    height: 200px;
    position: relative;
    overflow: hidden;
}

.blog_holder article .post_image a img {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%);
    max-width: 200%;
    min-height: 100%;
    width: auto;
    height: auto;
}

.blog_holder article .post_text {
    padding: 20px !important;
}

.blog_holder article .post_text > div {
    padding: 0;
}

.blog_holder article .post_text .excerpt_part {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog_holder article {
    box-shadow: none;
    background-color: #F7F9FC;
}

.blog_holder article .post_text_inner {
    background-color: transparent !important;
}

.category-buttons .category-btn {
    padding: 14px 16px;
    border: 2px solid #DADEE4;
    border-radius: 10px;
    display: inline-block;
    margin: 0 5px;
    color: #973794;
    font-weight: 600;
    font-size: 16px;
    transition: all .2s;
    line-height: normal;
}

.category-buttons .category-btn.active {
    border-color: #973794;
    background-color: #973794;
    color: #fff;
}

.category-buttons {
    text-align: center;
    margin-bottom: 50px;
}

.category-buttons .category-btn:hover {
    border-color: #973794;
    background-color: #973794;
    color: #fff;
}
.archive .qbutton.small,
.search .qbutton.small {
	font-size: 16px;
}