/* Eagle Eye Citizen — archived static copy. */

.ee-archive-banner {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #2b2b2b;
  color: #f5f1e8;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  padding: 8px 16px;
  text-align: center;
  border-bottom: 2px solid #c79b3b;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.ee-archive-banner strong {
  color: #ffd87b;
  margin-right: 4px;
}

.ee-archive-banner a {
  color: #ffd87b;
  text-decoration: underline;
}

.ee-archived-notice {
  display: block;
  margin: 8px 0;
  padding: 8px 12px;
  background: #fff8e1;
  color: #5a4500;
  border: 1px solid #e0c060;
  border-radius: 3px;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

/* Suppress per-form notice inside the header login block; the page-level
   banner already announces that auth is disabled. */
#block-userlogin .ee-archived-notice,
.region-header .ee-archived-notice,
header .ee-archived-notice {
  display: none;
}
