/* Product Fields Widget Styles */
.product-fields-widget {
    width: 100%;
}

.product-fields-row {
    display: flex;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

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

.product-fields-label {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    color: #e4a537;
    width: 100px;
    min-width: 100px;
    flex-shrink: 0;
}

.product-fields-value {
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    flex: 1;
}
