/* Test-environment banner for the API Swagger UI.
   Injected from Startup ONLY when ApxSettings:VaultSettings:IsTestSystem is true,
   so it never appears on production. */
.swagger-ui .information-container::before {
  content: "⚠️ TEST ENVIRONMENT";
  display: block;
  background-color: #fff3cd;
  color: #856404;
  padding: 12px;
  text-align: center;
  font-weight: 600;
  border-radius: 4px;
  margin-bottom: 12px;
}
