/* breaking-news.css */
.breaking-news {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #ff0000;
  color: #fff;
  padding: 10px;
  text-align: center;
  z-index: 999;
}

/* We can add responsive styles here if needed */
