/* UAT / testing indicator — appsettings Deployment:Environment = UAT or Testing */
.snv-admin-env-badge {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999;
  background: #b45309;
  color: #fff;
  font-weight: 800;
  font-size: 11px;
  letter-spacing: 0.08em;
  padding: 7px 16px;
  border-radius: 0 0 0 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  pointer-events: none;
}
