.sistem-grace_subnav {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    border-bottom: 1px solid #e4e7ea;
    margin: 0 0 22px;
    padding: 0 0 2px
}

.sistem-grace_subnav a {
    padding: 8px 14px;
    border-radius: 8px 8px 0 0;
    font-size: 15px;
    color: #5b6570;
    text-decoration: none !important;
}

.sistem-grace_subnav a[aria-current="page"] {
    color: white;
    background: black;
    box-shadow: inset 0 -2px 0 #4f8f2f
}
.sistem-grace h1 {
    font-size: 32px;
    line-height: 1.2;
    margin: 0 0 12px;
    font-weight: 650;
    color: #333;
}

.sistem-grace h2 {
    font-size: 23px;
    line-height: 1.25;
    margin: 34px 0 12px;
    font-weight: 640;
    color: #333;
}

.sistem-grace h3 {
    font-size: 17px;
    line-height: 1.3;
    margin: 22px 0 8px;
    font-weight: 620;
    color: #333;
}

.sistem-grace p {
    margin: 0 0 12px;
    color: #333;
}

.sistem-grace ul,
.sistem-grace ol {
    margin: 0 0 12px;
    padding-left: 22px;
}

.sistem-grace li {
    margin: 4px 0;
}

.sistem-grace a {
    color: #4f8f2f;
    text-decoration: none;
}

.sistem-grace a:hover {
    text-decoration: underline;
}

.sistem-grace b {
    font-weight: 640;
}

.sistem-grace code {
    background: #f6f7f8;
    padding: 1px 6px;
    border-radius: 4px;
    white-space: nowrap;
}

.sistem-grace section {
    margin: 0 0 8px;
}

p.sistem-grace_eyebrow {
    margin: 0 0 14px;
    font-size: 20px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #6fb03f;
    font-weight: 640;
}

p.sistem-grace_docs {
    margin: 34px 0 -20px 0;
    font-size: 20px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #6fb03f;
    font-weight: 640;
}

.sistem-grace_lead {
    font-size: 18px;
    color: #333;
    margin: 0 0 16px;
}

.sistem-grace_note {
    font-size: 14px;
    color: #5b6570;
}

.sistem-grace_tight {
    margin: 8px 0 0;
}

.sistem-grace_mt {
    margin-top: 14px;
}

.sistem-grace_muted-val {
    color: #5b6570;
    font-style: italic;
}

.sistem-grace_num {
    white-space: nowrap;
    font-variant-numeric: tabular-nums;
}
.sistem-grace_article {
    margin: 0 0 18px;
}

.sistem-grace_ameta {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    font-size: 14px;
    color: #5b6570;
    margin: 0 0 14px;
}

.sistem-grace_author-line {
    font-size: 16px;
    color: #9aa4ad !important;
    border-left: 3px solid #4f8f2f;
    padding: 6px 0 6px 12px;
    margin: 28px 0 0 !important;
}

.sistem-grace_toc {
    background: #f6f7f8;
    border: 1px solid #e4e7ea;
    border-radius: 10px;
    padding: 14px 18px;
    margin: 0 0 22px;
}

.sistem-grace_toc b {
    display: block;
    margin: 0 0 6px;
    font-size: 14px;
}

.sistem-grace_toc ol {
    margin: 0;
    padding-left: 20px;
    font-size: 15px;
}

.sistem-grace_callout {
    background: #eef5e8;
    border: 1px solid #e4e7ea;
    border-left: 4px solid #4f8f2f;
    border-radius: 10px;
    padding: 14px 16px;
    margin: 16px 0;
}

.sistem-grace_callout .sistem-grace_f {
    font-size: 17px;
    font-weight: 620;
    margin: 0 0 6px;
}

.sistem-grace_callout .sistem-grace_f:last-child {
    margin-bottom: 0;
}

.sistem-grace_hint {
    background: #14171a;
    border: 1px solid #e4e7ea;
    border-radius: 10px;
    padding: 12px 15px;
    margin: 14px 0;
    font-size: 15px;
    color: #e9edf0;
}

.sistem-grace_warnbox {
    border: 1px solid #d64545;
    border-left-width: 4px;
    border-radius: 10px;
    padding: 12px 15px;
    margin: 16px 0;
    font-size: 15px;
}

.sistem-grace_warnbox b {
    color: #d64545;
}

.sistem-grace_src {
    font-size: 13px;
    color: #5b6570;
    margin-top: 6px;
}

