:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-81b7312 *//* تغيير لون النص والأيقونة لجميع عناصر القائمة الجانبية */
.pph-siderail__item {
    color: #F67D00 !important;
}

/* التأكد من أن الأيقونة تتبع لون النص */
.pph-siderail__item svg {
    stroke: #F67D00 !important;
    /* إذا كانت الأيقونة تعتمد على التعبئة (fill) بدل الإطار (stroke) */
    fill: none; 
}

/* في حال أردت تغيير لون النص بشكل منفصل */
.pph-siderail__label {
    color: #F67D00 !important;
}/* End custom CSS */