.chat-unread-badge {
  position: absolute;
  top: -4px;
  left: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  box-sizing: border-box;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(239, 68, 68, 0.45);
  pointer-events: none;
  z-index: 2;
}

.contact-side-button {
  position: fixed;
}

.contact-side-button .chat-unread-badge {
  top: 4px;
  left: 4px;
  right: auto;
}

.chat-unread-badge--menu {
  position: static;
  display: inline-block;
  margin-right: 6px;
  vertical-align: middle;
  box-shadow: none;
}

.chat-notify-mask {
  z-index: 1200;
}

.chat-notify-card {
  width: 100%;
  max-width: 320px;
  padding: 22px 20px 18px;
  text-align: center;
}

.chat-notify-title {
  font-size: 17px;
  font-weight: 700;
  color: #0f172a;
}

.chat-notify-preview {
  margin-top: 12px;
  padding: 12px 14px;
  border-radius: 12px;
  background: #f1f5f9;
  color: #334155;
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
  word-break: break-word;
}

.chat-notify-actions {
  display: flex;
  gap: 10px;
  margin-top: 18px;
}

.chat-notify-later,
.chat-notify-go {
  flex: 1;
  height: 42px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  border: none;
  cursor: pointer;
  box-sizing: border-box;
}

.chat-notify-later {
  background: #e2e8f0;
  color: #475569;
}

.chat-notify-go {
  background: linear-gradient(135deg, #2563eb 0%, #38bdf8 100%);
  color: #fff;
}
