.preview-post {
  border-radius: 8px;
  background-color: #FFFFFF;
  flex: 1;
  display: flex;
  flex-direction: column;
  max-width: 33.33%;
}
.preview-post .thumbnail {
  position: relative;
  width: 100%;
  min-height: 274px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  background-color: #F2F2F2;
}
.preview-post .thumbnail.no-thumbnail {
  background-size: 60%;
}
.preview-post .hexagon {
  width: 600px;
  height: 600px;
}
.preview-post .hexagon.corner-left-bottom {
  left: 0;
  bottom: 0;
  transform: translate(-50%, 70%);
}
.preview-post .hexagon.corner-right-bottom {
  right: 0;
  bottom: 0;
  transform: translate(50%, 70%);
}
.preview-post .hexagon.corner-right-top {
  right: 0;
  top: 0;
  transform: translate(50%, -70%);
}
.preview-post .hexagon.corner-left-top {
  left: 0;
  top: 0;
  transform: translate(-50%, -70%);
}
.preview-post .hexagon.left {
  left: 0;
  top: 50%;
  transform: translate(-70%, -50%);
}
.preview-post .hexagon.right {
  right: 0;
  top: 50%;
  transform: translate(70%, -50%);
}
.preview-post .tag {
  margin: 16px;
}
.preview-post .item-content-wrapper {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.preview-post .post-title {
  display: block;
  font-family: "ClashGrotesk-Medium", sans-serif;
  color: #002762 !important;
  font-size: 1.375rem;
  line-height: 1.5;
  margin-top: 0px;
  margin-bottom: 16px;
}
.preview-post .item-footer {
  display: flex;
  justify-content: space-between;
}
.preview-post .date {
  display: block;
  font-size: 0.875rem;
  color: #828282;
}
.preview-post .author {
  display: block;
  font-size: 0.875rem;
  color: #0085CA;
}
.tenfold-similar-posts.normal h3 {
  margin-bottom: 48px;
}
.tenfold-similar-posts.normal .posts {
  display: flex;
  gap: 24px;
}
@media (max-width: 767px) {
  .tenfold-similar-posts.normal .posts {
    flex-direction: column;
  }
}
@media (max-width: 767px) {
  .tenfold-similar-posts.normal .preview-post {
    max-width: none;
  }
}
.tenfold-similar-posts.normal .separator {
  min-height: 1px;
  width: 100%;
  background-color: #E0E0E0;
  margin: 24px 0;
}
.tenfold-similar-posts.sidebar .thumbnail {
  position: relative;
  width: 160px;
  min-height: 107px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: hidden;
  margin-right: 15px;
  border-radius: 4px;
  background-color: #F2F2F2;
}
.tenfold-similar-posts.sidebar .thumbnail.no-thumbnail {
  background-size: 60%;
}
.tenfold-similar-posts.sidebar .hexagon {
  width: 130px;
  height: 130px;
}
.tenfold-similar-posts.sidebar .posts .preview-post {
  display: flex;
  min-width: auto !important;
  max-width: none !important;
  flex-direction: row;
}
.tenfold-similar-posts.sidebar .tag {
  margin: 0;
}
.tenfold-similar-posts.sidebar .post-title {
  display: block;
  font-family: "ClashGrotesk-Regular", sans-serif;
  color: #002762 !important;
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 8px;
}
.tenfold-similar-posts.sidebar .separator {
  min-height: 1px;
  width: 100%;
  background-color: #E0E0E0;
  margin: 24px 0;
}
