.page-node-type-blog-post .layout-content {
  background-color: #f8f8f8;
}

.blog-post {
  width: 800px;
  max-width: 100%;
  padding-top: 60px;
  padding-bottom: 40px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .blog-post {
    padding: 0;
  }
}
.blog-post__container {
  background-color: #ffffff;
  box-shadow: 1px 1px 5px 0 rgba(1, 1, 1, 0.05);
}
.blog-post__img img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.blog-post__tags {
  display: flex;
  flex-wrap: wrap;
  padding: 15px 0;
  margin: 20px 30px;
  border-bottom: 2px solid #edf2f7;
}
@media (max-width: 768px) {
  .blog-post__tags {
    margin: 10px 0;
  }
}
.blog-post__tags--label {
  padding-right: 15px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 0.875rem;
  color: #718096;
}
.blog-post__tags--list {
  padding: 0;
}
.blog-post__tags--list li {
  box-sizing: border-box;
  margin: 5px;
  min-width: 0;
  display: inline-block;
  vertical-align: baseline;
  font-size: 0.75rem;
  font-weight: 700;
  white-space: nowrap;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  background-color: primary;
  display: inline-block;
  text-decoration: none;
  font-weight: 600;
  vertical-align: middle;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  transition: all 250ms ease;
  background-color: #e2e8f0;
  color: #718096;
}
.blog-post__tags--list li:hover {
  color: #e2e8f0;
  background-color: #718096;
}
.blog-post__tags--list li a {
  color: #000000;
  text-decoration: none;
}
.blog-post__content {
  padding: 0 4rem 4rem;
}
@media (max-width: 992px) {
  .blog-post__content {
    padding: 0 2rem;
  }
}
@media (max-width: 768px) {
  .blog-post__content {
    padding: 0 1rem;
  }
}
.blog-post__content--title {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  font-weight: bold;
  line-height: 1.33;
  display: block;
  color: black;
  font-weight: 900;
  -webkit-text-decoration: none;
  text-decoration: none;
  margin-bottom: 1rem;
  font-size: 3rem;
}
@media (max-width: 992px) {
  .blog-post__content--title {
    margin-top: 1rem;
    font-size: 2rem;
  }
}
@media (max-width: 992px) {
  .blog-post__content--title {
    margin-top: 2rem;
  }
}
.blog-post__content--author {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  display: block;
  font-weight: 600;
  text-decoration: none;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: normal;
  color: #718096;
  margin-bottom: 30px;
}
.blog-post__content--author a {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}
.blog-post__content--body {
  color: #4a5568;
  padding-top: 40px;
  border-top: 2px solid #edf2f7;
}
