#toast-container .toast-error .toast-message:contains('Unauthorized Access') {
  display: none !important;
}

/* Fallback: hide entire toast if message matches */
#toast-container .toast-error {
  display: none !important;
}
