.post-body .gpt56-lead {
    max-width: 900px;
    margin: 24px auto 18px;
    color: #1f2d30;
    font-size: 22px;
    line-height: 1.55;
}

.post-body .gpt56-note {
    margin: 26px 0 34px;
    padding: 17px 20px;
    border-left: 4px solid #3c8a76;
    border-radius: 0 8px 8px 0;
    background: #f1f7f4;
    color: #263638;
    font-size: 17px;
    line-height: 1.65;
}

.post-body .gpt56-section-title {
    margin: 44px 0 18px;
    padding-top: 20px;
    border-top: 1px solid #e0e6e3;
    color: #1d292c;
    font-size: 28px;
    line-height: 1.25;
    text-align: left;
}

.post-body .gpt56-table-wrap {
    width: 100%;
    margin: 24px 0 30px;
    overflow-x: auto;
    border: 1px solid #dce4e1;
    border-radius: 8px;
    background: #fff;
    overscroll-behavior-inline: contain;
}

.post-body .gpt56-table {
    width: 100%;
    min-width: 760px;
    margin: 0;
    border-collapse: collapse;
    font-size: 16px;
    line-height: 1.5;
}

.post-body .gpt56-table th,
.post-body .gpt56-table td {
    padding: 15px 17px;
    border: 0;
    border-bottom: 1px solid #e5eae8;
    text-align: left;
    vertical-align: top;
}

.post-body .gpt56-table th {
    background: #edf4f1;
    color: #263538;
    font-size: 14px;
    text-transform: uppercase;
}

.post-body .gpt56-table tbody tr:nth-child(even) {
    background: #fafcfb;
}

.post-body .gpt56-table tbody tr:last-child td {
    border-bottom: 0;
}

.post-body .gpt56-model {
    white-space: nowrap;
}

.post-body .gpt56-model-sol {
    color: #a66d11;
}

.post-body .gpt56-model-terra {
    color: #267262;
}

.post-body .gpt56-model-luna {
    color: #52656b;
}

.post-body .gpt56-price {
    white-space: nowrap;
    font-size: 18px;
    font-weight: 700;
    font-variant-numeric: tabular-nums;
}

.post-body .gpt56-caption {
    margin-top: -18px;
    color: #637174;
    font-size: 14px;
    line-height: 1.5;
}

.post-body .gpt56-verdict {
    margin: 24px 0 28px;
    padding: 6px 0;
    border-top: 2px solid #3c8a76;
    border-bottom: 2px solid #3c8a76;
}

.post-body .gpt56-verdict p {
    margin: 0;
    padding: 14px 4px;
    border-bottom: 1px solid #e0e6e3;
}

.post-body .gpt56-verdict p:last-child {
    border-bottom: 0;
}

.post-body .gpt56-faq h3 {
    margin: 26px 0 8px;
    color: #243336;
    font-size: 20px;
}

.post-body .gpt56-faq p {
    margin-bottom: 18px;
}

@media only screen and (max-width: 900px) {
    .post-body .gpt56-lead {
        font-size: 19px;
    }

    .post-body .gpt56-section-title {
        margin-top: 36px;
        font-size: 22px;
    }

    .post-body .gpt56-note {
        padding: 14px 16px;
        font-size: 16px;
    }

    .post-body .gpt56-table {
        min-width: 700px;
        font-size: 15px;
    }

    .post-body .gpt56-table th,
    .post-body .gpt56-table td {
        padding: 13px 14px;
    }
}
