.post-main {
  background-image: none;
  background-color: transparent;
  padding: 16px 0 0 0;
}
.post-main .post-header {
  margin: 0;
}
.post-main .post-header .header-h3 {
  margin: 0 0 16px 0;
}
.post-main .post-header .post-preview {
  width: 100%;
  height: 400px;
  overflow: hidden;
}
.post-main .post-header .post-preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.post-main .post-content {
  padding: 32px 0 0 0;
}
.post-main .post-content .content-inner {
  display: flex;
}
.post-main .post-content .content-inner .content-aside {
  width: 304px;
  flex-shrink: 0;
}
.post-main .post-content .content-inner .content-main {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 1024px) {
  .post-main .post-content .content-inner {
    flex-direction: column;
    gap: 16px;
  }
  .post-main .post-content .content-aside {
    width: 100%;
  }
}

.post-spacer {
  background-image: none;
  background-color: transparent;
  width: 100%;
  height: 40px;
}

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