/* contact.html — bổ sung nhỏ: icon tròn thông tin liên hệ + điểm trên bản đồ placeholder */
.contact-ico {
  flex: none; width: 44px; height: 44px;
  display: inline-grid; place-items: center;
  border-radius: 50%; background: var(--lpc-blue-soft);
  color: var(--lpc-icon-color); font-size: 1.15rem;
}
.map-box { position: relative; }
.map-pin {
  position: absolute; z-index: 1;
  display: flex; align-items: center; gap: .5rem;
  padding: .45rem .75rem; border-radius: var(--bs-border-radius);
  background: var(--bs-body-bg); color: var(--bs-heading-color);
  box-shadow: var(--lpc-shadow-hover); font-size: .75rem; line-height: 1.3;
}
.map-pin .bi { font-size: 1.25rem; color: var(--lpc-red); }
.map-pin-hn { left: 8%; top: 12%; }
.map-pin-paris { right: 8%; top: 48%; }
.map-pin-paris .bi { color: var(--lpc-navy-600); }
[data-bs-theme="dark"] .map-pin-paris .bi { color: #9CC0FF; }
.map-box .btn { position: absolute; left: 1rem; bottom: 1rem; z-index: 1; }
