/*
Theme Name:   Office of Research Theme
Template:     purdue-home-theme
Version:      1.0.0
Text Domain:  purdue
*/

.single .blog-callout p,
article.blog-article header p {
    margin-bottom: 0;
    font-style: italic;
}

.single .blog-callout h1:not(:first-child),
article.blog-article h2 {
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.single .blog-callout h1:not(:first-child),
article.blog-article h2 a {
    color: black;
    text-decoration: none;
}

.single .blog-callout h1:not(:first-child) a:hover,
article.blog-article h2 a:hover {
    text-decoration: underline;
}

.blog-article {
    margin-bottom: 2em;
    border-bottom: 1px solid #f1f1f1;
    padding-bottom: 2em;
}