.contact-live-map { border: 1px solid #d7e3e8; background: #e7eef1; }
.contact-live-map img { display: block; width: 100%; height: auto; }
.contact-map-help { margin: 12px 0; color: #657c87; font-size: 14px; line-height: 1.7; }
.contact-map-apps { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 12px; }
.contact-map-apps a { display: flex; align-items: center; justify-content: center; min-height: 48px; border: 1px solid #009fd0; color: #007ba5; background: #fff; font-weight: 700; }
.contact-map-apps a:hover { background: #edf8fc; }
.contact-map-apps a:focus-visible { outline: 3px solid #143442; outline-offset: 3px; }
@media (max-width: 640px) {
  .contact-map-apps { gap: 8px; }
  .contact-map-apps a { font-size: 14px; }
}
