/* Add custom CSS styles below */ 
/* إخفاء نظام التذاكر بالكامل */
ticketing-system, 
#ticketing-system, 
.ticketing-system-container {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
}