.sistem-grace_specs {
    border: 1px solid #e4e7ea;
    border-radius: 10px;
    overflow: hidden;
    margin: 16px 0;
}

.sistem-grace_specs .sistem-grace_row {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    padding: 10px 15px;
    border-bottom: 1px solid #2a2f34;
    font-size: 15px;
    background: #1b1f23;
}

.sistem-grace_specs .sistem-grace_row:last-child {
    border-bottom: 0;
}

.sistem-grace_specs .sistem-grace_row:nth-child(odd) {
    background: #14171a;
}

.sistem-grace_specs .sistem-grace_row span {
    color: #e9edf0;
}

.sistem-grace_specs .sistem-grace_row b {
    text-align: right;
    color: #e9edf0;
}

.sistem-grace_steps {
    counter-reset: sg-step;
    margin: 16px 0;
}

.sistem-grace_step {
    display: flex;
    gap: 14px;
    padding: 0 0 16px;
    position: relative;
}

.sistem-grace_step::before {
    counter-increment: sg-step;
    content: counter(sg-step);
    flex: 0 0 28px;
    height: 28px;
    border-radius: 50%;
    background: #4f8f2f;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 640;
}

.sistem-grace_step h3 {
    margin: 3px 0 4px;
}

.sistem-grace_step p {
    margin: 0;
    font-size: 15px;
}

.sistem-grace_tblwrap {
    overflow-x: auto;
    margin: 16px 0;
    border: 1px solid #e4e7ea;
    border-radius: 10px;
    -webkit-overflow-scrolling: touch;
}

.sistem-grace_tbl {
    border-collapse: collapse;
    width: 100%;
    font-size: 14px;
    background: #14171a;
}

.sistem-grace_w1 {
    min-width: 360px;
}

.sistem-grace_w2 {
    min-width: 480px;
}

.sistem-grace_w3 {
    min-width: 600px;
}

.sistem-grace_w4 {
    min-width: 720px;
}

.sistem-grace_w5 {
    min-width: 900px;
}

.sistem-grace_tbl caption {
    text-align: left;
    padding: 10px 14px;
    color: #5b6570;
    font-size: 13px;
    border-bottom: 1px solid #2a2f34;

}

.sistem-grace_tbl th,
.sistem-grace_tbl td {
    padding: 9px 14px;
    text-align: left;
    border-bottom: 1px solid #2a2f34;
    vertical-align: top;
    color: #e9edf0;
}

.sistem-grace_tbl thead th {
    background: #1b1f23;
    font-weight: 620;
    white-space: nowrap;
    color: #e9edf0;
}

.sistem-grace_tbl tbody tr:last-child td {
    border-bottom: 0;
}

.sistem-grace_related {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 12px;
    margin: 16px 0;
}

.sistem-grace_related a {
    display: block;
    border: 1px solid #e4e7ea;
    border-radius: 10px;
    padding: 14px 16px;
    color: #e9edf0;
    font-weight: 620;
    background: #14171a;
}

.sistem-grace_related a:hover {
    border-color: #4f8f2f;
    text-decoration: none;
    color: white;
}

.sistem-grace_related small {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    font-size: 13px;
    color: #5b6570;
}

.sistem-grace_docs-list a::after {
    content: "↓";
    float: right;
    color: #4f8f2f;
}

.sistem-grace_faq details {
    border: 1px solid #e4e7ea;
    border-radius: 10px;
    margin: 0 0 8px;
    background: #ffffff;
}

.sistem-grace_faq summary {
    padding: 12px 16px;
    cursor: pointer;
    font-weight: 620;
    font-size: 15px;
    list-style: none;
}

.sistem-grace_faq summary::-webkit-details-marker {
    display: none;
}

.sistem-grace_faq summary::after {
    content: "+";
    float: right;
    color: #4f8f2f;
    font-weight: 400;
}

.sistem-grace_faq details[open] summary::after {
    content: "–";
}

.sistem-grace_faq details p {
    margin: 0;
    padding: 0 16px 14px;
    font-size: 15px;
    color: #5b6570;
}

@media (max-width: 640px) {
    .sistem-grace h1 {
        font-size: 26px;
    }

    .sistem-grace h2 {
        font-size: 20px;
    }

    .sistem-grace_lead {
        font-size: 16px;
    }

    .sistem-grace_specs .sistem-grace_row {
        flex-direction: column;
        gap: 2px;
    }

    .sistem-grace_specs .sistem-grace_row b {
        text-align: left;
    }
}