.external-user-vcard__qr-svg {
  display: block;
  width: 100%;
  line-height: 0;
}

.external-user-vcard__qr-svg svg {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

.external-user-vcard__share-actions {
  display: flex;
  gap: 12px;
  justify-content: center;
  padding: 16px 0 8px;
}

.btn-share-action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 20px;
  border: 2px solid currentColor;
  border-radius: 999px;
  background: transparent;
  cursor: pointer;
  font-size: 0.95rem;
  font-weight: 600;
  transition: background 0.15s, color 0.15s;
}

.btn-share-action:hover {
  background: rgba(0,0,0,0.08);
}
