/* Preserve the page's original typography and colors; only space detail rows. */
body.inner-content-page .profile__meta {
  display: grid;
  gap: 8px;
}

body.inner-content-page .profile__meta span {
  display: block;
  font-family: "BruumFY-Light", "BruumFY", Arial, sans-serif !important;
  font-size: 1.1rem !important;
  line-height: 1.6 !important;
}

body.inner-content-page .profile__meta strong {
  font-size: inherit !important;
}

@media (max-width: 720px) {
  body.inner-content-page .profile__meta {
    gap: 10px;
  }

  body.inner-content-page .profile__meta span {
    font-size: 1rem !important;
    line-height: 1.55 !important;
  }
}
