/* Add CSS rules to override Primer */

svg {
    width: 1.25em;
    height: 1.25em;
}
/* Full profile photo: responsive and uncropped */
.profile-photo {
  display: block;
  margin: 0 auto;

  width: min(520px, 92vw);
  height: auto;

  max-height: 70vh;
  object-fit: contain;

  border-radius: 16px; /* optional */
}
/* First 3 meeting booking links (featured) */
.featured-link {
  background: #0ea5e9;         /* change this colour */
  border-color: #0ea5e9;
  color: #ffffff !important;
}

.featured-link:hover,
.featured-link:focus-visible {
  background: #0284c7;         /* hover colour */
  border-color: #0284c7;
  color: #ffffff !important;
}

