/* app/static/css/site_announcement.css */
#global-site-announcement {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3000; /* above everything */
  background: rgba(220, 53, 69, 0.95); /* Bootstrap danger-ish red */
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  font-size: 14px;
  border-top: 2px solid #b02a37; /* darker red accent */
}

