.elementor-15217 .elementor-element.elementor-element-785db0a{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-8f09b86 *//* 容器设置 */
.custom-spec-container {
    width: 100%;
    max-width: 734px; /* 对应你原表格的宽度 */
    font-family: sans-serif;
}

/* 每一行设为 Flex */
.spec-row {
    display: flex;
    flex-wrap: wrap; /* 允许换行 */
    border-bottom: 1px solid #eee; /* 添加分割线，美观考虑 */
    padding: 10px 0;
}

/* 左侧标签：桌面端占 50% */
.spec-label {
    flex: 0 0 50%;
    color: #046738;
    font-weight: bold;
    box-sizing: border-box;
}

/* 右侧数值：桌面端占 50% */
.spec-value {
    flex: 0 0 50%;
    color: #333;
    box-sizing: border-box;
    text-align: right;
}/* End custom CSS */