#mc-conn-widget {
  position: fixed;
  bottom: 16px;
  right: 16px;
  z-index: 9999;
  background: rgba(29, 32, 37, 0.92);
  color: #e8e8ea;
  border: 1px solid #2c3036;
  border-radius: 10px;
  padding: 0.8rem 1.1rem;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-size: 0.85rem;
  line-height: 1.5;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.35);
  max-width: 210px;
}
#mc-conn-widget b {
  display: block;
  margin-bottom: 0.3rem;
  font-size: 0.95rem;
}
#mc-conn-widget code {
  background: #0f1114;
  border-radius: 4px;
  padding: 0.1rem 0.35rem;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}
#mc-conn-widget a {
  color: #7dd3fc;
  text-decoration: none;
}
#mc-conn-widget a:hover {
  text-decoration: underline;
}
#mc-conn-widget .mc-widget-close {
  position: absolute;
  top: 4px;
  right: 7px;
  cursor: pointer;
  color: #9a9ea6;
}
