/* =================================================================
   toasts.css - Overrides legers du Notyf pour matcher la charte
   (Notyf utilise ses propres classes .notyf__toast .notyf__message etc)
   ================================================================= */

/* Les statuts (vert, rose, orange, bleu) sont des couleurs CLAIRES.
   Texte noir obligatoire (WCAG AA mini 4.5:1, AAA 7:1).
   Avec noir on est entre 11:1 et 13:1 = AAA. */

.notyf__toast {
  border-radius: var(--radius-md) !important;
  box-shadow: var(--shadow-card) !important;
  font-family: var(--font) !important;
  padding: var(--gap-sm) var(--gap-lg) !important;
  color: #16171c !important;
}

.notyf__message {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #16171c !important;
}

.notyf__dismiss-btn {
  background-color: rgba(0, 0, 0, 0.20) !important;
  color: #16171c !important;
}

.notyf__dismiss-btn::after,
.notyf__dismiss-btn::before {
  background: #16171c !important;
}
