/* Add custom CSS styles below */ 

/* إخفاء روابط البريد الإلكتروني في الهيدر */
header a[href^="mailto:"] {
  display: none !important;
}