/* Perbaikan terarah v132: toast audit tetap terlihat di atas dock mobile. */
#toast.toast {
  z-index: 2147483002 !important;
  width: min(520px, calc(100vw - 28px));
  max-width: calc(100vw - 28px);
  line-height: 1.45;
  text-align: center;
  white-space: normal;
}

@media (max-width: 850px) {
  #toast.toast {
    right: auto !important;
    bottom: calc(96px + env(safe-area-inset-bottom)) !important;
  }

  #content .toolbar:has(#deleteAllAuditLogs) {
    align-items: stretch;
    flex-wrap: wrap;
  }

  #content .toolbar:has(#deleteAllAuditLogs) #auditFilter {
    flex: 1 1 180px;
    min-width: 0;
  }

  #deleteAllAuditLogs {
    flex: 0 0 auto;
  }
}
