.sports-headline-widget {
  background:#2c2e3a;
  border-radius:10px;
  padding:15px 12px;
  margin-bottom:20px;
  color:#ddd;
  box-shadow:inset 0 0 0 1px #3e4050;
}
.sports-headline-widget .widget-header {
  font-size:14px;
  font-weight:600;
  border-bottom:1px solid #3e4050;
  padding-bottom:6px;
  margin-bottom:8px;
  color:#4ea1ff;
}
.sports-headline-widget .headline-list {
  list-style:none;
  padding:0;
  margin:0;
}
.sports-headline-widget .headline-list li {
  display:flex;
  justify-content:space-between;
  align-items:center;
  font-size:14px;
  padding:6px 0;
  border-bottom:1px solid #383b4a;
}
.sports-headline-widget .headline-list li:last-child {
  border-bottom:none;
}
.sports-headline-widget .headline-list a {
  color:#d2d2d2;
  text-decoration:none;
  flex:1;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
}
.sports-headline-widget .headline-list a:hover {
  color:#4ea1ff;
}
.sports-headline-widget .headline-list .time {
  font-size:12px;
  color:#888;
  margin-left:8px;
  flex-shrink:0;
}
.sports-headline-widget .no-data {
  text-align:center;
  color:#888;
  padding:10px 0;
}
