/* فقط برای صفحه دسته‌بندی */
.ss-category-wrapper {
  max-width: 1100px;
  margin: 60px auto;
  padding: 30px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.1);
}

/* عنوان دسته‌بندی لینک‌دار وسط چین */
.ss-category-wrapper .ss-category__title {
  font-size: 26px;
  font-weight: 800;
  margin-bottom: 30px;
  text-align: center;
}
.ss-category-wrapper .ss-category__title a {
  color: #fff;
  background: linear-gradient(135deg, #ff9a9e, #fad0c4);
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}
.ss-category-wrapper .ss-category__title a:hover {
  background: linear-gradient(135deg, #a1c4fd, #c2e9fb);
}

/* گرید مطالب */
.ss-category-wrapper .ss-category__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

/* کارت هر مطلب */
.ss-category-wrapper .ss-category__item {
  flex: 1 1 calc(25% - 20px);
  max-width: 250px;
  background: #f9f9f9;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  transition: transform 0.3s ease;
  text-align: center;
}
.ss-category-wrapper .ss-category__item:hover {
  transform: translateY(-5px);
}

/* تصویر شاخص مربع بدون برش */
.ss-category-wrapper .ss-category__thumb {
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #fff;
}
.ss-category-wrapper .ss-category__thumb img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

/* عنوان مطلب */
.ss-category-wrapper .ss-category__item-title {
  font-size: 16px;
  font-weight: 600;
  padding: 12px;
  color: #333;
  text-decoration: none;
}
.ss-category-wrapper .ss-category__item a {
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  color: inherit;
}
.ss-category-wrapper .ss-category__item a:hover .ss-category__item-title {
  color: #000;
  text-decoration: underline;
}

/* رسپانسیو */
@media (max-width: 992px) {
  .ss-category-wrapper .ss-category__item {
    flex: 1 1 calc(50% - 20px);
  }
}
@media (max-width: 576px) {
  .ss-category-wrapper .ss-category__item {
    flex: 1 1 calc(50% - 20px);
  }
}

/* صفحه‌بندی */
.ss-category-wrapper .ss-category__pagination {
  margin-top: 30px;
  text-align: center;
}
.ss-category-wrapper .ss-category__pagination .page-numbers {
  display: inline-block;
  margin: 0 5px;
  padding: 8px 12px;
  background: #eee;
  border-radius: 6px;
  text-decoration: none;
  color: #333;
}
.ss-category-wrapper .ss-category__pagination .page-numbers.current {
  background: linear-gradient(135deg, #a1c4fd, #c2e9fb);
  color: #fff;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/themes/soheilsadeghi-theme/fonts/Vazirmatn-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Vazirmatn';
  src: url('/wp-content/themes/soheilsadeghi-theme/fonts/Vazirmatn-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/* اعمال فونت با !important روی همه عناصر */
body, html,
h1, h2, h3, h4, h5, h6,
p, a, li, span, div,
header, footer, nav, section,
input, textarea, button {
  font-family: 'Vazirmatn', Tahoma, sans-serif !important;
}
