/* Phase 01.1 — yDGEN return display colors (RETURN-06) */

/* Positive return — green */
.gend-return-positive {
    color: #2e7d32;
    font-weight: 600;
}

/* Neutral / zero return — grey */
.gend-return-neutral {
    color: #555555;
    font-weight: normal;
}

/* Negative return — red */
.gend-return-negative {
    color: #c62828;
    font-weight: 600;
}

/* Wrapper spacing — sits below the DGEN+yDGEN balance line */
.gend-ydgen-return {
    margin-top: 4px;
    font-size: 0.9em;
}
