
.strytl {
  --color-contrast: #006baa;
  --color-text: #222222;
}
.strytl .item.chapter h1.title {
  color: #ffffff;
}
.strytl .item.chapter .item-content {
  background-color: #006baa;
  border-top-color: #006baa;
}
.strytl .item.chapter .marker {
  color: #ffffff;
  background-color: #b60062;
}
.strytl .item.text h1.title {
  font-weight: 700;
}
.strytl .item .xt-react .reaction[data-reaction="1"] {
  background-image: url('https://s.stry.tl/assets/img/eventmodule/em-reader-feedback/cool.png');
}
.strytl .item.text .timestamp .group .date {
  font-weight: 700;
}
.strytl .item.text .timestamp .group .time {
  font-weight: 300;
}

/* smoothening fonts */
@media screen and (max-width: 500px) {
  .strytl .item {
    -webkit-font-smoothing: antialiased;
  }
}



/* items */
.strytl .item.text h1.title,
.strytl .item.em-polls .question,
.strytl .item.quote .quote .text,
.strytl .item.sound h1.title {
  line-height: 1.2;
  text-transform: uppercase;
  font-size: 160%;
  margin: 1em 0 0.5em;
}
.strytl .item.text .timestamp .group,
.strytl .item.quote .timestamp .group,
.strytl .item.em-football .timestamp .group .time {
  text-transform: uppercase;
  font-size: 80%;
}

/* chapters */
.strytl .item.chapter .item-content {
  text-align: center;
}
.strytl .item.chapter .marker {
  display: inline-block;
  text-transform: uppercase;
}
.strytl .item.chapter h1.title {
  text-transform: uppercase;
}
