{{-- resources/views/components/template/inline-styles-master4-extra.blade.php --}}
  .header-user span { color:#444; }
  .header-widget span { color:#444; }

  /* Optional: nicer toast header layout used by your FCM handler */
  .toast-header.notif-header{display:flex;align-items:center;gap:.5rem;}
  .toast-header.notif-header .meta{display:flex;align-items:center;gap:.5rem;margin-inline-start:auto;}
  .toast-body{word-wrap:break-word;}
  [dir="rtl"] .toast-header.notif-header{flex-direction:row-reverse;}
  [dir="rtl"] .toast-header.notif-header .meta{flex-direction:row-reverse;margin-inline-start:auto;}