.tj-news-row{
  display:flex;
  align-items:center;
  min-width:0;
  gap:0;
  padding:11px 13px;
  border:1px solid rgba(255,255,255,.12);
  border-radius:11px;
  background:rgba(255,255,255,.055);
  color:#fff;
  text-decoration:none;
  transition:background .18s ease,border-color .18s ease,transform .18s ease;
}
.tj-news-row:hover,.tj-news-row:focus-visible{
  background:rgba(255,255,255,.1);
  border-color:rgba(255,217,0,.6);
  transform:translateY(-1px);
  outline:none;
}
.tj-news-service{
  flex:0 0 auto;
  color:#ffe36e;
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
}
.tj-news-separator{
  flex:0 0 auto;
  margin:0 4px;
  color:#aa91b9;
  font-size:13px;
}
.tj-news-message{
  min-width:0;
  flex:1 1 auto;
  font-size:13px;
  font-weight:800;
  line-height:1.45;
}
.tj-news-arrow{
  flex:0 0 auto;
  margin-left:9px;
  color:#ffe36e;
  font-size:12px;
  font-weight:900;
}
@media(max-width:520px){
  .tj-news-row{padding:10px 11px}
  .tj-news-service,.tj-news-separator,.tj-news-message{font-size:12px}
  .tj-news-arrow{margin-left:6px;font-size:11px}
}
