.image-gallery-wrapper li:nth-child(5) a::after {
  content: "نمایش همه" !important;
  position: absolute;
  color: white;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 40px;
  /* 200% */
  width: 100%;
  height: 100%;
  background: rgba(18, 18, 18, 0.7);
  backdrop-filter: blur(3px);
  z-index: 2;
}
body:not(.rtl) .image-gallery-wrapper li:nth-child(5) a::after {
  content: "All Images";
}

.image-gallery-wrapper li:nth-child(n + 6) {
  display: none;
}

.image-gallery-wrapper li:nth-child(5) a::before {
  content: url("../assets/icons/chevron.svg");
  position: absolute;
  top: 42%;
  left: 25%;
  --icon: 18px;
  filter: brightness(0) invert(1);
  /* تمام رنگ‌ها سفید میشن */
  z-index: 5;
}

.image-gallery-wrapper .ImagesItem {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 16px;
  row-gap: 32px;
}
.news_Inner_Wrapper:has(.ImagesItem > li:only-child) .news_Inner_Galler_Header,
.news_Inner_Wrapper:has(.ImagesItem > li:only-child) .gallery-image-container {
  display: none !important;
}
/* First image: full-width across all 4 columns */
.image-gallery-wrapper .gallery:first-child {
  grid-column: 1 / -1;
  height: unset !important;
  overflow: hidden;
}

/* Other images: perfect squares */

.image-gallery-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.image-gallery-wrapper li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.image-gallery-wrapper li {
  height: unset !important;
}
