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

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

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

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

.block-alert-message article {
  margin-top: 0 !important;
}

.block-alert-message article > div {
  display: flex;
}

.block-alert-message button {
  display: none !important;
}
