/* ============================================================
   STAGING BANNER — Cambridge Library Friends Prototype
   This banner must always be visible and cannot be hidden.
   ============================================================ */

.staging-banner {
  background: #FF6B35;
  color: #ffffff;
  text-align: center;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 14px;
  z-index: 9999;
  position: relative;
  letter-spacing: 0.03em;
  font-family: 'Fira Sans', sans-serif;
}

.staging-banner a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: bold;
}

.staging-banner a:hover {
  opacity: 0.85;
}
