body {
    font-family: "Helvetica Neue", -apple-system, BlinkMacSystemFont, "Segoe UI", Arial;
}
.header {
	border-bottom: 1px solid #e0e0e0;
}
.header:not(.solid):before, .modeTab.widgetMode:not(.solid):before {
	display: none;
}
.featureContent, .featureAction {
    font-size: 15px !important
}
.streamNav li.catItem .catItemName {
    line-height: normal;
}
.category {
    padding: 3px 6px;
    font-size: 13px !important;
    border-radius: 2px;
    color: #4f4f4f;
    background-color: #e1f7f5 !important;
    text-transform: none;
}
.emojiContainer {
    width: 24px;
}
.emojis img {
    height: 22px;
    padding: 0 !important;
    display: block;
    opacity: 0.8;
}
.emojiContainer:first-child img {
    border-bottom: 1px solid white;
}
img.unselectedemoji {
    height: 22px !important;
    margin-top: 0;
}
.featureContent figure img {
    display: block;
}
body:not(.accessible) .emojis img:hover, .emojis img:focus {
    height: 22px;
    opacity: 1;
}
.emojis {
    top: -12px;
}
.featureFeedback {
    margin: 50px -20px -20px!important;
}
.featureContent + .featureAction {
    margin-top: 50px;
    margin-bottom: 60px!important;
}
.featureFeedback {
    padding: 20px;
}
.featureContent p {
    line-height: 1.5;
}
.featureContent p:last-child {
    margin-bottom: 0;
}
.featureContent + .featureFeedback {
    margin: 20px -20px -20px!important;
}
.featureFeedback.noReactions {
    padding-top: 20px;
}
body[data-link-mode=button] .featureAction a {
    padding: 12px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 5px;
}
body[data-link-mode=button] .featureAction a:hover {
	filter: brightness(0.95);
}
@media (min-width: 800px) {
    .featureTitle {
        margin-top: 15px !important;
    }
}
.medium-insert-images {
    margin-top: 22px;
}
.color-0,.color-4, .color-5 {
    color: black;
}
.streamNav.sticky {
    position: sticky;
    top: 40px;
}
.news, .poweredFooter {
    background-color: rgb(250,250,250);
}
.feature, #firstResults .feature {
    box-shadow: 0 0 3px rgba(0,0,0,0.2) !important;
}
.embed .news {
    padding: 15px;
}
.embed .feature {
    margin-bottom: 17px;
}
.embed .headerTitle {
    padding-top: 14px !important;
}
.featureDate {
    margin-bottom: 12px;
    color: #ababab !important;
}
body.standalone[data-link-mode=button] .featureAction a {
    max-width: 220px;
}
.catItem.watermark {
    display: none;
}
.featureContent figure img {
    transform: scale(1) !important;
}
.featureContent figure {
    position: relative;
    box-shadow: none !important;
    border: 1px solid rgba(0,0,0,0.15);
}

/*
.featureContent figure:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    background-color: transparent;
    transition: background-color 0.3s;
}
*/

.featureContent figure {
    cursor: pointer;
}

.featureContent figure:hover:after {
    background-color: rgba(255,255,255,0.3);
}
.headerTitle a {
    pointer-events: none;
}
@media screen and (min-width: 800px) {
    .headerTitle, .headerTitle a {
        font-weight: 700 !important;
    }
}
.featureDate {
    flex-wrap: wrap;
}
.futureDateContainer {
    margin-left: 0;
    margin-top: 15px;
}