/* Keep Notyf above admin sheets / upload overlays */
.notyf {
  z-index: 2147483000 !important;
}
.pm-notyf .notyf__message {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
}
@media (max-width: 480px) {
  .notyf {
    padding: 12px !important;
  }
  .notyf__toast {
    border-radius: 10px !important;
    max-width: 100% !important;
    width: auto !important;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.22) !important;
  }
}
