_search_news.scss 1.84 KB
.news-search{
        margin-top: 0px !important;
        @media only screen and (max-width: 48.875rem) {
            margin-top: 20px !important;
        }
  

    h1{
        font-size: 40px;
        line-height: 45px;
        font-weight: bold !important;
        margin-bottom: 50px;
    }

    .breadcrumb{
        font-size: 0.75rem;
        margin-bottom: 0.25rem;
        a{
            text-decoration: none;
            text-transform: capitalize;
        }
        span{
            margin: 0rem 0.625rem;
        }
    }
    li[data-sf-field-name="_sft_category"] {
        display:flex;
        flex-direction: column;
        

            h4{
                font-size: 22px !important;
                line-height: 28px !important;
                font-weight: bold !important;
                padding-top: 0px;
                margin-top: 0px;
                display: block;

            }
            label{
                font-size: 16px !important;
                list-style: 24px !important;
                font-weight: 400 !important;
                text-transform: uppercase !important;
                padding-left: 10px;
                top: -8px;
                position: relative;

            }
            ul{
                list-style: none;
                padding-left: 0;
                margin-left: 0;
                display: inline-flex;
                flex-wrap: wrap;
                flex-direction: row-reverse;
                justify-content: flex-end;
            
                li{
                    margin-right: 20px;
                }
               
            }
 
        }

        h4{
            font-size: 22px !important;
            line-height: 28px !important;
            font-weight: bold !important;
            padding-top: 0px;
            margin-top: 0px;
            display: block;

        }
       
}