/* Utility */
.baseline-small{ margin-bottom: 10px;}
.baseline-medium{ margin-bottom: 20px;}
.baseline-large{ margin-bottom: 30px;}


/* Blog Article Layout Styles */
.l-blog-v2 .blog-divider {
    background: #1c213f;
    height: 3px;
    border-style: none;
    margin-bottom: 1rem;
}
.l-blog-v2 .blog-link {
    font-size: inherit;
    font-weight: 600;
    text-decoration: underline;
    display: inline-block;
}
.l-blog-v2 .blog-subtitle {
    font-size: 1rem;
    font-weight: 600;
    text-decoration: underline;
    text-underline-position: under;
}


@media screen and (min-width: 64em){
    .l-article__hero .l-article__inner{
        max-width: 100%;
    }
    .l-article__inner {
        max-width: 90%;
    }    
}

/* Related Articles restyle */
@media screen and (min-width: 64em){
    .c-content-tile {
        flex-direction: column;
    }
    .c-content-tile__image {
        max-width: 100%;
    }
    .c-content-tile__section:last-child {
        padding: .75rem 1.25rem;
    }
}
