.docs{padding:20px 40px 40px;height:calc(100vh - 65px);overflow-y:auto;width:100%}.docs .content{background-color:var(--grey-10);color:var(--grey-90);padding:0 40px 40px;max-width:800px;min-height:calc(100vh - var(--topbar-height) - 70px)}.docs .content h1{padding-top:20px;margin-bottom:10px;font-weight:600}.docs .content h2{margin-top:40px;font-weight:500}.docs .content h5{margin-top:20px}.docs .content ol,.docs .content ul{padding-left:20px;margin-top:5px;margin-bottom:5px}.docs .content p{margin-top:10px;margin-bottom:10px}.docs .content a{color:var(--grey-90)}.docs .content code{font-size:.9rem;background-color:#fffcde}.docs .table-container{background-color:#fff}.docs .table-container .sanity-table{width:100%;border-collapse:collapse;margin-bottom:20px;font-size:14px;line-height:1.1}.docs .table-container .sanity-table td,.docs .table-container .sanity-table th{border:1px solid var(--grey-30);padding:12px;text-align:left;vertical-align:top}.docs .table-container .sanity-table th{background-color:var(--grey-20);font-weight:600;color:var(--grey-90)}.docs .table-container .sanity-table td{color:var(--grey-80)}.docs .table-container .sanity-table.endpoints-table th{background-color:var(--grey-20);white-space:nowrap}.docs .table-container .sanity-table.endpoints-table td:first-child,.docs .table-container .sanity-table.endpoints-table td:last-child{font-family:SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:13px;color:var(--grey-90)}.docs .table-container .sanity-table.endpoints-table td:first-child{white-space:nowrap;min-width:120px}.docs .table-container .sanity-table.endpoints-table td:nth-child(2){min-width:200px}.docs .table-container .sanity-table.endpoints-table td:last-child{white-space:nowrap}.docs .code-block{border-radius:4px;padding:1rem;margin:1rem 0;overflow-x:auto}.docs .code-block code{font-size:.9rem;background-color:inherit;line-height:1.5;white-space:pre}