/* Telegram binding status is isolated to the native personal-center entry. */
[data-telegram-binding-status] {
  display: block;
  margin: 7px 0 0;
  color: #6b7280;
  font-size: 12px;
  line-height: 1.5;
}

[data-telegram-binding-status][data-state="bound"] {
  color: #16835a;
}

[data-telegram-binding-status][data-state="error"] {
  color: #c2414a;
}

.telegram-binding-unbind {
  background: #fd4d4f !important;
  border-color: #fd4d4f !important;
  color: #fff !important;
}

.telegram-binding-unbind:hover,
.telegram-binding-unbind:focus-visible {
  background: #df3e40 !important;
  border-color: #d2383a !important;
  color: #fff !important;
}

.telegram-binding-unbind:disabled {
  cursor: wait;
  opacity: .62;
}
