body {
  -webkit-font-smoothing: antialiased;
}

.wrapper .content {
  margin-bottom: 0 !important;
}

.api-wrapper {
  display: grid;
  grid-template-columns: 200px 1fr;
  font-size: 1.6rem;
  gap: 2rem;
  margin-top: 5rem;
}
@media (max-width: 1200px) {
  .api-wrapper {
    font-size: 1.3rem;
  }
}
@media (max-width: 967px) {
  .api-wrapper {
    font-size: 1.2rem;
    display: flex;
    flex-direction: column;
  }
}
.api-wrapper h1, .api-wrapper h2, .api-wrapper h3, .api-wrapper h4, .api-wrapper p {
  margin: 0 0 1em;
  padding: 0;
}
.api-wrapper h1 {
  font-size: 2em !important;
}
.api-wrapper h2 {
  font-size: 1.8em !important;
}
.api-wrapper h3 {
  font-size: 1.4em !important;
}
.api-wrapper h4 {
  font-size: 1.2em !important;
}
.api-wrapper section {
  margin-bottom: 2em;
}
.api-wrapper section:last-child {
  margin-bottom: 0;
}
.api-wrapper pre {
  border-radius: 0.5em;
}
.api-wrapper table, .api-wrapper ul, .api-wrapper pre {
  margin-bottom: 1.5em;
}
.api-wrapper table:last-child, .api-wrapper ul:last-child, .api-wrapper pre:last-child {
  margin-bottom: 0;
}
.api-wrapper ul, .api-wrapper ol {
  padding: 1.2rem 1.2rem 1.2rem 3.5rem;
  border-radius: 0.5rem;
  background: rgb(252, 241, 240);
  position: relative;
}
.api-wrapper ul::before, .api-wrapper ol::before {
  position: absolute;
  display: block;
  content: "";
  width: 0.5rem;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.9;
  background: rgb(201, 42, 29);
}
.api-wrapper ul li, .api-wrapper ol li {
  margin-bottom: 0.2rem;
}
.api-wrapper ul li:last-child, .api-wrapper ol li:last-child {
  margin-bottom: 0;
}
.api-wrapper ul li::marker, .api-wrapper ol li::marker {
  color: rgb(184, 21, 6);
}
.api-wrapper p {
  line-height: 1.6;
}
.api-wrapper .code-toolbar > .toolbar {
  opacity: 1 !important;
  padding: 0.5em 0.5em 0 0;
}
.api-wrapper .copy-to-clipboard-button {
  background-image: url("data:image/svg+xml,%3C?xml%20version='1.0'%20encoding='utf-8'?%3E%3Csvg%20width='128'%20height='128'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M16%2012.9V17.1C16%2020.6%2014.6%2022%2011.1%2022H6.9C3.4%2022%202%2020.6%202%2017.1V12.9C2%209.4%203.4%208%206.9%208H11.1C14.6%208%2016%209.4%2016%2012.9Z'%20stroke='%23292D32'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Cpath%20d='M22%206.9V11.1C22%2014.6%2020.6%2016%2017.1%2016H16V12.9C16%209.4%2014.6%208%2011.1%208H8V6.9C8%203.4%209.4%202%2012.9%202H17.1C20.6%202%2022%203.4%2022%206.9Z'%20stroke='%23292D32'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  width: 2rem !important;
  height: 2rem !important;
  padding: 0 !important;
  border-radius: 0 !important;
}
.api-wrapper .copy-to-clipboard-button[data-copy-state=copy-success] {
  background: url("data:image/svg+xml,%3C?xml%20version='1.0'%20encoding='utf-8'?%3E%3Csvg%20width='128'%20height='128'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20opacity='0.4'%20d='M22%2011.1V6.9C22%203.4%2020.6%202%2017.1%202H12.9C9.4%202%208%203.4%208%206.9V8H11.1C14.6%208%2016%209.4%2016%2012.9V16H17.1C20.6%2016%2022%2014.6%2022%2011.1Z'%20stroke='%23292D32'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Cpath%20d='M16%2017.1V12.9C16%209.4%2014.6%208%2011.1%208H6.9C3.4%208%202%209.4%202%2012.9V17.1C2%2020.6%203.4%2022%206.9%2022H11.1C14.6%2022%2016%2020.6%2016%2017.1Z'%20stroke='%23292D32'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3Cpath%20d='M6.08008%2014.9998L8.03008%2016.9498L11.9201%2013.0498'%20stroke='%23292D32'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-size: contain !important;
  animation: fadeUp 0.5s;
}
.api-wrapper .copy-to-clipboard-button span {
  display: none;
}
.api-wrapper code:not(pre code, ul code, ol code) {
  background: rgb(252, 241, 240);
  border: 0.1rem solid rgb(238, 200, 199);
  padding: 0.2rem 0.6rem;
  border-radius: 0.5rem;
  color: rgb(184, 21, 6);
}
.api-wrapper code:not(pre code) {
  color: rgb(184, 21, 6);
  white-space: nowrap;
}
@media (max-width: 968px) {
  .api-wrapper {
    margin-top: 2rem;
    gap: 1.5rem;
  }
}
.api-menu {
  font-size: 2rem;
  position: relative;
}
.api-menu__list {
  position: sticky;
  top: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5em;
}
.api-menu__link {
  padding: 0.8rem 1.2rem;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.4;
  border-radius: 0.8rem;
  background: none;
  border: none;
  text-align: left;
  transition: background 0.3s;
  color: inherit;
  background: none;
  border: none;
  margin: 0;
  outline: none;
  word-wrap: break-word;
}
.api-menu__link:hover, .api-menu__link.active {
  background: #F0F2F5;
}
.api-menu__link--sub {
  font-size: 1.3rem;
  padding-left: 2rem;
  font-weight: 400;
}
@media (max-width: 1200px) {
  .api-menu__link {
    font-size: 1.4rem;
    padding: 0.5rem 1rem;
  }
}
@media (max-width: 967px) {
  .api-menu__link {
    font-size: 1.2rem;
  }
}

@keyframes fadeUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.api-documentation.markdown-body {
  word-wrap: break-word;
}
.api-documentation.markdown-body h3[id] {
  scroll-margin-top: calc(var(--header-height, 80px) + 20px);
}
.api-documentation.markdown-body a {
  color: inherit;
  text-decoration: none;
}
.api-documentation.markdown-body a:hover {
  text-decoration: underline;
}
.api-documentation.markdown-body table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  border-spacing: 0;
  border-collapse: collapse;
  margin-top: 0;
  margin-bottom: 16px;
}
.api-documentation.markdown-body table th, .api-documentation.markdown-body table td {
  padding: 0.8em;
  border: 1px solid #dfe2e5;
}
.api-documentation.markdown-body table tr {
  background-color: #fff;
  border-top: 1px solid #c6cbd1;
}
.api-documentation.markdown-body table tr:nth-child(2n) {
  background-color: #f6f8fa;
}
.api-documentation.markdown-body table pre {
  padding: 16px;
  overflow: auto;
  font-size: 85%;
  line-height: 1.45;
  background-color: #f6f8fa;
  border-radius: 6px;
  margin-bottom: 16px;
}