/* Match classic presskit() typography (e.g. press.throughtheages.com) */
html {
  font: 100%/1.6 "Trebuchet MS", Arial, Helvetica, sans-serif;
}

body {
  font-size: 0.9em;
}

h1,
h2,
h3,
.factsheet__title {
  font-family: Georgia, "Times New Roman", Times, serif;
  font-weight: normal;
}

.nav__title,
.nav__subtitle,
.nav__item,
.nav__group-title {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

.description p,
.block dd p {
  margin: 0 0 1em;
}

.description p:last-child,
.block dd p:last-child {
  margin-bottom: 0;
}

/* Classic presskit() sidebar factsheet beside main copy */
@media (min-width: 800px) {
  .block--intro {
    display: flex;
    align-items: flex-start;
    gap: 2.25rem;
  }

  .block--intro .factsheet {
    flex: 0 0 13.5rem;
    max-width: 13.5rem;
    min-width: 0;
  }

  .block--intro .factsheet__list {
    display: block;
    font-size: 0.78em;
    line-height: 1.45;
  }

  .block--intro .description {
    flex: 1;
    min-width: 0;
  }

  .block--intro .factsheet__title {
    margin: 25px 0 15px;
    font-size: 1.45em;
    font-weight: normal;
    line-height: 1.2;
    color: rgba(22, 22, 22, 0.95);
  }

  .block--intro .description > h2#about-manabies {
    margin: 25px 0 15px;
    font-size: 1.9em;
    font-weight: normal;
    line-height: 1.2;
    color: rgba(22, 22, 22, 0.95);
  }

  .block--intro .factsheet dd,
  .block--intro .factsheet dd a {
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .block--intro .factsheet__group + .factsheet__group {
    margin-top: 0.9em;
  }

  .block--intro .factsheet dt {
    margin: 0 0 0.2em;
  }

  .block--intro .factsheet dd + dt {
    margin-top: 0;
  }
}

@media (max-width: 799px) {
  .block--intro .factsheet {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid rgb(221, 221, 221);
  }

  .block--intro .factsheet__list {
    font-size: 0.92em;
    line-height: 1.45;
  }

  .block--intro .factsheet__title {
    margin: 25px 0 15px;
    font-size: 1.45em;
    font-weight: normal;
    line-height: 1.2;
  }
}

.description h3 {
  font-size: 1.45em;
  font-weight: normal;
  margin: 1.75em 0 0.65em;
  color: rgba(22, 22, 22, 0.95);
}

.description h3:first-of-type {
  margin-top: 1.25em;
}

.press-bullets {
  margin: 0;
  padding-left: 1.25em;
}

.press-bullets li {
  margin-bottom: 0.75em;
}

.press-bullets li:last-child {
  margin-bottom: 0;
}

.press-bullets + p,
p + .press-bullets {
  margin-top: 1em;
}

.nav__group {
  margin-bottom: 0.25em;
}

.nav__group-title {
  display: block;
  padding: 1rem 1rem 0.35rem;
  font-size: 1.05em;
  color: rgba(22, 22, 22, 0.95);
}

.nav__sublist {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav__item--main {
  font-size: 1.05em;
}

.nav__item--sub {
  padding: 0.55rem 1rem 0.55rem 1.75rem;
  font-size: 0.92em;
  color: rgba(22, 22, 22, 0.72);
}

.nav__item--sub:hover {
  color: rgba(22, 22, 22, 0.95);
}
