/* نوار حروف در بالا */
.grouped-post-list-topbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 2rem;
}
.grouped-post-list-topbar a {
    display: inline-block;
    width: 35px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: #f9f9f9;
    font-weight: bold;
    border: 1px solid #c0c0c0;
    text-decoration: none;
}
.grouped-post-list-topbar a.active {
    background-color: #fff;
    color: #81663a;
}
.grouped-post-list-topbar a.disabled {
    background-color: #eaeaea;
    color: #aaa;
    pointer-events: none; /* غیرقابل کلیک */
}

/* آکاردئون اصلی */
.grouped-post-list-accordion {
    margin-bottom: 1rem;
    border: 1px solid #ccc;
    border-radius: 5px;
    overflow: hidden;
}
/* سربرگ آکاردئون */
.grouped-post-list-accordion .accordion-header {
    display: block;
    background-color: rgba(120, 195, 198, 0.68);
    color: white;
    padding: 0.5rem 1rem;
    font-weight: bold;
    cursor: pointer;
    font-size: 1.1rem;
}
/* محتوای آکاردئون (در حالت بسته) */
.grouped-post-list-accordion .accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0;
}
/* محتوای آکاردئون (در حالت باز) */
.grouped-post-list-accordion.open .accordion-content,
.grouped-post-list-accordion:target .accordion-content {
    max-height: 700px;
    padding: 1rem;
}

/* گرید برای نمایش ستون‌ها */
.grouped-post-list-accordion .columns {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(var(--grid-cols), 1fr); /* از متغیر استفاده شده */
}
/* استایل لینک‌ها داخل ستون */
.grouped-post-list-accordion .columns a {
    color: black;
    font-weight: 600;
}
.grouped-post-list-accordion .columns {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(var(--grid-cols, 4), 1fr);
}

@media (max-width: 768px) {
    .grouped-post-list-accordion .columns {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .grouped-post-list-accordion .columns {
        grid-template-columns: 1fr;
    }
}

/*استایل های نمایش پستهای دسته بندی های خاص که از ACF استفاده میکنند.*/
.infobox-wrapper {
  margin-bottom: 50px;
  width: 100%;
  direction: rtl;
  font-family: IRANSans;/*, sans-serif;*/
}

.shortlist ul#contentlistul {
  list-style: none;
  padding: 0;
  text-align: right;
}

.LinkTitle {
  text-decoration: none;
  color: #333;
  font-size: 14px;
  display: block;
  margin: 6px 0;
}

.picture {
 
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-bottom: 20px;  
  width: 68%; 
}

.infobox-section {
  text-align: justify;
  margin-bottom: 20px;
}

.infobox-body.ltr-section {
  direction: ltr;
  text-align: left;
  font-family: IRANSansENnum, sans-serif;
}

.section-title {
  font-size: 16px;
  color: #92875e;
  font-weight: bold;
  text-align: right; /* برای همه عناوین فارسی */
}
.ltr-section {
  direction: ltr;
  text-align: left;
  font-family: IRANSansENnum;/*, sans-serif;*/
}
.infobox-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.infobox-menu {
  width: 30%;
  margin-left: 2%;
}

.picture img.pic0 {
  max-width: 250px;
  border-radius: 8px;
}

.pic-placeholder {
  height: 130px;
}

.infobox-content {
  width: 100%;
  /*float: right;*/
  margin-top: 30px;
  overflow: hidden;
}
