.cb-fire.stream .section-title {
    color: var(--CB-Orange, #FF5831);
    font-size: 28px;
    font-style: normal;
    font-weight: 800;
    line-height: normal;
    letter-spacing: -0.25px;
    text-transform: uppercase;
}

.cb-fire.stream .excerpt {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1rem;
}

.cb-fire.stream .excerpt:last-child {
    border-bottom: none;
}

.cb-fire.stream .excerpt h4 a {
    color: var(--Black, #000);
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
}
.cb-fire.stream .excerpt .cb-image {
    width: 20%;
    background: #efefef;
}

.cb-fire.stream .excerpt .photo-credit {
    font-size: 12px;
    color: #666;
    font-style: italic;
    display: block;
    padding-top: 4px;
}

.cb-fire.stream .content-aligned {
    width: 80%;
}

.cb-fire.stream .excerpt .cb-image {
    float: none;
    display: block;
}

.cb-fire.stream .excerpt .cb-image img {
    width: 100%;
}

.cb-fire.stream .excerpt .cb-richtext.deck {
    color: var(--Black, #000);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%;
}

.cb-fire.stream .excerpt .cb-richtext.deck p.lede-content { 
    font-family: 'proxima-nova', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.4;
}

#cb-fire .cb-fire.stream .cb-excerpt .cb-richtext .lede-content {
    line-height: 1.4;
    margin: 0;
}

.cb-fire.stream .category a {
    display: inline-block;
    border-radius: 8px;
    border: 1px solid var(--CB-Orange, #FF5831);
    color: #ff5831;
    background: var(--White, #FFF);
    padding: 6px 10px;
    text-decoration: none !important;
    margin-right: 8px;
    margin-bottom: 8px;
}

.cb-fire.stream .category a.active {
    background: var(--CB-Orange, #FF5831);
    color: var(--White, #FFF);
}

.cb-fire.stream .category a:hover {
    text-decoration: none;
}

.cb-fire.stream .category a:hover {
    text-decoration: none;
}

.cb-fire.stream .cb-byline {
    font-weight: 300;
}

.cb-fire.stream .cb-byline a {
    color: inherit;
    text-decoration: none;
}

@media screen and (min-width: 800px) {
    .cb-fire.stream .img-wrap {
        max-width: 300px;
    }
}

@media screen and (max-width: 800px) {
    .cb-fire.stream .img-wrap {
        float: right;
        width: 120px;
    }

    .cb-fire.stream .img-wrap a {
        margin: 0;
    }

    .cb-fire-stream .content-aligned {
        display: block;
        float: none;
    }

    .cb-fire.stream .excerpt .cb-image {
        /* width: 100%; */
    }

    .cb-fire.stream .content-aligned {
        /* width: 100%; */
    }
}
    
.cb-fire-block .cb-byline .prefix {
    display: inline-block;
    margin-right: .25em;
}