.wrapper {
    max-width: 1140px;
    margin: 0 auto;
}

.wrapper h6 {
    margin: 32px 0 16px;
}

.copy-button {
    position: fixed;
    bottom: -2em;
    left: -2em;
    width: 2em;
    height: 2em;
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
    background: transparent;
}

h1 {
    font-size: 30px;
    line-height: 120%;
    margin-top: 0;
}

h2 {
    font-size: 30px;
    font-family: FactorA-Bold, sans-serif;
    line-height: 120%;
    margin: 0;
    margin-bottom: 16px;
}

h3 {
    font-size: 18px;
    line-height: 110%;
    margin-top: 0;
}

h4 {
    font-size: 18px;
    font-family: FactorA-Bold, sans-serif;
    line-height: 150%;
    margin: 16px 0;
}

h5 {
    font-size: 14px;
    line-height: 140%;
    margin-top: 0;
}

.content {
    overflow: hidden;
}

.documentation-block, .method-block {
    margin: 48px 0;
}

.block-table {
    margin: 32px 0 56px;
}

.product-heading {
    display: block;
    max-width: 660px;
    padding-bottom: 16px;
    border-bottom: 1px solid #D1D4DB;
}

.product-heading__title {
    margin-bottom: 8px;
    margin-top: 56px;
}

.product-heading__description {
    color: #575C66;
    display: flex;
    align-items: center
}

.product-heading__description img {
        margin: 0 12px;
    }

.wrapper table {
    /*padding-right: 32px;*/
    width: 100%;
    border-spacing: 0;
}

.wrapper th {
    text-align: left;
    box-shadow: inset 0 -1px 0 #D9DCE1;
    padding: 16px 16px 8px 0;
}

.wrapper td {
    box-shadow: inset 0 -1px 0 #D9DCE1;
    padding: 16px 16px 16px 0;
}

.wrapper td a {
    color: #0071CD
}

.wrapper td a:hover {
        text-decoration: underline;
    }

.table__description {
    font-size: 16px;
    color: #575C66;
    margin-top: 8px;
}

.cell {
    background: rgba(87, 92, 102, 0.1);
    border-radius: 6px;
    padding: 4px;
    height: 21px;
    width: -moz-min-content;
    width: min-content;
}

.font-roboto {
    font-family: "Roboto Mono", monospace;
}

.red-cell {
    color: #F51A38;
    background: rgba(87, 92, 102, 0.1);
    border-radius: 6px;
    padding: 3px 5px;
}

.blue-cell {
    color: #0070CC;
}

.main__description {
    margin-top: 32px;
}

.code-body {
    background: rgba(87, 92, 102, 0.1);
    font-family: Fira Code, sans-serif;
    border-radius: 0 0 6px 6px;
    padding: 8px 12px;
    overflow: auto;
}

.section__code img {
    margin-right: 8px;
}

.section__code__response-header {
    color: #575C66;
}

.section__code__request-header {
    color: #B5BAC4;
}

.content {
    overflow: auto;
}

.hide-content {
    overflow: hidden;
    height: 6em;
}

.notice {
    color: #575C66;
    margin-top: 12px;
}

.section__quote {
    background: rgba(255, 178, 110, 0.2);
    border-radius: 6px;
    border-left: 12px solid #FFB26E;
    padding: 32px;
    margin: 32px 0;
}

.is-helpful {
    margin: 80px 0 16px;
}

.product__select-versions [class*="SLinkTrigger"] {
        color: #575C66;
        font-size: 16px !important
    }

.product__select-versions [class*="SLinkTrigger"] > div {
            display: flex;
            align-items: center;
        }

.product__select-versions .badge {
        margin-left: 4px;
    }

@media (min-width: 320px) {
    .section__quote {
        margin: 32px 32px 32px 0;
        padding: 32px 32px 32px 44px;
    }
}

@media (min-width: 768px) {

    h1 {
        font-size: 40px;
        line-height: 120%;
        margin-top: 0;
    }

    .method-block {
        display: grid;
        grid-template-columns: 58% 42%;
        grid-column-gap: 32px;
    }
}