.staff-contact-notice {
  margin: 14px 0 0;
  padding: 14px 16px;
  border-radius: 12px;
  background: linear-gradient(180deg, #f0fdf4 0%, #fff 100%);
  border: 1px solid #bbf7d0;
}

.staff-contact-notice__title {
  margin: 0 0 6px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #14532d;
}

.staff-contact-notice__lead {
  margin: 0 0 10px;
  font-size: 0.8125rem;
  line-height: 1.55;
  color: #5b6b63;
}

.staff-contact-notice__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.staff-contact-notice__list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
  padding: 10px 12px;
  border-radius: 10px;
  background: #fff;
  border: 1px solid #d1fae5;
  font-size: 0.875rem;
  color: #334155;
}

.staff-contact-notice__list li:last-child {
  margin-bottom: 0;
}

.staff-wxid {
  color: #15803d;
  font-weight: 800;
  word-break: break-all;
}

.staff-copy-btn {
  margin-left: auto;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid #bbf7d0;
  background: #fff;
  color: #16a34a;
  font-size: 0.75rem;
  font-weight: 700;
  cursor: pointer;
}

.staff-copy-btn:hover {
  background: #f0fdf4;
}

.staff-contact-notice__list--home {
  margin: 12px 0;
}

.contact-extra {
  margin: 10px 0 0;
  font-size: 0.8125rem;
  color: var(--muted, #5b6b63);
  line-height: 1.5;
}
