/* ISD Toastr — brand-aligned overrides */
#toast-container > div {
  opacity: 1;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.18);
  border-radius: 0.55rem;
  padding: 14px 16px 14px 50px;
  width: 340px;
  max-width: calc(100vw - 24px);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

#toast-container > .toast-success {
  background-color: #15803d !important;
}

#toast-container > .toast-error {
  background-color: #dc2626 !important;
}

#toast-container > .toast-warning {
  background-color: #d97706 !important;
}

#toast-container > .toast-info {
  background-color: #2563eb !important;
}

#toast-container .toast-title {
  font-size: 0.82rem;
  font-weight: 700;
  margin-bottom: 0.15rem;
}

#toast-container .toast-message {
  font-size: 0.84rem;
  line-height: 1.45;
}

#toast-container .toast-close-button {
  text-shadow: none;
  color: #fff;
  opacity: 0.85;
  font-weight: 400;
}

#toast-container .toast-progress {
  opacity: 0.35;
  background: #fff;
}
