.md-typeset h1 {
  font-weight: 700;
  letter-spacing: -0.02em;
}

.md-grid {
  max-width: 61rem;
}

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

.md-typeset .md-button:not(.md-button--primary) {
  border-color: var(--md-typeset-a-color);
  color: var(--md-typeset-a-color);
}

[data-md-color-scheme="slate"]
  .md-typeset
  .md-button:not(.md-button--primary) {
  border-color: #82b1ff;
  color: #82b1ff;
}

.md-typeset h2 {
  border-bottom: 0.05rem solid var(--md-default-fg-color--lightest);
  padding-bottom: 0.35rem;
}

.md-typeset table:not([class]) {
  font-size: 0.76rem;
}

.md-typeset table:not([class]) th {
  white-space: nowrap;
}

.md-typeset details[class] {
  border-color: var(--md-default-fg-color--lightest);
  box-shadow: none;
}

.md-typeset details[class] > summary {
  background-color: var(--md-code-bg-color);
  color: var(--md-default-fg-color--light);
  font-weight: 600;
}

.md-typeset details[class] > summary::before {
  background-color: var(--md-default-fg-color--light);
}

.md-typeset details[class] > summary:hover,
.md-typeset details[class][open] > summary {
  color: var(--md-default-fg-color);
}

.md-typeset details.highlight.info {
  border-color: #00b8d4;
}

.md-typeset details.highlight.info > summary {
  background-color: rgba(0, 184, 212, 0.1);
  color: var(--md-default-fg-color);
}

.md-typeset details.highlight.info > summary::before {
  background-color: #00b8d4;
}

.md-typeset details.highlight.tip {
  border-color: #00bfa5;
}

.md-typeset details.highlight.tip > summary {
  background-color: rgba(0, 191, 165, 0.1);
  color: var(--md-default-fg-color);
}

.md-typeset details.highlight.tip > summary::before {
  background-color: #00bfa5;
}

.customize-page .md-typeset__scrollwrap {
  margin-left: 0;
  margin-right: 0;
  overflow-x: visible;
}

.customize-page .md-typeset__table {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.customize-page table:not([class]) {
  font-size: 0.76rem;
  line-height: 1.45;
  table-layout: fixed;
  width: 100%;
}

.customize-page table:not([class]) th:nth-child(1),
.customize-page table:not([class]) td:nth-child(1) {
  width: 25%;
}

.customize-page table:not([class]) th:nth-child(2),
.customize-page table:not([class]) td:nth-child(2) {
  width: 22%;
}

.customize-page table:not([class]) th:nth-child(3),
.customize-page table:not([class]) td:nth-child(3) {
  width: 18%;
}

.customize-page table:not([class]) th:nth-child(4),
.customize-page table:not([class]) td:nth-child(4) {
  width: 35%;
}

.customize-page table:not([class]) th {
  font-size: 0.72rem;
  letter-spacing: 0.01em;
}

.customize-page table:not([class]) td:first-child code {
  font-weight: 700;
}

.customize-page table:not([class]) td:nth-child(3) {
  color: var(--md-default-fg-color--light);
}

.customize-page table:not([class]) code {
  overflow-wrap: anywhere;
  white-space: normal;
}

.customize-page table:not([class]) td:nth-child(3) code {
  overflow-wrap: normal;
  white-space: nowrap;
}

.customize-page details.example table:not([class]) th:nth-child(1),
.customize-page details.example table:not([class]) td:nth-child(1) {
  width: 34%;
}

.customize-page details.example table:not([class]) th:nth-child(2),
.customize-page details.example table:not([class]) td:nth-child(2),
.customize-page details.example table:not([class]) th:nth-child(3),
.customize-page details.example table:not([class]) td:nth-child(3),
.customize-page details.example table:not([class]) th:nth-child(4),
.customize-page details.example table:not([class]) td:nth-child(4) {
  width: 22%;
}

.cli-reference-page .md-typeset__scrollwrap {
  margin-left: 0;
  margin-right: 0;
  overflow-x: visible;
}

.cli-reference-page .md-typeset__table {
  padding-left: 0;
  padding-right: 0;
  width: 100%;
}

.cli-reference-page table:not([class]) {
  line-height: 1.45;
  table-layout: fixed;
  width: 100%;
}

.cli-reference-page table:not([class]) th:first-child:nth-last-child(4) {
  width: 25%;
}

.cli-reference-page table:not([class]) th:nth-child(2):nth-last-child(3) {
  width: 22%;
}

.cli-reference-page table:not([class]) th:nth-child(3):nth-last-child(2) {
  width: 18%;
}

.cli-reference-page table:not([class]) th:nth-child(4):last-child {
  width: 35%;
}

.cli-reference-page table:not([class]) code {
  overflow-wrap: anywhere;
  white-space: normal;
}

.docs-hero {
  background: var(--md-code-bg-color);
  border: 0.05rem solid var(--md-default-fg-color--lightest);
  border-radius: 0.6rem;
  margin: 0 0 2rem;
  padding: 1.6rem 1.8rem 1.35rem;
}

.docs-hero::after {
  clear: both;
  content: "";
  display: block;
}

.docs-hero__logo {
  float: right;
  height: auto;
  margin: 0 0 1rem 1.4rem;
  width: 7rem;
}

.docs-hero h1 {
  margin-bottom: 0.6rem;
  margin-top: 0.3rem;
}

.docs-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin-top: 1.1rem;
}

