.primary.whatsapp {
  background: #167d49;
  border-color: #167d49;
}

.primary.whatsapp:hover {
  background: #11683c;
}

.primary.whatsapp:disabled {
  background: #6a9b80;
  border-color: #6a9b80;
}

.channel-label {
  margin: 20px 0 9px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.channel-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.channel-grid .secondary {
  min-width: 0;
  margin-top: 0;
  padding-inline: 14px;
}

.channel-grid .secondary > span:first-child {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.channel-mark {
  display: inline-grid;
  place-items: center;
  width: 23px;
  height: 23px;
  margin-right: 6px;
  border: 2px solid currentColor;
  border-radius: 50%;
  font-size: 11px;
  font-weight: 800;
  vertical-align: middle;
}

.secondary.channel-whatsapp {
  border-color: #167d49;
  color: #11683c;
}

.secondary.channel-whatsapp:hover {
  background: #edf9f2;
}

.secondary.channel-telegram {
  border-color: #168acd;
  color: #0d699f;
}

.secondary.channel-telegram:hover {
  background: #edf8ff;
}

.secondary.channel-viber {
  border-color: #7360a8;
  color: #59468f;
}

.secondary.channel-viber:hover {
  background: #f3effd;
}

.secondary.channel-signal {
  border-color: #3a76f0;
  color: #245bc7;
}

.secondary.channel-signal:hover {
  background: #eef4ff;
}

.channel-note {
  margin: 10px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

@media (max-width: 390px) {
  .channel-grid {
    grid-template-columns: 1fr;
  }
}
