.blog-post-header {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .blog-post-header {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 768px) {
  .blog-post-header {
    margin-bottom: 6rem;
  }
}
.blog-post-header__tag {
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  color: #cb2126;
  text-transform: uppercase;
}
.blog-post-header__heading {
  font-size: 2.8rem;
  line-height: 1.1;
  font-weight: bolder;
  margin-bottom: 1rem;
}
@media (min-width: 576px) {
  .blog-post-header__heading {
    font-size: 3.4rem;
  }
}
@media (min-width: 768px) {
  .blog-post-header__heading {
    font-size: 4rem;
  }
}
.blog-post-header__meta {
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .blog-post-header__meta {
    flex-direction: column;
    align-items: flex-start;
  }
}
.blog-post-header__author {
  display: inline-block;
  font-weight: bold;
  font-size: 1rem;
  color: #cb2126;
  text-transform: uppercase;
  margin-right: 0.5rem;
}
@media (min-width: 768px) {
  .blog-post-header__author {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
}
.blog-post-header__date {
  color: #5E6278;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
}
.blog-post-toolbar__list {
  display: flex;
  column-gap: 1.5rem;
  padding: 0;
  list-style-type: none;
}
.blog-post-toolbar__list-item {
  display: flex;
  align-items: center;
  height: 3rem;
}
.blog-post-toolbar__list-link, .blog-post-toolbar__list-link:link, .blog-post-toolbar__list-link:visited {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #7E8299;
  text-transform: uppercase;
  font-size: 0.9rem;
  line-height: 1;
}
.blog-post-toolbar__list-link:hover {
  color: #181C32;
}
.blog-post-toolbar__list-icon {
  margin-right: 5px;
  color: #cb2126;
}
.blog-post-content {
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .blog-post-content {
    margin-bottom: 4.5rem;
  }
}
@media (min-width: 768px) {
  .blog-post-content {
    margin-bottom: 6rem;
  }
}
.blog-post-content h3 {
  margin-bottom: 1.4rem;
}
.blog-post-content img {
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
  display: inline-block;
}
.blog-post-content p {
  margin-right: 0;
  margin-left: 0;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 400;
}
.blog-post-content p:first-of-type {
  padding-top: 4rem;
}
.blog-post-footer {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .blog-post-footer {
    margin-bottom: 4rem;
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 768px) {
  .blog-post-footer {
    margin-bottom: 5rem;
  }
}
.blog-post-footer__category {
  display: inline-block;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
}
@media (min-width: 576px) {
  .blog-post-footer__category {
    margin-bottom: 0;
  }
}
.blog-post-footer__category-link, .blog-post-footer__category-link:link, .blog-post-footer__category-link:visited {
  color: #cb2126;
  text-transform: uppercase;
}
.blog-post-footer__category-link:hover {
  color: #b71e23;
}
.blog-post-footer__follow, .blog-post-footer__follow:link, .blog-post-footer__follow:visited {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  padding: 0.5rem 0.8rem;
  color: #f5f8fa;
  background-color: #cb2126;
  text-transform: uppercase;
  transition: background-color 0.2s ease;
  border-radius: 5px;
  width: fit-content;
}
.blog-post-footer__follow:hover {
  background-color: #b71e23;
}
.blog-post-footer__follow i {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid #ffffff;
  color: #ffffff;
  margin-right: 5px;
  font-size: 0.8rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 50%;
}
.blog-post-share {
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .blog-post-share {
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .blog-post-share {
    margin-bottom: 5rem;
  }
}
.blog-post-share__heading {
  font-size: 1.3rem;
  font-weight: bold;
}
.blog-post-share-list {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  padding: 0;
  list-style-type: none;
}
.blog-post-share-list-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  width: 3rem;
  background-color: #5E6278;
  transition: background-color 0.2s ease;
}
.blog-post-share-list-link:hover {
  background-color: #3F4254;
}
.blog-post-share-list-link--facebook {
  background-color: #3b5998;
}
.blog-post-share-list-link--facebook:hover {
  background-color: #30497c;
}
.blog-post-share-list-link--whatsapp {
  background-color: #4fca5d;
}
.blog-post-share-list-link--whatsapp:hover {
  background-color: #5df06e;
}
.blog-post-share-list-link--linked-in {
  background-color: #0077b5;
}
.blog-post-share-list-link--linked-in:hover {
  background-color: #005e8f;
}
.blog-post-share-list-link--twitter {
  background-color: #1da1f2;
}
.blog-post-share-list-link--twitter:hover {
  background-color: #0d8ddc;
}
.blog-post-share-list-link--google {
  background-color: #dd4b39;
}
.blog-post-share-list-link--google:hover {
  background-color: #cd3623;
}
.blog-post-share-list-link--email {
  background-color: #585858;
}
.blog-post-share-list-link--email:hover {
  background-color: #4a4a4a;
}
.blog-post-share-list-link i {
  font-size: 1.4rem;
  color: #ffffff;
}
.blog-post-comments {
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
@media (min-width: 576px) {
  .blog-post-comments {
    margin-bottom: 4rem;
  }
}
@media (min-width: 768px) {
  .blog-post-comments {
    margin-bottom: 5rem;
  }
}
.blog-post-comments__heading {
  display: inline-block;
  margin-bottom: 1.5rem;
  width: fit-content;
  cursor: pointer;
}
.blog-post-comments__heading i {
  color: #181C32;
}
.blog-post-comments-list, .blog-post-comments-list--visible {
  opacity: 1;
  transition: all 0.4s ease;
}
.blog-post-comments-list--invisible {
  opacity: 0;
  overflow: hidden;
}
.blog-post-comments .blog-post-comment {
  display: flex;
  margin-bottom: 1.5rem;
  padding-top: 1rem;
  border-top: 1px solid #B5B5C3;
}
.blog-post-comments .blog-post-comment:last-child {
  margin-bottom: 0;
  border-bottom: 1px solid #B5B5C3;
}
.blog-post-comments .blog-post-comment__link, .blog-post-comments .blog-post-comment__link:link, .blog-post-comments .blog-post-comment__link:visited {
  color: #3F4254;
}
.blog-post-comments .blog-post-comment__link:hover {
  color: #181C32;
}
.blog-post-comments .blog-post-comment__avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 3rem;
  max-width: 3rem;
  border-radius: 50%;
  background-color: #181C32;
}
.blog-post-comments .blog-post-comment__avatar span {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  height: 3em;
  width: 3rem;
  letter-spacing: 1px;
}
.blog-post-comments .blog-post-comment-details {
  flex: 1;
  margin-left: 0.5rem;
}
.blog-post-comments .blog-post-comment-details__full-name {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
  margin-bottom: 3px;
}
.blog-post-comments .blog-post-comment-details__author {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 0.2rem 0.8rem;
  font-size: 1rem;
  background-color: #e31e24;
  color: #ffffff;
  font-weight: 300;
  border-radius: 5px;
  margin-left: 0.5rem;
}
.blog-post-comments .blog-post-comment-details__date {
  display: block;
  margin-bottom: 0.7rem;
  font-size: 0.9rem;
  font-weight: bold;
  color: #5E6278;
}
.blog-post-comments .blog-post-comment-details__comment {
  font-size: 1.1rem;
  margin-bottom: 0;
}
.blog-post-comments .blog-post-comment-details__textarea {
  display: block;
  width: 100%;
  outline: none;
  border: 1px solid transparent;
  margin-bottom: 0.5rem;
  resize: none;
  font-size: 1.1rem;
  padding: 0;
  margin-left: -1px;
}
.blog-post-comments .blog-post-comment-details__submit {
  float: right;
  background-color: transparent;
  outline: none;
  border: 1px solid #A1A5B7;
  margin-bottom: 0.5rem;
}
.blog-post-comments .blog-post-comment-details__submit:focus {
  border: 1px solid #A1A5B7;
}
.blog-post-comments .blog-post-comment--reply {
  margin-top: 1.5rem;
}
.blog-post-comments .blog-post-comment--reply:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/*# sourceMappingURL=blog-post.css.map*/