div[data-axi="notification"] {
  padding: 10px 20px;
  border-radius: var(--border-radius);
  margin-bottom: 10px;
  filter: brightness(1.15) saturate(0.8);
  box-shadow: var(--box-shadow);
  width: 100%;
  box-sizing: border-box;
}

div[data-axi="notification"] i {
  margin-right: 10px;
}

div[data-axi="notification"] h4 {
  margin: 5px 0;
  font-size: 1.1em;
}

div[data-axi="notification"] hr {
  border: 1px solid rgba(0, 0, 0, 0.17);
  width: calc(100% + 20px);
  margin-left: -10px;
}

div[data-axi="notification"][data-axi-notification-type="info"] {
  background-color: var(--blue-color);
}

div[data-axi="notification"][data-axi-notification-type="success"] {
  background-color: var(--green-color);
}

div[data-axi="notification"][data-axi-notification-type="warning"] {
  background-color: var(--yellow-color);
}

div[data-axi="notification"][data-axi-notification-type="alert"] {
  background-color: var(--red-color);
}
