
.strytl {
  background-color: #f3f3f3;
  --color-text: #404040;
  --color-contrast: #294866;
}
.strytl .item {
  border-color: #f3f3f3;
}
.strytl .item.chapter .item-content {
  background-color: #d4dae0;
  border-top-color: #d4dae0;
}
.strytl .item.text .timestamp .group .date {
  color: #404040;
}
.strytl .item.text .text-content {
  color: #404040;
}
.strytl .item.text .timestamp .group .time {
  color: #404040;
}
.strytl .item .xt-react .reaction[data-reaction="0"] {
  display: block;
}
.strytl .item .xt-react .reaction[data-reaction="1"] {
  background-image: url('https://s.stry.tl/assets/img/eventmodule/em-reader-feedback/sad2.png');
}
.strytl .item .xt-react .reaction[data-reaction="2"] {
  background-image: url('https://s.stry.tl/assets/img/eventmodule/em-reader-feedback/laughing.png');
}
.strytl .item.text h1.title {
  color: #404040;
  font-weight: 400;
}
.strytl .item.text p.author {
  color: #404040;
  font-weight: 400;
}
.strytl .item.chapter h1.title {
  color: #404040;
}
.strytl .item.chapter .marker {
  color: #ffffff;
}

.strytl .item.link .description .title {
    margin-top: 0;
}
