.chn-specs-container {
    margin-top: 10px;
    background-color: #fff;
    border-radius: 24px;
    padding: 32px;
    border: 1px solid rgba(0, 0, 0, 0.05);
}

/* 标题样式 */
.chn-specs-title {
    font-size: 24px;
    font-weight: 700;
    color: #242424;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid var(--e-global-color-6881ca9);
}

/* 容器间距 */
.chn-spec-item {
    margin-bottom: 24px;
    /* 增加一点间距呼吸感 */
}

/* 标签样式 (CARD STOCK) */
.chn-spec-label {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1.2px;
    color: #9A9A9A;
    /* 柔和的灰色 */
    font-weight: 600;
    margin-bottom: 6px;
    line-height: 1.2;
}

/* 数值样式 (Black Paper...) */
.chn-spec-value {
    font-size: 16px;
    color: #242424;
    /* 深黑色，非纯黑 */
    font-weight: 500;
    /* 略加粗 */
    line-height: 1.5;
}

/* 最后一个元素去掉底部边距 */
.chn-spec-item:last-child {
    margin-bottom: 0;
}