.tcons-popular-posts {
  gap: 30px;
}
@media (min-width: 768px) {
  .tcons-popular-posts {
    gap: 39px;
  }
}
.tcons-popular-posts .post-item {
  gap: 14px;
}
@media (min-width: 768px) {
  .tcons-popular-posts .post-item {
    gap: 12px;
  }
}
.tcons-popular-posts .post-item .post-thumb {
  width: 80px;
}
.tcons-popular-posts .post-item .post-thumb a {
  display: block;
  width: 100%;
  aspect-ratio: 92/92;
}
@media (min-width: 768px) {
  .tcons-popular-posts .post-item .post-thumb a {
    aspect-ratio: 80/80;
  }
}
.tcons-popular-posts .post-item .post-thumb a img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.tcons-popular-posts .post-item .post-info {
  flex: 1;
}
.tcons-popular-posts .post-item .post-info .post-title {
  margin: 0 0 15px;
  font-size: 16px;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .tcons-popular-posts .post-item .post-info .post-title {
    margin: 0 0 13px;
    font-weight: 500;
    font-size: 14px;
  }
}
.tcons-popular-posts .post-item .post-info .post-title a {
  color: var(--e-global-color-secondary);
}
.tcons-popular-posts .post-item .post-info .post-title a:hover {
  color: var(--e-global-color-primary);
}
.tcons-popular-posts .post-item .post-info .post-date {
  font-size: 12px;
  line-height: 100%;
  color: #9F9F9F;
}

/*# sourceMappingURL=sc-most-view-posts.css.map */
