.cv-front {
  margin-bottom: 1rem;
}

.site-header__title {
  margin-bottom: 0.75rem;
}

.site-header__home {
  color: inherit;
  text-decoration: none;
}

.site-header__home,
.site-header__home:hover,
.site-header__home:focus-visible {
  display: inline-block;
}

.site-header__home:hover,
.site-header__home:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.site-header__nav {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  width: min(100%, 24rem);
  margin: 0 auto 1.5rem;
  gap: 0.5rem;
}

.site-header__nav:empty {
  display: none;
}

.site-header__nav a {
  color: #b00000;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.site-header__nav a:hover,
.site-header__nav a:focus-visible,
.site-header__nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.cv-front__abstract {
  max-width: 70ch;
  margin: 0 auto 1.5rem;
  text-align: left;
}

.cv-front__abstract h2 {
  margin-top: 0;
}

.cv-front__abstract p {
  margin-bottom: 0;
}

.indent-pars p {
  text-indent: 0;
}

.indent-pars p + p {
  margin-top: 0.75rem;
}

.site-footer {
  max-width: 70ch;
  margin: 2rem auto 1.5rem;
  padding-top: 0.75rem;
  border-top: 1px solid currentColor;
  font-size: 0.9em;
  text-align: center;
  opacity: 0.8;
}

.site-footer p {
  margin: 0;
}

.site-footer__links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin-top: 0.35rem;
}

.site-footer__icon-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  color: currentColor;
  text-decoration: none;
}

.site-footer__icon-link svg {
  width: 100%;
  height: 100%;
  display: block;
}

.site-footer__icon-link:hover,
.site-footer__icon-link:focus-visible {
  opacity: 0.75;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 700px) {
  .cv-front {
    margin-bottom: 0.75rem;
  }

  .site-header__nav {
    width: 100%;
    gap: 0.35rem;
  }
}
