/* New Finney */
/* .single-category-news .article-header {
    width: 50%;
    float: inline-start;
    margin-right: 2rem;
    margin-top: 0.5rem;

    @media screen and (max-width: 600px) {
        float: none;
        width: 100%;
        margin-bottom: 2rem;
    }
} */

/* New Matthew */
/* .single-category-feature {
    
    div#featured-area{
        max-height: none;
        padding-bottom: 40px;
        height: auto !important;
    }
    
    div#featured-area:not(.super-feature) {
        
        margin: 0;
        
        
        .featured-image-container{
            max-width: 950px;
            max-height: 605x;
            margin-left: auto;
            margin-right: auto;
        }
    }
    main::before{
        content: '';
        position: absolute;
        display: flex;
        height: 420px;
        width: 100vvw;
        background-color: #EAEAEA;
        top: -32px;
        right: -32px;
        left: -32px;
        z-index: -1;
    }

    .content-wrap h1.entry-title{
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }

    .entry-content{
        padding-right: 0px !important;
        padding-left: 0px !important;
        max-width: 950px !important;
    }
} */
