.search_tab {
    text-align: center;
  }
  .search_tab a{
       margin-right:15px;
  }
  .search_tab{
    border-bottom:1px solid #ddd;
    padding-bottom: 5px;
  }
  .search_result{
        max-width: 1280px;
        margin:0 auto;
    min-height: 300px;
    padding:30px 0;
  }
        .tab-active {
            position: relative;
            color: #6F5CAE;
            font-weight: 600;
        
        }
        .tab-active:after {
            content: '';
            position: absolute;
            bottom: -10px;
            left: 0;
            right: 0;
            height: 3px;
            background-color: #6F5CAE;
            border-radius: 3px;
        }
        .search_page_wrap{
          width: 60%;
            min-width: 300px;
          margin:15px auto;
          position: relative;
          height:48px ;
        }
        .search_page_seatchbtn{
          position: absolute;
          right:5px;
          top:5px;
          height: 38px;
          line-height: 38px;
          padding:0 15px;

        }
        .text-center{
          text-align: center;
        }
        .search_work{
          text-decoration: underline;
        }



.single {
    width: 33%;
    margin: 20px 0 50px;
    float: left;
    position: relative;
}


.single_row {
    position: relative;
    border-radius: 10px;
    margin: 0 10px;
    background: #F4F6F9;
    overflow: hidden;
}
.single_title {
    position: relative;
    padding-top: 50px;
    width: 100%;
    z-index: 9;
    display: flex
;
    flex-direction: column;
    justify-content: center;
    height: 60px;
}

.single_thumb {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 50%;
    overflow: hidden;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.akko_product_title_wrap {
    padding: 0 20px;
    text-align: center;
    z-index: 99;
    height: 100px;
    overflow: hidden;
}
.result-blog{
  
}
.result-blog li{
    width:calc((100% - 60px)/3);
        border-radius: 12px;
        background: #f2f5f8;
        overflow: hidden;
        list-style: none;
        margin-bottom:30px;
        padding-bottom: 30px;
        float:left;
        margin-right: 20px;
}
.blog_tag_post_thumb{
        width: 100%;
        height:0;
        padding-bottom: 50%;
        box-shadow: border-box;
        background-size: cover;
    }
    .blog_tag_post_title{
        margin:10px 15px ;
        font-size: 16px;
        font-weight: bold;
        line-height: 1.4em;
        height: 2.8em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;

    }
    .blog_tag_post_title a:hover{
        color:#6F5CAE;
        text-decoration: underline;
    }
    .blog_tag_post_excerpt{
        padding:0 15px ;
        font-size: 14px;
        line-height: 1.4em;
        font-weight: normal;
        height: 4.2em;
        overflow: hidden;
        color:#3a3a3a;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 13;
        -webkit-box-orient: vertical;

    }
    .blog_tag_post_tag{
        font-size: 14px;
        line-height: 1.4em;
        width:auto;
        height:1.4em;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        color:#6F5CAE;
        margin:10px 15px 0;
    }
    .blog_tag_post_tag a{
        color:#6F5CAE;
        font-weight: 400;
        font-weight: bold;
    }
    .blog_tag_post_date{
            font-size: 14px;
        line-height: 1.4em;
            padding:0 15px ;
            margin-top:10px;
            font-weight: bold;
    }
    
   .single_title{
    text-align: center;
   }
   .single_thumb{
    background-size: 80%;
   }
.akko_on_sale {
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 14px;
    padding: 0px 10px;
    line-height: 2em;
    border-radius: 6px;
    background: #6F5CAE;
    color: #fff;
    text-align: center;
}
.result-faq-info{
    color:#666;
    font-size: 14px;
}

.result-card {
    transition: all 0.3s ease;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    padding:15px;
    margin-bottom:15px;
}
.result-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
}
.search-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.3);
}
.pagination{
    clear: both;
}
.pagination .active {
    background-color: #2563eb;
    color: white;
}

.pagination{
    text-align: center;
    margin-bottom: 30px;
}

@media (max-width: 768px) {


    .akko_on_sale {
        line-height: 1.8em;
        font-size: 12px;
    }
    .single_title h4{
  
        font-size: 16px!important;
        font-weight: bold;
    }
    .search_result{
        width: 100%;
    }
  .single {
        width: 50%;
        margin: 10px 0 10px;
    }

    .single_wrap {
        background: none;
        display: block;
    }
    .single_title {
        padding-top: 35px;
        height: 45px;
    }
    .result-blog {
        padding:15px;
        box-sizing: border-box;
    }
    .result-blog  li {
        width: 100%;
    }


}
