/* WeChat + WhatsApp (top bar & contact) */
.top-wechat-label {
  opacity: 0.95;
}

.top-wechat-qr {
  width: 44px;
  height: 44px;
  object-fit: contain;
  border-radius: 4px;
  background: #fff;
  padding: 2px;
}

.top-wa {
  color: #fff;
  font-weight: 600;
  white-space: nowrap;
}

.top-wa:hover {
  color: #ffeb3b;
  text-decoration: none;
}

.contact-wechat-img {
  max-width: 160px;
  height: auto;
}

.contact-wa-note {
  margin: 0;
  font-size: 12px;
  color: var(--muted);
  max-width: 14rem;
}
