#strytl-pagination { display:none; }

#redirect {
    position: fixed;
    z-index: 99999;
    width: 100%;
    /* height: 100px; */
    background: var(--color-contrast);
    top: 0;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 50px;
    font-size: 2em;
    box-sizing: border-box;
    box-shadow: 0px 0px 30px rgba(0,0,0,.8);
}
.strytl { --color-contrast:#ffad94; --color-text:#161718; }
.strytl .item.chapter h1.title { color:#893fbf; }
.strytl .item.chapter .item-content { background-color:#ffad94; border-top-color:#ffad94; background-color:var(--color-contrast); border-top-color:var(--color-contrast); }
.strytl .item.chapter .marker { background-color:#893fbf; }
.strytl .item.text h1.title { color:#893fbf; font-weight:400; }
.strytl .item.text .text-content { color:#161718; }
.strytl .item.text p.author { color:#161718; font-weight:300; }
.strytl .item.text .timestamp .group .time { color:#161718; }
.strytl .item.text .timestamp .group .date { color:#161718; }
.strytl .item .xt-react .reaction[data-reaction="1"] { background-image:url('https://s.stry.tl/assets/img/eventmodule/em-reader-feedback/facepalm.png'); }
.strytl .item .xt-react .reaction[data-reaction="2"] { background-image:url('https://s.stry.tl/assets/img/eventmodule/em-reader-feedback/laughing.png'); }


