/* Theme and colour styles for alert message blocks. */

.abs-message {
  padding: 1rem;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid #000000;
  position: relative;
  line-height: 1.5;
  font-size: 1rem;
  padding-left: 3.5rem;
}

.abs-message--alert {
  background-color: rgba(255, 102, 0, 0.15);
  border-color: #ff6600;
}

.abs-message--info {
  background-color: rgba(50, 90, 151, 0.15);
  border-color: #326297;
}
