/* Atualização financeira v3: taxa exclusiva do bônus e reinvestimento desabilitado. */
.reinvestDisabledPanel {
  text-align: center;
  align-items: stretch;
}

.reinvestDisabledPanel > strong {
  font-size: 1.05rem;
}

.reinvestDisabledPanel > p {
  margin: 0;
  line-height: 1.55;
  color: var(--muted, #667085);
}

.reinvestDisabledPanel button:disabled {
  cursor: not-allowed;
  opacity: .58;
}

.bonusRatePanel {
  border: 1px solid rgba(197, 9, 22, .22);
  box-shadow: 0 10px 28px rgba(16, 24, 40, .06);
}

.bonusRatePanel > strong {
  color: #9f0712;
}

.bonusRatePanel > small {
  display: block;
  line-height: 1.45;
  color: var(--muted, #667085);
}

.shortcutCard.shortcutDisabled {
  opacity: .58;
  border-style: dashed;
}

.shortcutCard.shortcutDisabled span::after {
  content: "";
}
