/* Error message styling */
.error-message {
  background-color: #ffebee;
  border-left: 4px solid #f44336;
  color: #b71c1c;
  padding: 12px 16px;
  margin-bottom: 20px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
}

.error-message p {
  margin: 0;
  line-height: 1.5;
}
