/* title highlight color */
.branding__title--custom-text > b {
    color: #b15c11;
}

/* playlists link */
.agg #contentfooterwrap #contentfooter .wc-playlists a {
    background-image: none;
}

.story-layout #contentfooter .wc-playlists {
    display: none;
}

@media screen and (min-width: 768px) {
    .agg #contentfooterwrap #contentfooter .wc-playlists {
        border-top: 2px solid #fff;
    }
}
/* end playlists link */
