/*
 * Paragraph Conversation Kit Component
 */


body.awhi_books .news-component {
  margin-bottom: 30px;
}

body.awhi_books .news-component .news-component-top {
  margin-bottom: 32px;
}

body.awhi_books .news-component .component-title {
  margin-bottom: 5px;
}

body.awhi_books .news-component .component-framing-copy {
  margin-bottom: 0;
}


body.awhi_books .news-component .btn {
  font-size: 18px;
  line-height: 45px;
}

body.awhi_books .news-component .news-component-view {
  overflow: hidden;
  margin-bottom: 30px;
}

body.awhi_books .news-component .news-component-view .news-grid {
  margin-bottom: 0;
}

body.awhi_books .news-component .news-component-view .news-grid > li {
  margin-bottom: 30px;
}

body.awhi_books .news-component .news-component-view .news-grid > li:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 575px) {
  body.awhi_books .news-component .btn {
    display: block;
  }
}

@media screen and (min-width: 576px) {
  body.awhi_books .news-component .btn {
    min-width: 208px;
  }
}

@media screen and (min-width: 768px) {
  body.awhi_books .news-component .news-component-view .news-grid > li {
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {

  body.awhi_books .news-component {
    margin-bottom: 78px;
  }

  body.awhi_books .news-component .component-title {
    margin-bottom: 5px;
  }

  body.awhi_books .news-component .news-component-top {
    margin-bottom: 60px;
  }

  body.awhi_books .news-component .component-framing-copy {
    margin-bottom: 0;
    font-size: 18px;
    letter-spacing: .41px;
    line-height: 24px;
  }

  body.awhi_books .news-component .news-component-view {
    margin-bottom: 58px;
  }
}
