/* ── WhatsApp / Telegram / Website brand icons ──────────────────────────── */

.channel-icon {
  display: block;
  width: 1em;
  height: 1em;
  flex-shrink: 0;
}

.channel-icon--whatsapp {
  color: #25d366;
}

.channel-icon--telegram {
  color: #2aabee;
}

.channel-icon--website {
  color: #8ab4ff;
}

.channel-icon-wrap {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}

.channel-icon-wrap .channel-icon {
  width: 16px;
  height: 16px;
}

.dental-chat-demo__channel .channel-icon-wrap {
  width: 100%;
}

.dental-chat-demo__channel .channel-icon {
  width: 15px;
  height: 15px;
}

.dental-channel-card__icon .channel-icon {
  width: 20px;
  height: 20px;
}

.dental-channel-card__icon--whatsapp {
  background: rgba(37, 211, 102, 0.12);
  border-color: rgba(37, 211, 102, 0.28);
}

.dental-channel-card__icon--telegram {
  background: rgba(42, 171, 238, 0.12);
  border-color: rgba(42, 171, 238, 0.28);
}

.dental-channel-card__icon--website {
  background: rgba(91, 140, 255, 0.12);
  border-color: rgba(138, 180, 255, 0.18);
}

.ai-showcase__hub-node .channel-icon-wrap {
  flex-direction: column;
  gap: 4px;
}

.ai-showcase__hub-node .channel-icon {
  width: 22px;
  height: 22px;
}

.ai-showcase__app-brand {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.ai-showcase__app-brand .channel-icon {
  width: 18px;
  height: 18px;
}

.ai-showcase__phone-input .channel-icon {
  width: 16px;
  height: 16px;
}

.ai-showcase__phone-input em {
  display: grid;
  place-items: center;
  background: transparent !important;
}

.ai-showcase__phone-input em .channel-icon {
  width: 22px;
  height: 22px;
}

.dental-channel-card h3 .channel-icon-wrap {
  gap: 8px;
}

.dental-channel-card h3 .channel-icon {
  width: 18px;
  height: 18px;
}
