.article-title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
    margin-bottom: 1.5rem;
    letter-spacing: -.01em;
}

.article-lead {
    font-size: 1.15rem;
    color: #aaa;
    line-height: 2;
    margin-bottom: .5rem;
}

.article-lead-sub {
    font-size: 1.1rem;
    color: #666;
    margin-bottom: 2.5rem;
    font-style: italic;
}

.article-block {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #161616;
}
.article-block:last-of-type { border-bottom: none; }

.article-block h3 {
    font-size: 1rem;
    font-weight: 700;
    color: #888;
    letter-spacing: .06em;
    text-transform: uppercase;
    margin-bottom: 1rem;
}

.article-block p {
    font-size: 1rem;
    color: #bbb;
    line-height: 1.85;
    margin-bottom: .9rem;
}
.article-block p:last-child { margin-bottom: 0; }

.highlight {
    color: #e8e8e8 !important;
    font-weight: 600;
    font-size: 1.05rem !important;
    padding-left: 1rem;
    border-left: 2px solid #444;
}

.article-cta {
    margin: 2rem 0;
    text-align: center;
}
