/* Add custom CSS styles below */ 
/* إخفاء اسم الكاتب والتاريخ */
a[href*="/blog/author/"] {
    display: none !important;
}
.da-tm span.text-gray-500:last-child {
  display: none;
}