/*!*************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./assets/src/scss/pages/_author.scss ***!
  \*************************************************************************************************************************************************************************************/
.author__wrapper {
  max-width: 1200px;
  margin: 0 auto;
  padding-left: 0.8rem;
  padding-right: 0.8rem;
}
@media (min-width: 640px) {
  .author__wrapper {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.author__bio {
  padding: 4.8rem 1.6rem;
  text-align: center;
}
.author__bio a {
  color: #005ee0;
  text-decoration: underline;
  cursor: pointer;
}
.author__bio a:focus, .author__bio a:hover {
  color: #004bb2;
  text-decoration: none;
}
.author__bio i {
  font-style: italic;
}
.author__bio .avatar {
  border-radius: 100%;
}
.author__bio__h1 {
  font-size: 4.8rem;
  font-family: "IBM Plex Serif", Georgia, serif;
  font-weight: 500;
  line-height: 1.2;
  color: #212121;
  margin: 0.3rem 0 1.6rem;
}
.author__bio__p {
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #434343;
}
.author__posts {
  padding: 0 3.2rem 4.8rem;
}
.author__posts__post {
  padding-bottom: 3.2rem;
}
.author__posts__image-wrapper {
  position: relative;
  display: block;
  padding-bottom: 100%;
  margin-bottom: 1.6rem;
}
.author__posts__image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border-radius: 5px;
  margin-bottom: 1.6rem;
}
.author__posts__link {
  color: #000000;
  text-decoration: none;
}
.author__posts__h2 {
  font-size: 2.4rem;
  font-family: "IBM Plex Serif", Georgia, serif;
  font-weight: 500;
  line-height: 1.2;
  color: #212121;
  margin: 0.3rem 0 1.3rem;
}
.author__posts__p {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #434343;
}

@media (min-width: 640px) {
  .author__bio {
    padding: 4.8rem 3rem;
  }
  .author__posts {
    padding: 0 1.5rem 4.8rem;
  }
  .author__posts__wrapper {
    display: flex;
    flex-flow: row wrap;
  }
  .author__posts__post {
    margin: 0 1.5rem 3.2rem;
    padding: 0 1.6rem;
    width: calc(50% - 3.2rem);
    box-sizing: border-box;
  }
}
@media (min-width: 1025px) {
  .author__bio__p {
    width: 83.33%;
    margin: 0 auto;
    padding: 0 1.5rem;
    box-sizing: border-box;
  }
  .author__posts__post {
    width: calc(33.33% - 3rem);
  }
}
