.elementor-15494 .elementor-element.elementor-element-28c699a{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-5d37e38 *//* 容器 */
.product-specs {
    width: 100%;
    max-width: 734px; /* 保持你原始设定的宽度 */
    margin: 20px 0;
}

/* 每一行作为 flex 容器 */
.spec-item {
    display: flex;
    flex-wrap: wrap; /* 关键：允许子元素换行 */
    padding: 12px 0;
    border-bottom: 1px solid #f0f0f0; /* 添加细分割线 */
}

/* 左侧标签 */
.spec-item .label {
    flex: 0 0 50%; /* 桌面端占 50% */
    color: #046738;
    font-weight: bold;
    text-transform: uppercase;
}

/* 右侧数值 */
.spec-item .value {
    flex: 0 0 50%; /* 桌面端占 50% */
    color: #333;
}/* End custom CSS */