/* ADA heading hierarchy fix for Ways to Give.
   Preserve prior h4 visual style after semantic h3 update. */

.sidebar .wtg-nav-heading {
    font-size: 2em;
    margin-bottom: 30px;
}

.sidebar .wtg-nav-heading:after {
    display: block;
    content: '';
    width: 190px;
    height: 9px;
    background: #98aa3c;
    margin: 15px 0;
}

@media only screen and (max-width: 480px) {
    .sidebar .wtg-nav-heading {
        margin-bottom: 10px;
    }
}

.page-next-post__item .wtg-other-ways-heading {
    margin: 0;
    display: block;
    position: relative;
    top: 10px;
    color: #fff;
    font-size: 1.3em;
    font-weight: 500;

}
