img[alt='logo'] {
  max-height: 100vh;
}

.deprecated {
  color: #212529;
  background-color: #ffc107;
  max-width: min-content;
  padding: 0.25em 0.6em;
  border-radius: 0.5rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
}

.deprecated.deprecated-message,
.deprecated.deprecated-method,
.deprecated.deprecated-enum {
  font-size: 90%;
}

.deprecated.deprecated-field {
  font-size: 80%;
}
