<>
.fp-module.inferred-module > p {
display: none;
}
>
Something went wrong. Try again. <>
/* AD place holder */
.Ht-pl-LDRB:before,
.Ht-pl-LREC:before {
content: attr(data-content);
display: flex;
align-items: center;
justify-content: center;
background-color: #f5f8fa;
font-size: 12px;
color: #6e7780;
}
.Ht-pl-LREC:before {
height: 250px;
width: 300px;
}
.Ht-pl-LDRB:before {
height: 90px;
width: 728px;
margin-left: auto;
margin-right: auto;
}
/* for hide all ads */
.hideAllAds .Ht-pl-LDRB,
.hideAllAds .Ht-pl-LREC,
.hideAllAds #viewer-aside {
display: none;
}
@media screen and (min-width: 1200) {
.hideAllAds #viewer-close-button button {
right: auto !important;
}
}
.hideAllAds #content-articles-wrapper {
width: 100%;
}
.viewer-open #Main {
pointer-events: none;
}
/* show comments button only when article has it enabled */
#atomic .view-spotim-cmnts-btn-container[data-enabled="true"] {
display: block;
}
><>
/* to fix the issue when viewer is open the videos in stream sometimes appear underneath */
.viewer-open #Main .wafer-yvideo {
opacity: 0;
}
>