@import '@unistylus/core';

.alert-background {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  padding: p();
  border-radius: var(--app-size-radius);
  font-weight: 500;
  background: rgba(var(--app-color-background-rgb), .3);
  color: var(--app-color-background-shade);
  border: var(--app-size-border) solid var(--app-color-background);
  
  em {
    display: block;
    flex: 1;
  }
}