.public-archive-notice {
  border: 2px solid var(--border-glow, #a95eff);
  background: rgba(30, 0, 60, 0.4);
  border-radius: var(--radius, 1rem);
  padding: 1.5rem 2rem;
  margin: 2rem auto;
  max-width: 700px;
  text-align: left;
  box-shadow: 0 0 12px rgba(169, 94, 255, 0.4);
  backdrop-filter: blur(6px);
}

.public-archive-notice h2 {
  color: var(--neon-teal, #26ffe6);
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-bottom: 1px solid rgba(255,255,255,0.2);
  padding-bottom: 0.3rem;
}

.public-archive-notice p {
  color: var(--text-subtle, #cfc1e9);
  line-height: 1.6;
  margin: 0.5rem 0;
}

.notice-wrapper {
 max-width:800px;
 margin:6em auto;
 padding:2em;
 border:2px 
 solid var(--border-glow);
 border-radius:1rem;
 background:rgba(10,0,20,0.6);
 backdrop-filter:blur(10px);
 box-shadow:0 0 18px rgba(255,43,179,0.4);
 color:var(--text-main);
}