/* Bootstrap 5 toast container tweaks (MacGuyver) */
#mgv-toast-container .toast {
  min-width: min(360px, calc(100vw - 2rem));
  box-shadow: 0 0.5rem 1.25rem rgba(13, 24, 48, 0.18);
}

#mgv-toast-container .toast-body {
  font-size: 0.9rem;
  line-height: 1.45;
}

#mgv-toast-container .toast-header strong {
  font-family: 'Barlow Condensed', 'Barlow', sans-serif;
  font-weight: 700;
  letter-spacing: 0.02em;
}
