.notify-stack {
    position: fixed;
    z-index: 3000;
    display: flex;
    pointer-events: none;
  }
  .notify-stack .alert {
    margin: 0 !important;   /* สำคัญ!!! เพื่อให้ gap เป็นจริง */
  }
  .notify-item {
    min-width: 300px;
    font-size: 16px;
    pointer-events: auto;
    box-shadow: 0 4px 10px rgba(0,0,0,0.25);
    border-radius: 8px;
  }