/* Flash message styles */
.flash-message {
  transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}

.flash-message.fade-out {
  opacity: 0;
  transform: translateY(-10px);
}

/* For screen readers */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}