.docs-actions .md-button {
  margin: 0;
}

.technology-grid {
  display: grid;
  gap: 0.65rem;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 1.2rem 0 2rem;
}

.technology-card {
  background: var(--md-code-bg-color);
  border: 0.05rem solid var(--md-default-fg-color--lightest);
  border-top: 0.16rem solid var(--md-primary-fg-color);
  border-radius: 0.45rem;
  font-size: 0.76rem;
  line-height: 1.55;
  padding: 0.2rem 0.75rem 0.7rem;
}

.technology-card .technology-card__title {
  color: var(--md-default-fg-color);
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.35rem;
  margin-top: 0.65rem;
}

.technology-card p {
  margin: 0.4rem 0;
}

.technology-card--secondary {
  background: transparent;
  border-color: var(--md-default-fg-color--lightest);
  border-top-color: var(--md-default-fg-color--lighter);
}

.workflow-figure {
  margin: 1.2rem 0 1.6rem;
}

.workflow-figure a,
.workflow-figure img {
  display: block;
}

.workflow-figure img {
  background: #fff;
  border: 0.05rem solid var(--md-default-fg-color--lightest);
  border-radius: 0.45rem;
  height: auto;
  width: 100%;
}

.workflow-figure figcaption {
  color: var(--md-default-fg-color--light);
  font-size: 0.68rem;
  line-height: 1.5;
  margin: 0.55rem 0.2rem 0;
  max-width: none;
  text-align: left;
  width: 100%;
}

.next-step {
  border-left: 0.16rem solid var(--md-typeset-a-color);
  margin-top: 2rem;
  padding: 0.1rem 0.9rem;
}

.next-step p {
  margin: 0.25rem 0;
}

.reference-jump {
  background: var(--md-code-bg-color);
  border-left: 0.16rem solid var(--md-typeset-a-color);
  margin: 1rem 0 1.4rem;
  padding: 0.25rem 0.8rem;
}

.reference-jump p {
  margin: 0.35rem 0;
}

@media screen and (max-width: 44.984375em) {
  .md-typeset__scrollwrap > .md-typeset__table {
    display: block;
    width: 100%;
  }

  .docs-hero {
    padding: 1.2rem;
  }

  .docs-hero__logo {
    display: block;
    float: none;
    margin: 0 auto 1rem;
    width: 6rem;
  }

  .technology-grid {
    grid-template-columns: 1fr;
  }

  .md-typeset table:not([class]) {
    display: table;
    font-size: 0.7rem;
    table-layout: fixed;
    width: 100%;
  }

  .md-typeset table:not([class]) th {
    white-space: normal;
  }

  .md-typeset table:not([class]) th,
  .md-typeset table:not([class]) td {
    padding: 0.55em 0.65em;
  }

  .md-typeset table:not([class]) code {
    overflow-wrap: anywhere;
    white-space: normal;
  }

  .customize-page .md-typeset__scrollwrap {
    overflow-x: hidden;
  }

  .customize-page .md-typeset__table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .customize-page table:not([class]) {
    display: table;
    font-size: 0.76rem;
    min-width: 40rem;
    table-layout: fixed;
    width: 100%;
  }

  .customize-page table:not([class]) th {
    white-space: nowrap;
  }

  .cli-reference-page .md-typeset__scrollwrap {
    overflow-x: hidden;
  }

  .cli-reference-page .md-typeset__table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .cli-reference-page table:not([class]) {
    display: table;
    min-width: 40rem;
  }

  .cli-reference-page table:not([class]) th {
    white-space: nowrap;
  }

  .output-matrix th:nth-child(1),
  .output-matrix td:nth-child(1) {
    width: 34%;
  }

  .output-matrix th:nth-child(2),
  .output-matrix td:nth-child(2) {
    width: 25%;
  }

  .output-matrix th:nth-child(3),
  .output-matrix td:nth-child(3) {
    width: 41%;
  }

  .depth-formula pre code {
    overflow-wrap: anywhere;
    white-space: pre-wrap;
  }

  .reference-jump {
    font-size: 0.72rem;
    line-height: 1.8;
  }
}
