/* Solar Rent Pro — unified monetary typography in the enterprise finance drawer. */
[data-sr-finance-drawer="true"] .sr-finance-money {
  font-family: Roboto, Arial, sans-serif;
  font-variant-numeric: tabular-nums lining-nums;
  font-feature-settings: "tnum" 1, "lnum" 1;
  font-weight: 800;
  letter-spacing: -0.018em;
  white-space: nowrap;
}
[data-sr-finance-drawer="true"] td.sr-finance-money,
[data-sr-finance-drawer="true"] th.sr-finance-money {
  letter-spacing: -0.025em;
  text-align: right;
}
[data-sr-finance-drawer="true"] .sr-finance-money-dual {
  display: inline-flex;
  justify-content: flex-end;
  min-width: 0;
  text-align: right;
}
[data-sr-finance-drawer="true"] .sr-cash-gain-group {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 0.55rem;
  min-width: 0;
}
[data-sr-finance-drawer="true"] .sr-cash-gain-annual {
  font-size: 0.96rem;
  line-height: 1.1;
  white-space: nowrap;
}
[data-sr-finance-drawer="true"] .sr-cash-gain-divider {
  display: block;
  width: 1px;
  height: 1.9rem;
  flex: 0 0 1px;
  background: currentColor;
  opacity: 0.32;
}
[data-sr-finance-drawer="true"] .sr-cash-gain-monthly {
  font-size: 0.74rem;
  line-height: 1.1;
  opacity: 0.9;
  white-space: nowrap;
}
@media (max-width: 520px) {
  [data-sr-finance-drawer="true"] .sr-cash-gain-group {
    flex-direction: column;
    align-items: flex-end;
    gap: 0.26rem;
  }
  [data-sr-finance-drawer="true"] .sr-cash-gain-divider {
    width: 100%;
    height: 1px;
    flex-basis: 1px;
  }
}
