/* 联系信息图片 — 全站统一规格 */
.contact-info-img {
  display: block;
  max-width: 100%;
  width: auto;
  height: auto;
}

/* 正文卡片 / 内联：16px 字，单行 24px、双行 48px */
.contact-info-img--card {
  height: 24px;
  margin: 6px 0 12px;
}
.contact-info-img--card.contact-info-img--lines-2 {
  height: 48px;
}
.contact-info-img--inline {
  height: 24px;
}
.contact-info-img--inline.contact-info-img--lines-2 {
  height: 48px;
}
.contact-info-img--map {
  height: 44px;
  margin: 8px auto 0;
}
.contact-info-img--hr {
  height: 24px;
  margin: 0 auto 12px;
}

/* 页脚：14px 字，与 .footer-contact-item 0.85rem 对齐 */
.contact-info-img--footer {
  height: 20px;
  opacity: 1;
}
.contact-info-img--footer.contact-info-img--lines-2 {
  height: 40px;
}

.hr-contact-box {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-md);
  padding: 28px 32px;
  max-width: 420px;
  margin: 0 auto;
  text-align: center;
}
.hr-contact-box h3 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 20px;
}
