.PressHomepageBookAuthor:nth-of-type(3) {
  padding-top: 30px
}

.PressHomepageBookAuthor__label {
  margin: 80px 0 10px;
  font-size: 1.2em;
  font-family: Ivar Headline;
  font-style: italic;
  font-weight: 600;
  display: flex;
  align-items: center
}

.PressHomepageBookAuthor__label:before {
  position: relative;
  content: "";
  width: 60px;
  border-bottom: 1px solid;
  height: 1px;
  margin-right: 16px
}

.PressHomepageBookDetails__author {
  font-size: 21px;
  font-style: italic;
  font-weight: 500;
  font-family: Ivar Display
}

.PressHomepageBookAuthor__bio {
  margin-top: 30px
}

.PressHomepageBookAuthor__linkGroup {
  display: inline-flex;
  justify-content: flex-start;
  margin-top: 32px;
  border: 1px solid;
  font-size: 17px
}

.PressHomepageBookAuthor__linkContainer {
  display: inline-block;
  transition: background .2s
}

.PressHomepageBookAuthor__linkContainer:hover {
  background: var(--color);
  color: var(--backgroundColor)
}

.PressHomepageBookAuthor__linkContainer:not(:first-of-type) {
  border-left: 1px solid
}

.PressHomepageBookAuthor__link.Link {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  text-decoration: none;
  color: inherit;
  font-family: Ivar Display;
  font-weight: 700
}

.PressHomepageBookAuthor__image {
  width: 160px;
  height: auto;
  margin: 16px 0 4px
}
