.nb-smart-search-2 {
    padding-bottom: 20px;
    .search-content-wrapper{
        display: flex;
        gap: 20px;
    }

    .search-content-wrapper .left-wrapper{
        max-width: 300px;
        flex: 1;
    }
    .search-content-wrapper .right-wrapper{
        flex: 1;
        width: calc(100% - 320px);
    }

    .nb-slider-item-box-31:before{
        content: '';
        position: absolute;
        inset: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 100%);
        pointer-events: none;
    }
    .nb-slider-item-box-31 .nb-link:has(.nb-title){
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .nb-smart-search-2 {
        .search-content-wrapper {
            flex-direction: column-reverse;
        }

        .search-content-wrapper .right-wrapper,
        .search-content-wrapper .left-wrapper{
            width: 100%;
        }
    }
}