.article-top {
  background: #F4FBFF;
  border-radius: 48px;
  padding: 7.2rem 9.6rem;
  margin: 4.8rem 0 5.6rem;
}
.article-top h1 {
  font-size: 5.6rem;
  line-height: 6.4rem;
  margin: 0 0 4.8rem;
  text-align: center;
}
.article-top-details {
  display: flex;
  justify-content: space-between;
  gap: 1.6rem;
}
.article-author {
  display: flex;
  align-items: center;
  gap: 4rem;
}
.article-author img {
  border-radius: 50%;
  width: 32px;
  height: 32px;
}
.article-author-details {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.article-author-details span {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2rem;
}
.article-author-details span:first-of-type {
  margin: 0 0.4rem 0 0;
}
.article-author-details span:last-of-type {
  color: #FF5E18;
  font-weight: 600;
}
.article-socials {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.article-socials span {
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
}
.article-socials-list {
  display: flex;
  gap: 0.8rem;
}
.article-socials-list a {
  display: inline-block;
  width: 36px;
  height: 36px;
}
.article-date {
  color: #001F43;
  font-size: 1.4rem;
  line-height: 2rem;
}
.article-categories {
  display: flex;
  gap: 0.8rem;
  flex-flow: row wrap;
  margin: 0 0 2rem;
  justify-content: center;
}
.article-category {
  background: #DEEEFF;
  border-radius: 24px;
  padding: 0.2rem 1.6rem 0.4rem;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
.article-middle {
  display: flex;
  gap: 7.2rem;
  padding: 0 0 12.8rem;
}
.article-similar {
  display: flex;
  flex-flow: column;
  gap: 1.6rem;
  padding: 3.2rem;
  min-width: 300px;
  width: 300px;
}
.article-similar h2 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 600;
}
.article-similar-item {
  display: flex;
  gap: 1.6rem;
  align-items: flex-start;
  font-size: 1.4rem;
  line-height: 2rem;
}
.article-similar-item img {
  width: 60px !important;
  height: 60px !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  border-radius: 12px;
}
.article-content {
  display: flex;
  flex-flow: column;
  gap: 3.2rem;
}
.article-content h2 {
  font-size: 4rem;
  line-height: 4.8rem;
}
.article-content h2 strong {
  font-weight: bold;
}
.article-content h3 {
  font-size: 4rem;
  line-height: 4.8rem;
}
.article-content h3 strong {
  font-weight: bold;
}
.article-content h4 {
  font-size: 2.4rem;
  line-height: 3.2rem;
}
.article-content h4 strong {
  font-weight: bold;
}
.article-content figure {
  margin: 0;
}
.article-content img {
  border-radius: 24px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.article-content ul {
  display: flex;
  flex-flow: column;
  gap: 1.2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.article-content ul li {
  display: flex;
  align-items: baseline;
  gap: 2rem;
}
.article-content ul li:before {
  content: "";
  width: 8px;
  height: 8px;
  min-width: 8px;
  border-radius: 50%;
  background: #127fff;
}
.article-content ol {
  display: flex;
  flex-flow: column;
  gap: 1.2rem;
  font-size: 1.6rem;
  line-height: 2.4rem;
}
.article-content p {
  font-size: 1.6rem;
  line-height: 2.4rem;
}
@media all and (max-width: 1024px) {
  .article {
    margin: 6.4rem 0 0;
  }
  .article-top {
    padding: 2.4rem 0;
    margin: 2.4rem 0 0;
  }
  .article-top h1 {
    font-size: 2.4rem;
    line-height: 3.2rem;
    margin: 0 0 1.6rem;
  }
  .article-top-details {
    flex-flow: column;
  }
  .article-author {
    flex-flow: column;
    gap: 1.2rem;
  }
  .article-author-details span {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .article-socials {
    flex-flow: column;
  }
  .article-socials span {
    display: block;
    text-align: center;
  }
  .article-date {
    color: #B6C4D6;
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .article-categories {
    margin: 0 0 2rem;
  }
  .article-similar {
    display: none;
  }
  .article-middle {
    padding: 0 0 1.6rem;
  }
  .article-content {
    gap: 1.6rem;
  }
  .article-content h2 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .article-content h3 {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
  .article-content h4 {
    font-size: 1.6rem;
    line-height: 2.4rem;
  }
  .article-content p {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .article-content ul {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
  .article-content ol {
    font-size: 1.2rem;
    line-height: 1.8rem;
  }
}/*# sourceMappingURL=post.css.map */