.newsticker-container{
  width: 100%;
  height: 46px;
  background: #111619;
  position: relative;
  padding-left: 53px;
}

.newsticker-container .bell-icon{
  position: absolute;
  left: 20px;
  top: 8px;
}
.newsticker-container .marquee__date{
  font-size: 12px;
  font-weight: 700;
  color: rgba(255, 255, 255, .3);
}
.newsticker-container span{
  font-size: 14px;
  font-weight: 700;
  color: white;
  line-height: 45px;
}

.newsticker{
  list-style: none;
  padding: 0;
  margin: 0;
}

.announcement-item {
  cursor: pointer;
  color: #ffffff;
  font-weight: 500;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  width: 90%;
}

.announcement-item:hover {
  transition: color .25s;
  color: #ffe418;
}

.announcement-item__date {
  font-size: 1.2rem;
  opacity: 0.50;
  margin-right: .8em;
}

.announcement-item__subject {
  font-size: 1.4rem;
}
