.w2i-swal-popup {
  border-radius: 16px !important;
  font-family: inherit;
}

.w2i-swal-confirm,
.w2i-swal-cancel {
  border-radius: 10px !important;
  font-weight: 600 !important;
  padding: 0.5rem 1.1rem !important;
}

/* Above WP admin bar (#wpadminbar z-index: 99999) */
body.admin-bar .swal2-container,
.wp-admin .swal2-container {
  z-index: 100070 !important;
}

body.admin-bar .swal2-container.swal2-top-end,
body.admin-bar .swal2-container.swal2-top-right {
  top: 32px !important;
}

@media screen and (max-width: 782px) {
  body.admin-bar .swal2-container.swal2-top-end,
  body.admin-bar .swal2-container.swal2-top-right {
    top: 46px !important;
  }
}

/* —— Toast notifications —— */
.swal2-toast.w2i-swal-toast,
.swal2-toast.swal2-show {
  border-radius: 10px !important;
  box-shadow: 0 8px 22px rgba(15, 23, 42, 0.12), 0 2px 6px rgba(15, 23, 42, 0.06) !important;
  padding: 8px 12px !important;
  min-height: 0 !important;
  font-family: inherit;
}

.swal2-toast .swal2-title {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.3 !important;
  color: #0f172a !important;
}

.swal2-toast .swal2-header {
  margin: 0 !important;
  padding: 0 !important;
}

.swal2-toast .swal2-html-container {
  margin: 1px 0 0 !important;
  padding: 0 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  line-height: 1.35 !important;
  color: #64748b !important;
}

.swal2-toast .swal2-icon {
  margin: 0 8px 0 0 !important;
  width: 1.5em !important;
  height: 1.5em !important;
  min-width: 1.5em !important;
  border-width: 2px !important;
  transform: scale(0.92);
}

.swal2-toast .swal2-icon .swal2-icon-content {
  font-size: 0.85em !important;
}

.swal2-toast .swal2-timer-progress-bar-container {
  height: 2px !important;
}

.swal2-toast .swal2-timer-progress-bar {
  opacity: 0.55;
}
