
.nclg-batcc-msg{
  margin-top: 12px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(103,232,249,.22);
  background: rgba(34,211,238,.08);
  font-size: 13px;
  line-height: 1.35;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.nclg-batcc-msg strong{
  font-weight: 800;
}
.nclg-batcc-msg a{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  border-radius: 10px;
  text-decoration: none;
  border: 1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: inherit;
  font-weight: 700;
  white-space: nowrap;
}
.nclg-batcc-pulse{
  box-shadow: 0 0 0 1px rgba(34,211,238,.22), 0 0 24px rgba(34,211,238,.18);
}
