.websec-banner {
  position: sticky;
  top: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  background: #0f172a;
  color: #f8fafc;
  padding: 0.5rem 1rem;
  font:
    500 14px/1.4 system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    sans-serif;
  border-bottom: 1px solid #1e293b;
}
.websec-banner a {
  color: #93c5fd;
  text-decoration: underline;
  font-weight: 600;
}
.websec-banner a:hover {
  color: #bfdbfe;
}
