/* 只为 elementor-widget-theme-post-content 区域中的链接添加下划线，排除产品链接和图片链接 */
.elementor-widget-theme-post-content a:not([href*="/product/"]):not([href*=".jpg"]):not([href*=".png"]):not([href*=".jpeg"]):not([href*=".webp"]) {
    text-decoration: underline !important;
}
