.non-ferrous-prices {
    font-family: Arial, sans-serif;
}

.nfp-category-label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #666;
}

.nfp-category {
    background: #f5f5f5;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
}

.nfp-category-title {
    font-size: 24px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #333;
    border-bottom: 2px solid #ddd;
    padding-bottom: 10px;
}

.nfp-product {
    background: #fff;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 5px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.nfp-product:last-child {
    margin-bottom: 0;
}

.nfp-product-name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 8px 0;
    color: #2c3e50;
}

.nfp-product-desc {
    font-size: 14px;
    color: #666;
    margin: 0 0 10px 0;
    line-height: 1.5;
}

.nfp-product-price {
    font-size: 20px;
    font-weight: bold;
    color: #27ae60;
}

.nfp-price-value {
    margin-right: 5px;
}

.nfp-price-unit {
    font-size: 16px;
    color: #666;
}
