/*
html, body {
    overflow-x: hidden !important;
    position: relative;
    width: 100%;
	
}

.pkp_structure_page {
    overflow-x: hidden !important;
}
*/
/* إخفاء التمرير الأفقي بدون كسر عارض الـ PDF */
body, .pkp_structure_page {
    overflow-x: hidden !important;
    max-width: 100vw;
}