/* Homepage news column — rendered by the homepage-news shortcode */

.home-news p {
    margin: 1.4rem 0 .5rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #e9ecef;
    font-size: .82rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    color: #868e96;
}

.home-news > p:first-child {
    margin-top: 0;
}

.home-news ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.home-news li {
    position: relative;
    padding-left: 1.05rem;
    margin: .45rem 0;
    line-height: 1.55;
}

.home-news li::before {
    content: "";
    position: absolute;
    left: 0;
    top: .58em;
    width: .42em;
    height: .42em;
    border-radius: 50%;
    background: #adb5bd;
}
