.blog-lists-hero {
  width: 100%;
  height: 320px;
  overflow: hidden;
}
.blog-lists-hero img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.blog-lists-hero__mask {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(14, 33, 69, 0.28) 0%, rgba(14, 33, 69, 0.52) 100%);
  pointer-events: none;
}
.dark-mode .blog-lists-hero__mask {
  background: linear-gradient(180deg, rgba(14, 33, 69, 0.35) 0%, rgba(14, 33, 69, 0.58) 100%);
}

.blog-lists-header {
  top: -119px;
  margin-bottom: -119px;
  z-index: 5;
}
.blog-lists-header__mask {
  position: absolute;
  inset: 8px;
  bottom: -8px;
  border-radius: 32px;
  opacity: 0.5;
  background: var(--white);
  z-index: 1;
}
.blog-lists-header__overlay-img {
  width: 280px;
  height: 280px;
  position: absolute;
  right: 16px;
  bottom: 16px;
  top: auto;
}
@media (max-width: 991px) {
  .blog-lists-header__overlay-img {
    width: 140px;
    height: 140px;
    bottom: auto;
    top: 0;
  }
}
.rtl .blog-lists-header__overlay-img {
  right: auto;
  left: 16px;
}

.blog-lists-filters__mask {
  position: absolute;
  inset: 8px;
  bottom: -8px;
  border-radius: 16px;
  opacity: 0.5;
  background: var(--white);
  z-index: 1;
}
.blog-lists-filters .blog-lists-sort-input {
  width: 220px;
}
.blog-lists-filters__post-img {
  width: 68px;
  height: 48px;
}

.blog-featured-category {
  height: 300px;
}
.blog-featured-category__content {
  position: absolute;
  inset: 0;
  background: linear-gradient(1deg, rgba(18, 31, 62, 0.9) 0%, rgba(18, 31, 62, 0) 100%);
}
.blog-featured-category__content .text-white,
.blog-featured-category__content .icons.text-white,
.blog-featured-category__content svg.text-white,
.blog-featured-category__content .text-white svg,
.blog-featured-category__content .text-white.icons,
.blog-featured-category__content .section-title.section-title__white,
.blog-featured-category__content .section-title.section-title__white .section-title__heading {
  color: #ffffff !important;
}
.blog-featured-category__content .border-white,
.blog-featured-category__content .border-2.border-white,
.blog-featured-category__content .section-title.section-title__white {
  border-color: #ffffff !important;
}
.blog-featured-category__content .section-title.section-title__white .section-title__heading:after {
  background-color: #ffffff !important;
}
.blog-featured-category__content .bg-white-10:before {
  background-color: #ffffff !important;
}
.dark-mode .blog-featured-category__content {
  background: linear-gradient(1deg, rgba(18, 31, 62, 0.9) 0%, rgba(18, 31, 62, 0) 100%);
}
.blog-featured-category__content-posts-count {
  background: rgba(18, 31, 62, 0.4);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
}

.blog-featured-post {
  height: 477px;
}
@media (max-width: 991px) {
  .blog-featured-post {
    height: 388px;
  }
}
.blog-featured-post__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 200px;
  border-radius: 0 0 32px 32px;
  background: linear-gradient(1deg, rgba(18, 31, 62, 0.9) 0%, rgba(18, 31, 62, 0) 100%);
}
.blog-featured-post__content .text-white,
.blog-featured-post__content .icons.text-white,
.blog-featured-post__content svg.text-white,
.blog-featured-post__content .text-white svg,
.blog-featured-post__content .text-white.icons,
.blog-featured-post__content .section-title.section-title__white,
.blog-featured-post__content .section-title.section-title__white .section-title__heading {
  color: #ffffff !important;
}
.blog-featured-post__content .border-white,
.blog-featured-post__content .border-2.border-white,
.blog-featured-post__content .section-title.section-title__white {
  border-color: #ffffff !important;
}
.blog-featured-post__content .section-title.section-title__white .section-title__heading:after {
  background-color: #ffffff !important;
}
.blog-featured-post__content .bg-white-10:before {
  background-color: #ffffff !important;
}
.dark-mode .blog-featured-post__content {
  background: linear-gradient(1deg, rgba(18, 31, 62, 0.9) 0%, rgba(18, 31, 62, 0) 100%);
}
.blog-featured-post__content-stats {
  border-radius: 18px;
  background: rgba(18, 31, 62, 0.2);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
}
.blog-featured-post__content-stats-separator {
  margin-right: 12px;
  margin-left: 12px;
  width: 1px;
  height: 16px;
  background-color: var(--gray-400);
}

.blog-top-authors {
  padding-top: 72px;
  padding-bottom: 120px;
}
.blog-top-authors__image-1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 172px;
  height: 172px;
}
.rtl .blog-top-authors__image-1 {
  left: auto;
  right: 0;
}
.blog-top-authors__image-2 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 160px;
  height: 160px;
}
.rtl .blog-top-authors__image-2 {
  left: 0;
  right: auto;
}
.blog-top-authors__slider-card {
  height: 98px;
  border-top: 1px dashed var(--gray-200);
}
.blog-top-authors__slider-card-mask {
  position: absolute;
  inset: 8px;
  bottom: -8px;
  border-radius: 16px;
  opacity: 0.5;
  background: var(--white);
  z-index: 1;
}
