.ded-details-panel {
  background: #ffffff;
  border-color: rgba(255, 90, 0, 0.22);
}

.ded-details-title {
  color: #111111;
}

.ded-details-close {
  background: rgba(255, 90, 0, 0.1);
  border: 1px solid rgba(255, 90, 0, 0.24);
  border-radius: 999px;
  padding: 8px 16px;
  font-size: 13px;
  font-weight: 700;
  color: #ff5a00;
  cursor: pointer;
}

.ded-amount {
  font-size: 17px;
  font-weight: 800;
  color: #b42318;
  letter-spacing: -0.02em;
}

.ded-balance-ok {
  font-size: 20px;
  font-weight: 800;
  color: #1a7a40;
  letter-spacing: -0.02em;
}

.ded-balance-neg {
  font-size: 20px;
  font-weight: 800;
  color: #b42318;
  letter-spacing: -0.02em;
}

.mi-status-count.ded-count-badge {
  font-size: 11px;
  font-weight: 700;
  padding: 2px 8px;
  border-radius: 999px;
  opacity: 1;
}

.ded-status-mini {
  font-size: 10px;
  font-weight: 700;
  padding: 2px 7px;
  border-radius: 999px;
  white-space: nowrap;
}

.ded-open-btn {
  font-weight: 700;
}
