/**
 * @file
 * Message styles for the RRC theme.
 */

.a-messages {
  padding: 1rem 1.25rem;
  margin-block-end: 1rem;
  border-radius: 4px;
  border-left: 4px solid transparent;
}

.a-message--status {
  background-color: #eafaf1;
  border-color: #2e7d32;
  color: #1b5e20;
}

.a-message--warning {
  background-color: #fff8e1;
  border-color: #f9a825;
  color: #7a5900;
}

.a-message--error {
  background-color: #fdecea;
  border-color: #c62828;
  color: #8e0000;
}