/* عروض التاريخية - تحسين الوصف على الجوال فقط */
@media (max-width: 767px) {
  html:has(
    head link[rel="canonical"][href*="c2075550852"]
  ) .cat-content-wrapper--subtitle {
    font-size: 15px !important;
    line-height: 1.6 !important;
    margin-top: 6px !important;
    margin-bottom: 14px !important;
  }
}

/* التاريخية - تنسيق الوصف الطويل للتصنيفات */

.altareekhiyah-category-seo {
  direction: rtl;
  text-align: right;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  padding: 24px 16px;
  margin: 24px auto;
  font-size: 16px;
  line-height: 1.9;
  white-space: normal;
  overflow-wrap: break-word;
}

.altareekhiyah-category-seo h2,
.altareekhiyah-category-seo h3,
.altareekhiyah-category-seo p {
  max-width: 100%;
  white-space: normal;
  overflow-wrap: break-word;
  text-align: right;
}

.altareekhiyah-category-seo h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 20px;
}

.altareekhiyah-category-seo h3 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.6;
  margin: 24px 0 12px;
}

.altareekhiyah-category-seo p {
  font-size: 16px;
  line-height: 1.9;
  margin: 0 0 16px;
}

.altareekhiyah-category-seo a {
  text-decoration: underline;
  text-underline-offset: 3px;
  overflow-wrap: anywhere;
}

/* تحسين العرض على الجوال */
@media (max-width: 767px) {
  .altareekhiyah-category-seo {
    padding: 20px 12px;
    margin: 20px auto;
  }

  .altareekhiyah-category-seo h2 {
    font-size: 20px;
  }

  .altareekhiyah-category-seo h3 {
    font-size: 17px;
  }

  .altareekhiyah-category-seo p {
    font-size: 15px;
    line-height: 1.8;
  }
}