.contact-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  width: 100%;
}

.contact-channel {
  min-width: 0;
}

.wechat-copy {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin: 3px 0 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: #fff;
  font: 700 14px 'Noto Sans SC', sans-serif;
  cursor: pointer;
  text-align: left;
}

.wechat-copy span {
  color: var(--gold);
  font-size: 11px;
  font-weight: 600;
}

.wechat-copy:hover,
.wechat-copy.copied {
  color: #e9bb79;
}

@media (max-width: 480px) {
  .contact-methods {
    grid-template-columns: 1fr;
    gap: 24px;
  }
}
