/* Styles of list/templates/list/create_card_form.html, moved out of its inline <style>. */

/* Soften success background */
.toast.text-bg-success {
  background-color: rgba(25, 135, 84, 0.85) !important; /* Bootstrap green, 85% opacity */
  color: #fff;
}

/* Optional: softer for all toasts */
.toast {
  backdrop-filter: blur(6px);
  border-radius: 0.75rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  max-width: 260px;     /* 👈 narrower toast width */
  min-width: 180px;     /* optional — prevents tiny toasts */
  word-wrap: break-word; /* wrap long text */
}
