@layer docs{.nav.docs {
    background: var(--w);
    -webkit-box-shadow: 0 1px 0 rgba(5, 48, 66, 0.1);
            box-shadow: 0 1px 0 rgba(5, 48, 66, 0.1);
  }
  .nav.docs .logo-txt {
    color: var(--blue-acc);
  }
  .nav.docs .nav-link {
    color: var(--ink);
  }
  .nav.docs .nav-link:hover,
  .nav.docs .nav-links > li:hover > .nav-link {
    color: var(--blue-acc);
  }
  .nav.docs .logo-ring .ring-main {
    fill: var(--blue-acc);
  }
  .nav.docs .logo-ring .ring-ray {
    fill: var(--yellow);
  }
  
  .product-menu {
    border-bottom: 1px solid #cacccd;
    background: var(--w);
    position: sticky;
    top: var(--nav);
    width: 100%;
    z-index: 100;
  }
  .product-menu-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 1rem;
    width: 100%;
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 2rem;
  }
  .product-menu-tabs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .product-menu-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0.9rem 1.25rem;
    color: var(--i65);
    font-weight: 500;
    border-bottom: 2px solid transparent;
    margin-bottom: -1px;
    text-decoration: none;
  }
  .product-menu-tab:hover {
    text-decoration: none;
    color: var(--ink);
  }
  .product-menu-tab.active {
    border-bottom: 2px solid var(--blue-acc);
    color: var(--blue-acc);
  }
  .product-menu-search {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  
  :target {
    scroll-margin-top: calc(var(--nav) + 50px);
  }
  
  main > div.docs {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 3rem;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    width: 100%;
  }
  .documentation-nav-container {
    -ms-flex-item-align: stretch;
        align-self: stretch;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .docs-body {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    min-width: 0;
    padding: 2.5rem 0;
    overflow: hidden;
  }
  .docs-main {
    width: 100%;
    max-width: var(--max);
    margin: 0 auto;
    padding: 0 2rem;
  }
  .docs-toc-col {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  
  #breadcrumbs {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    margin: 0 0 1.5rem;
    padding: 0;
    font-size: 0.875rem;
  }
  #breadcrumbs li {
    list-style: none;
    margin-top: 0;
    padding-left: 0.5rem;
  }
  #breadcrumbs li:first-child {
    padding-left: 0;
  }
  #breadcrumbs li a {
    color: var(--blue-2);
  }
  #breadcrumbs li a:hover {
    color: var(--blue-acc);
    text-decoration: underline;
  }
  #breadcrumbs li::after {
    content: "/";
    padding-left: 0.5rem;
    color: var(--gm);
  }
  #breadcrumbs li:last-child::after {
    content: none;
  }
  
  .docs-title {
    font-size: 2.25rem;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.15;
    margin-bottom: 1rem;
    padding-top: 0.5rem;
    color: var(--ink);
  }
  .docs-lead {
    font-size: 1.125rem;
    color: var(--i65);
    margin-bottom: 1.5rem;
  }
  .docs-h {
    color: var(--blue-acc);
    font-weight: 600;
  }
  .docs-content p {
    margin-bottom: 1.25rem;
  }
  .docs-content h2 {
    font-size: 30px;
    font-weight: 600;
    padding-top: 34px;
    padding-bottom: 1rem;
    scroll-margin-top: 130px;
    color: var(--ink);
  }
  .docs-content h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.235;
    padding-top: 24px;
    padding-bottom: 1rem;
    scroll-margin-top: 146px;
    color: var(--ink);
  }
  .docs-content h4 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.235;
    padding-bottom: 1rem;
  }
  .docs-content a {
    color: var(--blue-acc);
    text-decoration: underline;
  }
  .docs-content a:hover {
    text-decoration: none;
  }
  .docs-content ul {
    list-style: disc;
    margin: 0 0 1.25rem 1rem;
  }
  .docs-content ol {
    margin: 0 0 1.25rem 1rem;
  }
  .docs-content li {
    margin-bottom: 0.5rem;
  }
  .docs-content img {
    border: 1px solid var(--gl);
    border-radius: 8px;
    -webkit-box-shadow: 0 1px 3px rgba(5, 48, 66, 0.08);
            box-shadow: 0 1px 3px rgba(5, 48, 66, 0.08);
  }
  .docs-content code {
    color: #000;
  }
  .docs-content table {
    width: 100%;
    margin-bottom: 1.75rem;
    border-collapse: collapse;
  }
  .docs-content th {
    font-weight: bold;
    background-color: #fff;
  }
  .docs-content td,
  .docs-content th {
    border: 1px solid #dbdbdb;
    border-width: 0 0 1px;
    padding: 0.5em 0.75em;
    vertical-align: top;
  }
  
  .docs-section {
    margin: 3rem 0;
  }
  .docs-split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .screenshot {
    border: 1px solid var(--gl);
    border-radius: 8px;
    -webkit-box-shadow: 0 2px 10px rgba(5, 48, 66, 0.1);
            box-shadow: 0 2px 10px rgba(5, 48, 66, 0.1);
  }
  
  .docs-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
    gap: 1.25rem;
    margin-top: 1.25rem;
  }
  .docs-card {
    border: 1px solid var(--gl);
    border-radius: 10px;
    padding: 1.25rem;
    background: var(--w);
    -webkit-box-shadow: 0 1px 3px rgba(5, 48, 66, 0.06);
            box-shadow: 0 1px 3px rgba(5, 48, 66, 0.06);
  }
  .docs-card h3 {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  .docs-card a {
    color: var(--blue-acc);
    font-weight: 500;
  }
  .docs-card a:hover {
    text-decoration: underline;
  }
  
  .section-overview {
    display: grid;
    grid-gap: 0;
    grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
    border-top: 1px solid #ccc;
    margin-bottom: 2rem;
  }
  .section-overview a {
    border-radius: 6px;
    color: var(--blue-acc);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1em;
    margin-top: 1em;
  }
  .section-overview a:hover {
    -webkit-box-shadow:
      0 0.5em 1em -0.125em rgba(10, 10, 10, 0.15),
      0 0 0 1px rgba(10, 10, 10, 0.02);
            box-shadow:
      0 0.5em 1em -0.125em rgba(10, 10, 10, 0.15),
      0 0 0 1px rgba(10, 10, 10, 0.02);
    text-decoration: none;
  }
  .section-overview h2 {
    font-size: 1.125rem;
    font-weight: 600;
    word-break: break-word;
  }
  .section-overview p {
    color: var(--i65);
    word-break: break-word;
  }
  
  .docs-hr {
    border: 0;
    border-top: 1px solid var(--gl);
    margin: 2rem 0;
  }
  .docs-support {
    display: grid;
    grid-template-columns: 1fr 2fr;
    gap: 1.5rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
  .docs-support p {
    margin-bottom: 1rem;
  }
  
  .parameter-list ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .parameter-list li {
    list-style: none;
    border-bottom: 1px solid var(--yellow);
    padding: 0;
  }
  .parameter-list li::before {
    content: none;
  }
  .parameter-list .param-title {
    margin: 10px 0 0 0;
  }
  .parameter-list .param-type {
    color: var(--ink);
  }
  .parameter-list .optional {
    color: var(--blue-acc);
  }
  
  .sample {
    width: 100%;
    font-size: 1rem;
    color: #fff;
    margin: 1rem 0;
  }
  .sample-topbar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: var(--ink);
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    padding: 10px 20px;
  }
  .sample-topbar .LangSwitcher {
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 20px;
  }
  .sample-topbar .LangSwitcher select {
    background: transparent;
    border: transparent;
    color: #fff;
  }
  .sample-topbar .LangSwitcher select option {
    background: var(--ink);
  }
  .sample-topbar .copy-btn {
    background: transparent;
    border: transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    cursor: pointer;
  }
  .sample-topbar .copy-btn::before {
    content: "Copied!";
    padding-right: 6px;
    font-weight: 500;
    font-size: 0;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
  }
  .sample-topbar .copy-success::before {
    color: #fff;
    font-size: 0.875rem;
    opacity: 1;
  }
  .sample-body {
    background: var(--blue-2);
    border-radius: 0 0 6px 6px;
    padding: 10px 20px;
  }
  .sample-body .CodeBlock {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    min-height: 54px;
    max-height: calc(100vh - 50px);
  }
  .sample-body pre {
    padding: 0.25rem 0;
    background: transparent;
  }
  .sample-body code {
    background-color: var(--blue-2);
    color: #fff;
    font-size: 12px;
  }
  
  .response-codes {
    width: 100%;
    font-size: 1rem;
    background: #fafafa;
    margin: 1rem 0;
    border-radius: 6px;
  }
  .response-code-topbar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: #e2e7e9;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    padding: 10px 20px;
  }
  .response-codes dl {
    padding: 10px 20px;
    margin: 0;
  }
  .response-codes .response-code-row {
    margin: 8px 0;
    font-size: 14px;
  }
  .response-codes .http-code {
    display: inline-block;
    font-weight: bold;
    margin-right: 0.5rem;
  }
  .response-codes .http-desc {
    display: inline-block;
    margin: 0;
  }
  
  .response {
    width: 100%;
    font-size: 1rem;
    background: var(--gl);
    margin: 1rem 0;
    border-radius: 6px;
  }
  .response-topbar {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background: var(--blue-2);
    color: #fff;
    font-weight: bold;
    border-radius: 6px 6px 0 0;
    padding: 10px 20px;
  }
  .response-body {
    padding: 10px 20px;
    font-size: 14px;
  }
  .response-body pre {
    padding: 0.25rem 0;
    background: transparent;
  }
  .response-body code {
    background-color: var(--gl);
    color: var(--ink);
    font-size: 12px;
  }
  .hide {
    display: none;
  }
  
  .highlight-wrapper {
    display: block;
    max-width: 100%;
    border: 1px solid var(--gl);
    border-radius: 8px;
    background: #fbfcfd;
    overflow: hidden;
    margin: 0 0 1.25rem;
  }
  .highlight-wrapper div {
    overflow-x: auto;
  }
  .highlight {
    position: relative;
    z-index: 0;
    margin: 0;
  }
  .highlight div {
    padding: 0.85rem 1.1rem;
  }
  .docs-body pre {
    max-width: 100%;
  }
  .docs-body code {
    -webkit-text-size-adjust: 100%;
       -moz-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
            text-size-adjust: 100%;
  }
  .copy-code-button {
    position: absolute;
    z-index: 2;
    right: 0.5rem;
    top: 0.5rem;
    font-size: 12px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.3px;
    color: var(--i65);
    background-color: var(--w);
    border: 1px solid var(--gl);
    border-radius: 6px;
    white-space: nowrap;
    padding: 6px 10px;
    cursor: pointer;
    opacity: 0;
    -webkit-transition:
      opacity 0.15s ease,
      color 0.15s ease;
    transition:
      opacity 0.15s ease,
      color 0.15s ease;
  }
  .highlight-wrapper:hover .copy-code-button,
  .highlight-wrapper:focus-within .copy-code-button,
  .copy-code-button:focus-visible {
    opacity: 1;
  }
  .copyable-text-area {
    position: absolute;
    height: 0;
    z-index: -1;
    opacity: 0.01;
  }
  
  .documentation-nav {
    padding: 12px 0;
    min-width: 200px;
    max-width: 256px;
    overflow-wrap: break-word;
    overflow-y: auto;
    overflow-x: hidden;
    position: sticky;
    top: calc(var(--nav) + 70px);
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .documentation-nav::-webkit-scrollbar {
    display: none;
  }
  .documentation-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .documentation-nav .sidenav-head a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 1rem;
    color: var(--ink);
    border-left: 4px solid transparent;
    text-decoration: none;
  }
  .documentation-nav .sidenav-head a:hover,
  .documentation-nav .sidenav-head a.active {
    border-left: 4px solid var(--blue-2);
    color: var(--blue-2);
  }
  .documentation-nav .sidenav-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .documentation-nav .sidenav-dropdown {
    font-size: 16px;
    font-family: var(--f);
    color: var(--ink);
    font-weight: 500;
    border: 0;
    background: transparent;
    width: 100%;
    text-align: left;
    padding: 1rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    cursor: pointer;
  }
  .documentation-nav .sidenav-dropdown::after {
    font-family: "Material Symbols Outlined";
    content: "chevron_right";
    font-weight: 700;
    font-size: 20px;
    white-space: nowrap;
  }
  .documentation-nav .sidenav-dropdown[aria-expanded="true"]::after {
    content: "expand_more";
  }
  .documentation-nav .panel {
    padding: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease;
    transition: max-height 0.3s ease;
  }
  .documentation-nav .panel .sidenav-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0.45rem 1rem;
  }
  .documentation-nav .panel .sidenav-item:first-child {
    padding-top: 0.2rem;
  }
  .documentation-nav .panel .sidenav-item:last-child {
    padding-bottom: 0.6rem;
  }
  .documentation-nav .panel .sidenav-item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: var(--i65);
    padding: 0 0 0 1.5rem;
    text-decoration: none;
    position: relative;
  }
  .documentation-nav .panel .sidenav-item a::before {
    content: "";
    position: absolute;
    left: 0.25rem;
    top: 50%;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--blue-acc);
    -webkit-transform: translateY(-50%) scale(0);
            transform: translateY(-50%) scale(0);
    opacity: 0;
    -webkit-transition:
      opacity 0.15s ease,
      -webkit-transform 0.15s ease;
    transition:
      opacity 0.15s ease,
      -webkit-transform 0.15s ease;
    transition:
      opacity 0.15s ease,
      transform 0.15s ease;
    transition:
      opacity 0.15s ease,
      transform 0.15s ease,
      -webkit-transform 0.15s ease;
  }
  .documentation-nav .panel .sidenav-item a:hover {
    color: var(--blue-acc);
  }
  .documentation-nav .panel .sidenav-item a:hover::before,
  .documentation-nav .panel .sidenav-item a.active::before {
    opacity: 1;
    -webkit-transform: translateY(-50%) scale(1);
            transform: translateY(-50%) scale(1);
  }
  .documentation-nav .panel .sidenav-item a.active {
    color: var(--blue-acc);
    font-weight: 500;
  }
  
  .table-contents {
    -ms-flex-item-align: start;
        align-self: flex-start;
    min-width: 200px;
    max-width: 240px;
    position: sticky;
    top: calc(var(--nav) + 70px);
    padding: 1rem;
    border-radius: 4px;
    background: #fff;
    overflow-wrap: break-word;
    overflow-y: auto;
    overflow-x: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .table-contents::-webkit-scrollbar {
    display: none;
  }
  .table-contents p {
    font-weight: 500;
    margin-bottom: 1rem;
  }
  .table-contents ul {
    margin-left: 0;
    padding-left: 20px;
    border-left: 1px solid #cacccd;
    list-style: none;
  }
  .table-contents li {
    list-style: none;
    margin-bottom: 12px;
  }
  .table-contents li a {
    color: var(--ink);
    font-weight: 400;
  }
  .table-contents li a:hover {
    text-decoration: underline;
  }
  .table-contents .text-active {
    color: var(--blue-acc);
  }
  
  .documentation-mobile-menu {
    display: none;
    margin-bottom: 1rem;
  }
  .documentation-mobile-menu-button {
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    font: inherit;
    color: inherit;
    padding: 0.5rem 1rem;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    z-index: 1;
  }
  .documentation-mobile-menu-button:hover {
    background-color: #eee;
  }
  .documentation-mobile-menu-button::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 30%;
    width: 10px;
    height: 10px;
    border-top: 1.5px solid #666;
    border-right: 1.5px solid #666;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .documentation-mobile-menu-dropdown {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ccc;
    border-top: none;
    border-radius: 4px;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
    height: 0;
    display: none;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
  .documentation-mobile-menu-dropdown.open {
    height: 100%;
    display: block;
  }
  .documentation-mobile-menu-dropdown li {
    padding: 0;
    margin: 0;
  }
  .documentation-mobile-menu-dropdown li a,
  .documentation-mobile-menu-dropdown li .dropdown-label {
    display: block;
    width: 100%;
    text-align: left;
    font: inherit;
    background: none;
    border: none;
    padding: 0.5rem 1rem;
    color: #000;
    text-decoration: none;
    font-weight: 300;
  }
  .documentation-mobile-menu-dropdown li a:hover,
  .documentation-mobile-menu-dropdown li .dropdown-label:hover {
    background-color: #eee;
  }
  .doc-mobile-menu-sub-dropdown .dropdown-label {
    position: relative;
    cursor: pointer;
  }
  .doc-mobile-menu-sub-dropdown .dropdown-label::after {
    content: "";
    position: absolute;
    right: 1rem;
    top: 30%;
    width: 10px;
    height: 10px;
    border-top: 1.5px solid #666;
    border-right: 1.5px solid #666;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
  }
  .doc-mobile-menu-sub-dropdown .sub-dropdown {
    list-style: none;
    overflow: hidden;
    height: 0;
    display: none;
  }
  .doc-mobile-menu-sub-dropdown .sub-dropdown.open {
    height: 100%;
    display: block;
  }
  
  .search-input-container {
    padding: 0.75rem 0;
  }
  #search-input .ais-SearchBox-input {
    max-width: none;
    height: 46px;
    width: 260px;
    border: 1px solid #d4d8e3;
    border-radius: 4px;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 8px 10px 8px 35px;
  }
  #search-input .ais-SearchBox-input:focus-visible {
    outline: 2px solid var(--blue-acc);
    outline-offset: 2px;
  }
  .ais-SearchBox .ais-SearchBox-submitIcon {
    width: 18px;
    height: 18px;
    left: 16px;
  }
  .ais-SearchBox .ais-SearchBox-submitIcon path,
  .ais-SearchBox .ais-SearchBox-resetIcon path {
    fill: #bfc7d8;
  }
  #search-results-container {
    -webkit-transform: scale(0);
            transform: scale(0);
    background: #fff;
    bottom: 0;
    left: 0;
    overflow: scroll;
    position: fixed;
    right: 0;
    top: calc(var(--nav) + 57px);
    visibility: hidden;
    z-index: -99;
    padding: 0 6rem 6rem;
  }
  #search-results-container.searching {
    -webkit-transform: scale(1);
            transform: scale(1);
    visibility: visible;
    z-index: 29;
    position: fixed;
    height: 100vh;
  }
  .search-results-grid {
    display: grid;
    grid-template-columns: 1fr 4fr;
    gap: 1.5rem;
    max-width: var(--max);
    margin: 0 auto;
  }
  #search-results-container .ais-Stats {
    color: var(--ink);
  }
  #search-results-container .search-stats-sticky {
    position: sticky;
    top: 4rem;
  }
  #search-results-container .ais-InfiniteHits-loadMore {
    margin-top: 2rem;
  }
  #search-results-container ol.ais-InfiniteHits-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #search-results-container li.ais-InfiniteHits-item {
    width: 100%;
    border: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  #search-results-container li.ais-InfiniteHits-item h3 a {
    font-size: 1.25rem;
    font-weight: bold;
  }
  #search-results-container li.ais-InfiniteHits-item a {
    overflow-wrap: break-word;
  }
  #search-results-container li.ais-InfiniteHits-item p {
    color: var(--ink);
  }
  #search-results-container li.ais-InfiniteHits-item em {
    background-color: var(--yellow);
    color: #000;
  }
  .section-search-results {
    overflow-y: scroll;
  }

  
  @media (max-width: 1024px) {
    #search-results-container {
      padding: 0 2rem 6rem;
    }
  }
  @media (max-width: 860px) {
    .docs-split {
      grid-template-columns: 1fr;
    }
    main > div.docs {
      display: block;
      padding: 2.5rem 0 !important;
    }
    .docs-body {
      padding: 1.5rem 0;
    }
    .documentation-nav,
    .documentation-nav-container {
      display: none;
    }
    .docs-toc-col,
    .table-contents {
      display: none;
    }
    .documentation-mobile-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
    }
  }
  @media (max-width: 768px) {
    .product-menu-search {
      display: none;
    }
  }
  @media (max-width: 600px) {
    .docs-content table {
      font-size: 0.9em;
    }
    .docs-support {
      grid-template-columns: 1fr;
    }
  }
}