/* تحسينات واجهة قالب وثائق المؤشر لجميع المؤشرات */
.indicator-breadcrumb {
  gap: 9px;
  font-size: 1rem;
  font-weight: 800;
  line-height: 1.6;
}

.indicator-breadcrumb-link {
  appearance: none;
  padding: 2px 1px;
  border: 0;
  border-bottom: 1px solid transparent;
  color: #41616d;
  background: transparent;
  font: inherit;
  cursor: pointer;
}

.indicator-breadcrumb-link:hover,
.indicator-breadcrumb-link:focus-visible {
  border-bottom-color: #087f75;
  color: #087f75;
  outline: none;
}

.indicator-breadcrumb strong {
  font-size: 1rem;
  font-weight: 900;
}

.indicator-hero-copy > span {
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1.6;
}

.indicator-hero-copy h1 {
  font-size: 1.08rem;
  font-weight: 800;
}

/* عنوان المجال أعلى اسم المجال: المجال الأول، الثاني، الثالث، الرابع */
.framework-panel-header > div:nth-child(2) > span {
  font-size: 1.05rem;
  font-weight: 900;
  line-height: 1.6;
}

.score-guide li {
  grid-template-columns: 64px 1fr;
  min-height: 56px;
  gap: 14px;
  padding: 9px 12px;
}

.score-guide li b {
  font-size: 1.08rem;
  font-weight: 900;
}

.score-guide li span {
  font-size: 1rem;
  font-weight: 800;
}

@media (max-width: 900px) {
  .indicator-breadcrumb {
    flex-wrap: wrap;
    font-size: .92rem;
  }

  .indicator-hero-copy > span {
    font-size: 1.12rem;
  }
}
