.xh-v118-ip-cell {
  color: #334155 !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
}

.xh-v118-toast {
  position: fixed;
  left: 50%;
  top: 22px;
  transform: translateX(-50%) translateY(-16px);
  z-index: 101400;
  background: #111827;
  color: #fff;
  padding: 11px 17px;
  border-radius: 999px;
  box-shadow: 0 16px 42px rgba(15,23,42,.22);
  font-weight: 900;
  opacity: 0;
  pointer-events: none;
  transition: .22s ease;
  max-width: min(820px, calc(100vw - 28px));
  text-align: center;
}

.xh-v118-toast.show {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

.xh-v118-toast.ok {
  background: #16a34a;
}

.xh-v118-toast.err {
  background: #dc2626;
}
