.NoticeTicker .notice-alert {
  background-color: #fff5eb !important;
  border: 1px solid #e1b382 !important;
  border-left: 5px solid #ff007f !important;
  color: #333;
  margin-bottom: 0;
  padding: 1rem;
}

.NoticeTicker .notice-badge {
  background-color: #cc0000;
  color: #fff;
  font-weight: bold;
  font-size: 0.75rem;
  padding: 5px 10px;
  border-radius: 4px;
}

.NoticeTicker .notice-headline {
  color: #cc0000;
  font-size: 0.95rem;
}

.NoticeTicker .notice-subtext {
  font-size: 0.8rem;
  color: #555;
}