/* EDIVIC live-testing repair layer — loaded last on static pages. */
[hidden],
.hidden,
.sidebar .hidden,
.sidebar nav a.hidden,
.sidebar nav button.hidden,
.nav-list .hidden,
.side-nav .hidden,
.hero-actions .hidden,
.card-actions .hidden {
  display: none !important;
}

.status.warning,
.status.show.warning {
  display: block;
  background: #fff5cf;
  color: #6b4f00;
  border: 1px solid rgba(184, 130, 0, .28);
}

.edivic-degraded-note {
  margin: 0 0 16px;
  padding: 13px 15px;
  border: 1px solid rgba(184, 130, 0, .25);
  border-radius: 14px;
  background: #fff7d9;
  color: #654b05;
  font-weight: 700;
  line-height: 1.45;
}

[aria-disabled="true"] {
  cursor: not-allowed !important;
}
