/* Ascunde zona de Reducere (Discount) si Ajustare pentru Master si SaaS */
table tbody tr#discount_area,
table tbody tr:has(input[name="discount_percent"]),
table tbody tr:has(select[name="discount_type"]),
table tbody tr:has(input[name="adjustment"]) {
    display: none !important;
}