span.material-icons {
    display: none !important;
}

.hi-blog-toc-item h2 {
    display: none !important;
}

.hbl-toc {
 padding: 25px !important; 
}

.hi-blog-main-page .blog-post-item {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}

.hi-blog-main-page .post-image-block {
  width: 100%;
  height: 350px;
  overflow: hidden;
  flex-shrink: 0;
}

.hi-blog-main-page .post-image-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hi-blog-main-page .hi-blog-desc-image-hover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.hi-blog-main-page .post-info-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: flex-end;
  padding: 20px 15px;
}

.hi-blog-main-page .post-title {
  margin-bottom: 10px;
}

.hi-blog-main-page  .post-title h2 {
  margin: 0;
  font-size: 1.2rem;
}

.hi-blog-main-page  .post-published {
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.hi-blog-main-page  .post-desc {
  margin: 0;
  font-size: 0.95rem;
  line-height: 1.4;
}
