/* extras.css — Contact page (admin styling now lives in admin.css). */

/* ---- Contact page ---- */

.office-address {
  font-style: normal;
  line-height: 1.9;
  color: var(--navy);
  font-weight: 600;
}

.social-links a {
  margin-right: 1rem;
  color: var(--royal);
  font-weight: 600;
  text-decoration: none;
}

.social-links a:hover {
  color: var(--rust);
}

.map-embed {
  width: 100%;
  height: 260px;
  border: 0;
  border-radius: 4px;
}
