.flash {
  @apply p-4 rounded-lg;
}

.flash-notice {
  @apply bg-green-50 text-green-800 border border-green-200;
}

.flash-alert {
  @apply bg-red-50 text-red-800 border border-red-200;
}

.flash-info {
  @apply bg-blue-50 text-blue-800 border border-blue-200;
} 