.api-info-row{padding:.3rem 0}.api-block{border-radius:3px;box-shadow:0 0 0 1px rgba(0,0,0,.07);margin-bottom:var(--paragraph-margin-bottom)}.dark .api-block{border:1px solid var(--border-color);box-shadow:none}.api-block-header{border-top-left-radius:3px;border-top-right-radius:3px;padding:.75rem;font-size:.9rem}.api-block-header.request{font-weight:500;display:flex;overflow-x:auto;white-space:nowrap}.api-block-header.request .api-request-block-verb{padding-right:.5rem}.api-block-header.request :last-child{padding-right:10px}.api-block-header.response{background-color:var(--code-background);border-bottom:1px solid #444;color:var(--white);display:flex;flex-direction:row;justify-content:space-between;align-items:center}.api-block-header.response .tabs-group .tab{border-left:1px solid #444;color:#9990ab;cursor:pointer}.api-block-header.response .tabs-group .tab:first-child{padding-right:8px;border:none}.api-block-header.response .tabs-group .tab:not(:first-child){padding-left:8px}.response-status-btn-group{border-radius:3px;margin-left:auto;margin-right:1rem}.response-status-btn{background:#2d2d2d;color:#9990ab;border:1px solid #444;padding-left:6px;padding-right:6px}.response-status-btn:first-child{border-top-left-radius:3px;border-bottom-left-radius:3px;border-right:none}.response-status-btn:last-child{border-top-right-radius:3px;border-bottom-right-radius:3px}.response-status-btn:not(:first-child):not(:last-child){border-right:none}.api-block-header.response .tabs-group .tab.selected,.response-status-btn.selected{color:var(--white)}.api-params dt{display:flex;flex-direction:row;align-items:center;font-weight:500;margin-top:0;font-weight:400}.api-params dt code{font-weight:600;color:var(--codeColor)}.api-params dt em{font-size:.8em}.api-params .required{font-size:.6em;font-weight:500;text-transform:uppercase;padding-left:.6rem}