.swagger-ui .topbar img[alt="Swagger UI"] {
  content: url('favicon-32x32.png');
  width: 32px;
  height: 32px;
}

.swagger-ui .topbar a:after {
  content: 'Marketing Ecosystem';
  margin-left: 15px;
}

/* hide OAuth2 client_secret input, that is always displayed, but not required for Authorization Code flow */
.auth-container .wrapper:has(input#client_secret) {
  display: none;
}
