body {
  margin: 0;
  background: #fafafa;
}

/* Mondiad-branded header replacing Swagger UI's default topbar.
   Light background to match the coloured Mondiad wordmark. */
.mondiad-topbar {
  display: flex;
  align-items: center;
  padding: 12px 20px;
  background-color: #ffffff;
  border-bottom: 1px solid #e8e8e8;
}

.mondiad-topbar__link {
  display: inline-flex;
}

.mondiad-topbar__logo {
  display: block;
}

/* Defensive: hide the stock topbar if a StandaloneLayout ever slips back in. */
.swagger-ui .topbar {
  display: none;
}
