/* أنماط مشتركة لصفحات المواد /ar/… — كانت مضمّنة inline في مئات الملفات */
html {
    height: -webkit-fill-available;
    user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.bg-purple-701 {
    background-color: #269b8f !important;
}

/* روابط واضحة على خلفية داكنة (صفحات onefd وغيرها — الصناديق ذات background:white تُعاد تلوينها في dark-theme) */
body.ar .page-content .box a:not(.btn),
body.ar .page-content .box a:not(.btn):visited,
body.ar .page-content .item-alert a:not(.btn),
body.ar .page-content .item-alert a:not(.btn):visited,
body.ar .page-content h3 a:not(.btn),
body.ar .page-content h3 a:not(.btn):visited {
    color: #ffffff !important;
}

body.ar .page-content .box a:not(.btn):hover,
body.ar .page-content .box a:not(.btn):focus,
body.ar .page-content .item-alert a:not(.btn):hover,
body.ar .page-content .item-alert a:not(.btn):focus,
body.ar .page-content h3 a:not(.btn):hover,
body.ar .page-content h3 a:not(.btn):focus {
    color: #ffeb3b !important;
    text-decoration: underline !important;
}
