/* ========================= ========================= ========================= ========================= ========================= =========================
***
* please make sure all custom css inside @layer custom {}
***
* please make sure all custom css inside @layer custom {}
* please make sure all custom css inside @layer custom {}
* Use CSS @layer
* Use CSS @layer
* Use CSS @layer
***
 ========================= ========================= ========================= ========================= ========================= =========================*/


@layer custom {}

@layer custom {

    .expenditure_tips {
        color: red;
    }

    .part2_category_percentage {
        margin-left: auto;
    }
    .part2_category_percentage h4 {
        color: inherit;
    }
}