.notification-bar {
  width: 100%;
  padding: 10px 24px;
  background: linear-gradient(90deg, #5b9bd5 0%, #2d8efd 100%);
  text-align: center;
  font-size: 14px;
  color: #ffffff;
  z-index: 9999;
}

.notification-bar span {
  display: inline-block;
}

.notification-bar a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 500;
  margin: 0 4px;
  transition: opacity 0.2s;
}

.notification-bar a:hover {
  opacity: 0.9;
}

.notification-bar .sep {
  color: rgba(255, 255, 255, 0.5);
  margin: 0 2px;
}
