#dm-authoritative-credential-status {
  box-sizing: border-box;
  width: 100%;
  margin: 14px 0 4px;
  padding: 13px 15px;
  border: 1px solid rgba(126, 175, 255, 0.36);
  border-radius: 12px;
  background: rgba(7, 21, 51, 0.92);
  color: #dceaff;
  font-size: 14px;
  font-weight: 650;
  line-height: 1.45;
}

#dm-authoritative-credential-status[data-state="success"],
#dm-authoritative-credential-status[data-state="stored"] {
  border-color: rgba(73, 225, 166, 0.58);
  background: rgba(8, 63, 53, 0.54);
  color: #c9ffe9;
}

#dm-authoritative-credential-status[data-state="working"] {
  border-color: rgba(96, 177, 255, 0.66);
  background: rgba(10, 47, 91, 0.66);
  color: #d8efff;
}

#dm-authoritative-credential-status[data-state="error"] {
  border-color: rgba(255, 107, 128, 0.65);
  background: rgba(92, 20, 41, 0.67);
  color: #ffe0e6;
}

#dm-verify-kalshi-credentials:disabled,
#dm-continue-after-credentials:disabled {
  cursor: not-allowed !important;
  opacity: 0.48 !important;
  filter: grayscale(0.25);
}

[data-dm-credentials-verified="true"]
#dm-continue-after-credentials {
  opacity: 1 !important;
  filter: none !important;
}
