/**
 * adapted-content.css v1.211005
 * Used to augment content presentation in ADIP adapted resources
 */

/* ol.abjad: Enumerate ordered lists using Arabic Abjad */
ol.abjad { list-style: none; }
ol.abjad>li::before { display: inline-block; direction: rtl; }
ol.abjad>li:nth-child(1)::before { content: "(أ)"; }
ol.abjad>li:nth-child(2)::before { content: "(ب)"; }
ol.abjad>li:nth-child(3)::before { content: "(ج)"; }
ol.abjad>li:nth-child(4)::before { content: "(د)"; }
ol.abjad>li:nth-child(5)::before { content: "(ه)"; }
ol.abjad>li:nth-child(6)::before { content: "(و)"; }
ol.abjad>li:nth-child(7)::before { content: "(ز)"; }
ol.abjad>li:nth-child(8)::before { content: "(ح)"; }
ol.abjad>li:nth-child(9)::before { content: "(ط)"; }
ol.abjad>li:nth-child(10)::before { content: "(ي)"; }
ol.abjad>li:nth-child(11)::before { content: "(ك)"; }
ol.abjad>li:nth-child(12)::before { content: "(ل)"; }
ol.abjad>li:nth-child(13)::before { content: "(م)"; }
ol.abjad>li:nth-child(14)::before { content: "(ن)"; }
ol.abjad>li:nth-child(15)::before { content: "(س)"; }
ol.abjad>li:nth-child(16)::before { content: "(ع)"; }
ol.abjad>li:nth-child(17)::before { content: "(ف)"; }
ol.abjad>li:nth-child(18)::before { content: "(ص)"; }
ol.abjad>li:nth-child(19)::before { content: "(ق)"; }
ol.abjad>li:nth-child(20)::before { content: "(ر)"; }
ol.abjad>li:nth-child(21)::before { content: "(ش)"; }
ol.abjad>li:nth-child(22)::before { content: "(ت)"; }
ol.abjad>li:nth-child(23)::before { content: "(ث)"; }
ol.abjad>li:nth-child(24)::before { content: "(خ)"; }
ol.abjad>li:nth-child(25)::before { content: "(ذ)"; }
ol.abjad>li:nth-child(26)::before { content: "(ض)"; }
ol.abjad>li:nth-child(27)::before { content: "(ظ)"; }
ol.abjad>li:nth-child(28)::before { content: "(غ)"; }
