/* مسافة علوية بدل style="height: 20% !important;" */
.spacer-20p { height: 20% !important; }

/* عناوين القسم + دعم RTL */
.section-text {
  padding-inline-start: 18px;
  text-align: start;
}
.section-text[dir="rtl"] {
  border-right: 3px solid #477CDB;
  border-left: none;
}

/* المسافة السفلية للقسم */
.section-gap-120 { margin-bottom: 0 !important; }

/* محتوى سياسة الخصوصية */
.privacy-content {
  padding: 30px;
  background: #fff;
  border-radius: 8px;
  line-height: 1.8;
  direction: ltr; /* افتراضي */
}
html[dir="rtl"] .privacy-content { direction: rtl; }

.privacy-section { margin-top: 20px; }

.privacy-section h6 {
  font-weight: bold;
  margin-bottom: 10px;
}

/* استخدم padding-inline-start ليدعم RTL/LTR */
.privacy-section ol { padding-inline-start: 20px; }

.privacy-title {
  font-weight: bold;
  display: inline-block;
}
