.loq-app-whatsapp {
  border: 1px solid rgb(139 92 246 / 0.26);
  border-radius: var(--loq-card-radius, 8px);
  padding: 16px;
  background:
    radial-gradient(220px 120px at 0% 0%, rgb(139 92 246 / 0.18), transparent 70%),
    rgb(255 255 255 / 0.07);
}

.loq-app-whatsapp p {
  margin: 0 0 14px;
  color: rgb(255 255 255 / 0.68);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.42;
}

.loq-app-whatsapp a {
  width: 100%;
  min-height: 46px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  text-decoration: none;
  background: var(--loq-primary, #5a38e5);
  font-size: 14px;
  font-weight: 850;
  box-shadow: 0 12px 28px rgb(90 56 229 / 0.26);
}
