/**
 * News Hero CSS
 * Used for single news articles
 * 
 * NOTE: This file depends on hero.css for base hero styling.
 * Only news-specific overrides and styling should be here.
 */

 #main {
    > section {
        &.news-hero {
            margin-bottom: 0rem;
        }
        &.news-single-content {
            margin-top: 0rem;
        }
    }
 }