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

    h1{
        font-size: 2.5rem;
        line-height: 2.8125rem;
        font-weight: bold !important;
        margin-bottom: 3.125rem;
    }

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

            h4{
                font-size: 1.375rem !important;
                line-height: 1.75rem !important;
                font-weight: bold !important;
                padding-top: 0rem;
                margin-top: 0rem;
                display: block;

            }
            label{
                font-size: 1rem !important;
                list-style: 1.5rem !important;
                font-weight: 400 !important;
                text-transform: uppercase !important;
                padding-left: 0.625rem;
                top: -0.5rem;
                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: 1.25rem;
                }
               
            }
 
        }

        h4{
            font-size: 1.375rem !important;
            line-height: 1.75rem !important;
            font-weight: bold !important;
            padding-top: 0rem;
            margin-top: 0rem;
            display: block;

        }
       
}