.loq-support-whatsapp {
  padding: 16px;
  display: grid;
  grid-template-columns: 52px 1fr;
  gap: 12px;
  align-items: center;
}

.loq-support-whatsapp__icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: #25d366;
  font-size: 26px;
}

.loq-support-whatsapp h3 {
  margin: 0;
  color: var(--loq-text, #11131a);
  font-size: 19px;
  font-weight: 900;
}

.loq-support-whatsapp p {
  margin: 4px 0 0;
  color: var(--loq-muted, #636978);
  font-size: 13px;
  font-weight: 650;
}

.loq-support-whatsapp a {
  grid-column: 1 / -1;
  min-height: 48px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: linear-gradient(135deg, #7b55ff, #5632df);
  font-size: 14px;
  font-weight: 900;
}
