.md-typeset img,
.md-typeset video {
  max-width: 100%;
  height: auto;
}

.md-typeset .md-button {
  margin: 0 0.4rem 0.5rem 0;
}

.md-typeset .manual-hero {
  margin: 1rem 0 1.5rem;
}

.md-typeset .manual-hero img {
  display: block;
  width: 100%;
  border: 1px solid color-mix(in srgb, var(--md-default-fg-color) 16%, transparent);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.08);
}

.md-typeset table:not([class]) {
  display: table;
  width: 100%;
}

@media screen and (max-width: 44.984375em) {
  .md-typeset table:not([class]) {
    display: block;
    width: 100%;
    overflow-x: auto;
  }

  .md-typeset pre {
    max-width: calc(100vw - 2rem);
  }

  .md-typeset .manual-hero {
    margin-top: 0.75rem;
  }
}
