/* Keep it subtle; scope to Notyf's containers only */
.notyf { z-index: 2000; } /* above most app UI but below modals if needed */
@media (max-width: 480px) {
  .notyf__message { font-size: 0.95rem; }
}