.jewelry-grading-report-section {
    --report-red: #e60012;
    --report-text: #222;
    --report-border: #d8d8d8;
    color: var(--report-text);
    line-height: 1.75;
    background: #fff;

    & .report-inner {
        width: 100%;
        margin: 0;
    }

    & .title-lead {
        margin-right: 0;
        margin-left: 0;
    }

    & .report-title {
        margin: 0 0 6.93cqw;
        text-align: center;
        letter-spacing: 0;
        line-height: 1.25;
    }

    & .report-title-icon {
        display: block;
        width: 7.3%;
        height: auto;
        margin: 0 auto 4cqw;
    }

    & .lead-box {
        padding: 4cqw;
        border: 1px solid var(--report-border);
    }

    & .lead-title {
        margin: 0 0 4cqw;
        text-align: center;
        line-height: 1.45;
    }

    & .lead-box p,
    & .image-lead,
    & .point p {
        margin: 0;
        font-weight: 500;
    }

    & .image-limit {
        position: relative;
        margin-top: 4cqw;
    }

    & .image-limit::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 2px;
        background: linear-gradient(90deg, #ecefef 0%, #95a4ab 25.292%, #7a7668 49.7646%, #95a4ab 75.376%, #ecefef 100%);
    }

    & .image-limit .limit-list-body {
        padding-top: 4cqw;
    }

    & .image-section {
        margin: 0 0 4cqw;
    }

    & .section-title {
        margin: 0 0 4cqw;
        text-align: center;
        line-height: 1.45;
    }

    & .image-lead {
        margin-bottom: 4.8cqw;
    }

    & .certificate {
        width: 100%;
        max-width: 79.53%;
        margin: 0 auto;
    }

    & .certificate img {
        display: block;
        width: 100%;
        height: auto;
        border: 1px solid var(--report-border);
    }

    & .certificate-enlarge-note {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 1.33cqw;
        margin: 2.13cqw 0 0;
        font-size: 3.2cqw;
        line-height: 1.5;
    }

    & .certificate-enlarge-icon {
        flex: 0 0 auto;
        width: 4%;
        height: auto;
    }

    & .gem-report-info {
        margin-top: 4cqw;
    }

    & .point-list {
        display: grid;
        gap: 6.4cqw;
        margin: 0;
        padding: 0;
        list-style: none;
    }

    & .has-many-points .point-list {
        display: grid;
        grid-auto-flow: column;
        grid-template-rows: repeat(var(--point-list-row-count), auto auto);
        grid-template-columns: repeat(var(--point-list-column-count, 2), 1fr);
        column-gap: 6cqw;
        row-gap: 0;
    }

    & .has-many-points .point {
        display: contents;
    }

    & .has-many-points .point h4,
    & .has-many-points .point p {
        padding: 0 2.67cqw;
    }

    & .has-many-points .point p {
        margin-bottom: 6.4cqw;
    }

    & .has-many-points .point.is-column-end p {
        margin-bottom: 0;
    }

    & .point h4 {
        display: flex;
        align-items: flex-start;
        margin: 0 0 2cqw;
        max-width: 100%;
        line-height: 1.45;
    }

    & .point h4 .report-point-title {
        flex: 1 1 0;
        min-width: 0;
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    & .point p {
        overflow-wrap: anywhere;
        word-break: break-word;
    }

    & .point h4 .report-list-num {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        width: 1.6em;
        box-sizing: border-box;
        font-family: "Roboto";
        font-size: 3.73cqw;
        line-height: 1.45;
        color: #fff;
        background-color: var(--report-red);
        border-radius: 2px;
        margin-right: 2.8cqw;
    }
}

@media (max-width: 767px) {
    .jewelry-grading-report-section {
        & .lead-title {
            margin-bottom: 2.67cqw;
        }

        & .lead-box .title-lead {
            margin-top: 0;
            margin-bottom: 0;
        }

        & .points {
            padding-right: 4cqw;
            padding-left: 4cqw;
        }

        & .certificate {
            width: 100%;
            max-width: 100%;
            margin: 0;
        }

        & .certificate img {
            width: 100%;
        }

        & .point-list {
            gap: 5.87cqw;
        }

        & .has-many-points .point {
            padding: 0;
        }

        & .has-many-points .point h4,
        & .has-many-points .point p {
            padding: 0;
        }

    }
}
