/* Add custom CSS styles below */ 
/* إخفاء اسم الكاتب من بطاقات المدونة وصفحة المقال */
.s-blog-post__author,
.s-blog-post__meta-author,
.s-blog-card__author,
.s-blog-card__meta-author,
.blog-author,
.post-author,
.article-author,
[class*="blog"] [class*="author"],
[class*="article"] [class*="author"] {
  display: none !important;
}