/* Blog article pages; extends case-study.css */

.blog-article-meta {
    font-size: 15px;
    color: var(--color-muted);
    margin: 0 0 8px;
    font-weight: 500;
}

.blog-photo-credit {
    font-size: 13px;
    color: #888;
    margin: 12px 0 0;
    line-height: 1.5;
}

.blog-photo-credit a {
    color: var(--color-accent);
    text-decoration: none;
}

.blog-photo-credit a:hover {
    color: #fff;
    text-decoration: underline;
}

.case-study-section ul,
.case-study-section ol {
    margin: 0 0 16px;
    padding-left: 1.35em;
    line-height: 1.75;
    font-size: 16px;
}

.case-study-section li {
    margin-bottom: 10px;
}

.case-study-section li:last-child {
    margin-bottom: 0;
}

.case-study-section h3 {
    font-size: 22px;
    font-weight: 600;
    color: #fff;
    margin: 28px 0 14px;
}
