.link-blog {
  border: 1px solid #dddddd;
  border-radius: 25px;
  overflow: hidden;
}

.link-blog .title {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}



.header-pages {
  background-size: cover;
  width: 100%;
  height: 100%;
  background-position: center;
  padding-top: 73px;
  padding-bottom: 100px;
}

.header-pages::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: transparent;
  width: 100%;
}

.breadcrumb .breadcrumb-item,
.breadcrumb .breadcrumb-item a {
  color: #666 !important;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: #666 !important;
}

@media (min-width: 768px) and (max-width: 992px) {
  .header-pages {
    padding-top: 100px;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .header-pages {
    padding-top: 100px;
  }
}

@media (max-width: 576px) {
  .header-pages {
    padding-top: 0px;
    padding-bottom: 65px;
  }

  .breadcrumb .breadcrumb-item,
  .breadcrumb .breadcrumb-item a {
    font-size: 14px !important;
  }

  .link-blog .img-blog {
    height: 100%;
    object-fit: cover;
  }

  .link-blog {
    border-radius: 14px;
  }

  .link-blog .title {
    font-size: 14px !important;
  }

  .link-detail{
    font-size: 12px !important;
  }
}

/* Jalali date + Persian digits: avoid RTL reordering of the year run */
.jalali-date-inline {
  unicode-bidi: isolate;
}
