.live-online-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  font-size: 0.72rem;
  font-weight: 700;
  line-height: 1.2;
  color: #047857;
  background: #ecfdf5;
  border: 1px solid #6ee7b7;
  white-space: nowrap;
}

.live-online-badge--card {
  position: absolute;
  top: 0.5rem;
  inset-inline-start: 0.5rem;
  z-index: 2;
  box-shadow: 0 2px 8px rgba(16, 185, 129, 0.25);
}

.live-online-badge__dot {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background: #10b981;
  box-shadow: 0 0 0 2px rgba(16, 185, 129, 0.35);
  animation: live-online-pulse 1.6s ease-in-out infinite;
}

@keyframes live-online-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.65; transform: scale(0.92); }
}

.live-instant-card {
  border: 2px solid #10b981;
  border-radius: 1rem;
  background: linear-gradient(135deg, #ecfdf5 0%, #ffffff 60%);
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.live-instant-card h5 {
  color: #047857;
  font-weight: 800;
}

.live-instant-btn {
  border-radius: 0.65rem;
  font-weight: 700;
}

.dd-live-card {
  border: 1px solid rgba(16, 185, 129, 0.35);
  background: linear-gradient(135deg, #f0fdfa, #ffffff);
}

.dd-live-card.is-online {
  border-color: #10b981;
  box-shadow: 0 8px 28px rgba(16, 185, 129, 0.15);
}
