.paywall {
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 45%;
    background-color: #757373ed;
    z-index: 999;
    overflow: hidden;
    opacity: 0;
}

.paywall.show {
    animation: to-up 2s ease forwards;
}

.paywall-text{
    width: 100%;
    height: 70%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
}

.paywall-text h1{
    color: #FFFFFF;
    text-align: center;
}

/* .news-content,
.summary-news,
.news-summary .link-summary,
.category-news-description,
.entry-sub-title ,
.entry-content {
    -webkit-mask-image: linear-gradient(to bottom, #000000, transparent 80%);
    mask-image: linear-gradient(to bottom, #000000, transparent 80%);
} */

@keyframes to-up {
    0% {
        top: 100%;
        opacity: 0;
    }

    100% {
        top: 55%;
        opacity: 1;
    }
}

@media (max-width: 768px){
    .paywall-text h1{
        font-size: 28px;
    }
}

@media (max-width: 500px){
    .paywall-text h1{
        font-size: 24px;
    }
}
/*
     FILE ARCHIVED ON 17:36:38 Sep 13, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 20:57:24 Sep 17, 2024.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 1.389
  exclusion.robots: 0.026
  exclusion.robots.policy: 0.012
  esindex: 0.012
  cdx.remote: 5.674
  LoadShardBlock: 320.571 (3)
  PetaboxLoader3.datanode: 181.157 (4)
  load_resource: 99.081
  PetaboxLoader3.resolve: 45.598
*/
