.news-post-sticky {
  display: flex;
  flex-direction: column;
  gap: 10px;
  min-height: 260px;
  max-width: 100% !important;
}
.news-post-sticky__title {
  display: flex;
  align-items: center;
}

.news-post-sticky__title:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 16px;
  background: url(../img/swirl-black.png) center/100% no-repeat;
  margin-right: 10px;
}
.news-post-sticky__link {
  color: #000;
}
/* .news-post-sticky__link:after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 5px;
  color: #1859ff;
  font-size: 1rem;
  vertical-align: middle;
} */
.sakor-page--theme-grid .sakor-page__link:after {
  content: "\f0a9";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  margin-left: 5px;
  color: #1859ff;
  font-size: 1rem;
  vertical-align: middle;
}

.news-post-sticky__title .small.break {
  font-size: 0.875rem;
  display: block;
  color: #000;
}

.news-post-sticky__image {
  background: #fff;
  border-radius: 8px;
  min-width: 340px;
  overflow: hidden;
}
.news-post-sticky__image img {
  display: block;
  object-fit: cover;
  height: 100%;
  min-height: 250px;
}
.news-post-sticky__content {
  background-color: #fff;
  border-radius: 8px;
  flex-grow: 1;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.news-post-sticky-wrapper .swiper-pagination .swiper-pagination-bullet {
  background: #fff !important;
}

.news-post-sticky-wrapper
  .swiper-pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ffbf18 !important;
}

@media (min-width: 1024px) {
  .news-post-sticky {
    flex-direction: row;
    gap: 30px;
  }
  .news-post-sticky__image {
    max-width: 340px;
  }
  .news-post-sticky-wrapper .swiper-pagination {
    bottom: -40px !important;
  }
}
