#site-status-banner {
  position: sticky;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  flex-wrap: wrap;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 16px;
  background: #7a1f1f;
  color: #fff;
  text-align: center;
  font-size: 0.85rem;
  line-height: 1.4;
  border-bottom: 2px solid #ffb3b3;
}

#site-status-banner a {
  color: #fff;
  text-decoration: underline;
  font-weight: bold;
}

#site-status-banner .status-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff5555;
  box-shadow: 0 0 6px #ff5555;
}
