/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/* 产品自定义属性显示样式 */
.product-custom-attrs-display {
    margin: 20px 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.product-attr-row {
    display: flex;
    padding: 15px 20px;
    border-bottom: 1px solid #e8e8e8;
}

.product-attr-row:last-child {
    border-bottom: none;
}

.product-attr-row.attr-row-odd {
    background-color: #f0f0f0;
}

.product-attr-row.attr-row-even {
    background-color: #fafafa;
}

.product-attr-row .attr-name {
    width: 25%;
    min-width: 120px;
    font-weight: 500;
    color: #333333;
    font-size: 14px;
}

.product-attr-row .attr-value {
    width: 75%;
    color: #333333;
    font-size: 14px;
}
