.swagger-ui .topbar svg {
  display: none;
}

.swagger-ui .topbar .topbar-wrapper {
  height: 32px;
  padding-left: 32px;
  background-image: url("favicon-32x32.png");
  background-repeat: no-repeat;
}

.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_authorizationCode) {
  display: none;
}
