/* ==========================================================================
   ESTILOS ESPECÍFICOS: CALCULADORA IRPF
   ========================================================================== */

.tramo-row td:nth-child(3) {
    font-weight: 700;
    color: var(--primary);
}

.tramo-row.tramo-activo {
    background: rgba(16, 185, 129, 0.07);
}

[data-theme="dark"] .tramo-row.tramo-activo {
    background: rgba(16, 185, 129, 0.12);
}
