/* Blog */
:is(.wdse-related-posts, .wdse-blog-archive, .wdse-blog-grid) {
  .kb-query-item {
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .wdse-post-item-content,
  .wdse-post-item-content > .kt-inside-inner-col {
    display: flex;
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .wdse-post-item-content {
    height: auto;
    flex-grow: 1;
  }
  .btw-one-blog {
    height: 100% !important;
  }
  .wdse-post-readmore-wrapper {
    margin-top: auto !important;
  }
  .btw-one-blog .kt-row-column-wrap {
    display: flex;
    flex-direction: column;
    height: 100%;
    .wdse-post-item-content .kt-inside-inner-col {
      height: 100%;
      justify-content: flex-start;
    }
  }
}
.single-post #hero .kt-reading-time {
  color: var(--wp--preset--color--base);
}
.wdse-blog-sidebar .kt-inside-inner-col {
  height: 100%;
}

.btw-one-blog figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  img {
    object-fit: cover;
    object-position: bottom center;
    width: 100%;
    height: 100%;
  }
}
.btw-categories-list .cat-item:not(:last-child) {
  margin-bottom: 1rem;
}
.btw-categories-list .cat-item a {
  text-decoration: none;
}

.wp-site-blocks
  :is(.wdb-prev-link, .wdb-next-link)
  .post-navigation-link__label {
  font-family: var(--wp--preset--font-family--coming-soon);
  text-transform: uppercase;
  letter-spacing: -0.44px;
}
