
.wpcf7-field-group:first-child:after {
    content: var(--wpcf7-field-group-text, "（点击增加 / 减少型号产品）") !important;
}

/* 定义不同语言的变量 */
:root[lang="zh-Hans"] {
    --wpcf7-field-group-text: "（点击增加 / 减少型号产品）";
}

:root[lang="zh-Hant"] {
    --wpcf7-field-group-text: "（點擊增加 / 減少型号產品）";
}

:root[lang="en-US"] {
    --wpcf7-field-group-text: "(Click to add / remove model products)";
}